-
Notifications
You must be signed in to change notification settings - Fork 94
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
Failed to verify certificate #88
Comments
Looks like this will require a code tweak to expose this as a config option. I'll look into this. |
Got similar error while proxying requests to the https with the self-signed certificate: @SamJakob any plans to add support for that soon? |
You can modify line 319 in the
Then repackage the docker image. @r-brown |
sorry , I can not find this code in the libproxy/proxy.go |
Replace that with the provided snippet from previous answer and don't forget to import "crypto/tls" Line 316 in cc0c4c7
|
I have an HTTPS service with a certificate issued based on a domain name, but proxyscotch tells me that it cannot validate the certificate when I access it from an IP address in a development environment. Is there any option or configuration to turn off certificate validation? Just like Insomnia, I can uncheck "Validate certificates".
Here's my compose config file
The text was updated successfully, but these errors were encountered: