-
Notifications
You must be signed in to change notification settings - Fork 2k
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
SSL connect error #1986
Comments
Do you still get an error if you disable certificate validation from the app settings? |
I also get the same "SSL connect error" message when trying to connect to a GraphQL API running on Debian + Apache 2.4. Cert is signed by an internal CA, but everything has worked fine previously, and still works fine in other clients (e.g. Postman). Certificate validation is disabled. To Reproduce Timeline:
Expected behavior Desktop (please complete the following information):
|
I had this with an Nginx server, I found that adding |
In my case TLS v1.2 was enabled, but thanks to @ianbarker's comment I poked around in Apache vhost settings and found that the culprit was the |
@gschier, (At least for me) If validation is switched off, it works. And I did not expect anything else. |
@gschier It doesn't work for me got anything else up your pockets? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bugs should no be closed by bot. |
I am running v2022.3.0, I also have Certificate validation disabled but I am still getting "SSL connect error". Has anyone found a workaround for this problem? Incidentally, this simple GET request works find from Chrome Version 101.0.4951.64 Timeline:
|
Hello there, Tested with insomnia 2022.7.5(build 19.01.2023) and 2023.1.0.beta.1 With windows 10 curl (7.83.1), Postman, VS Code ThunderClient there is no issue to connect and get data.
|
What fixed it for me was adding the domain name to That's necessary for me because I have a |
Insomnia can not connect over SSL to windows server with IIS 8 and Let's encrypt certificate (256 bits, TLS 1.2), it returns Error: SSL connect error
Tried with another RESTClient app to check server configuration and works as spected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Json response
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: