-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gotify init skip TLS validation #27
Labels
Comments
I would say let's use an environment variable rather than a configuration item as this is an insecure option and should not be kept persistent. |
6 tasks
Suggested config in gotify/go-api-client#2 |
AvnerCohen
added a commit
to AvnerCohen/cli
that referenced
this issue
May 20, 2020
AvnerCohen
added a commit
to AvnerCohen/cli
that referenced
this issue
May 21, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, it's impossible to use gotify with a server running a self-signed cert.
gotify-cli init needs a flag to allow untrusted certificates.
The text was updated successfully, but these errors were encountered: