-
Notifications
You must be signed in to change notification settings - Fork 314
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
Feature request: Support TLS backends #153
Comments
+1 |
What I usually do as a workaround in those cases:
|
Thanks for the answer @mhutter , however, I tried running:
However still the same problem. I'm using the command line |
I found out about the |
If the app being served is a HTTPS server, gin cannot connect to it.
Proposal: Add a
--tls
flag to indicate that the backend is a TLS listenerThe text was updated successfully, but these errors were encountered: