[Bug] White screen when making HTTPS request & ignoring invalid cert
See original GitHub issue- Insomnia Version: 5.16.2 - 6.0.1 (6.0.2 -6.0.3 beta crash for me)
- Operating System: CentOS 7 (AppImage)
Details
I am connecting to a service on https://localhost:8000/ - it uses a self-signed SSL cert. I have SSL cert validation disabled in Insomnia. In 5.15.0, everything works fine. In 5.16.2 and later, a white screen shows up when a request is made (or the GraphQL schema is fetched). 5.16.0 and 5.16.1 do not launch for me.
Reproduction:
I’m not sure of the best steps, but in increasing specificity:
- Connect to a regular HTTPS service with SSL validation disabled
- Connect to a self-signed cert HTTPS service with SSL validation disabled
- Connect to a GraphQL server with a self-signed cert with SSL validation disabled.
- Same steps as above, but try on Linux
If the app crashes, is it possible that something better could happen than just a white screen?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8 (3 by maintainers)
Top Results From Across the Web
How to Fix the NET::ERR_CERT_AUTHORITY_INVALID Error
You're using a self-signed SSL certificate. Using a self-signed certificate can save you money, but since browsers can't verify its validity, ...
Read more >PhantomJS failing to open HTTPS site - Stack Overflow
On the machine you are trying to run phantomjs on to connect to a remote server, run "openssl ciphers." Copy and paste the...
Read more >How to Fix the HTTPS Not Secure Error - Seer Interactive
Expired, missing, or invalid SSL certificates. In Chrome, you can tell that a webpage is non-secure when there is a “Not secure” label...
Read more >Troubleshooting - Unity - Manual
Package Manager only installs packages that are explicitly included as a dependency in your project, so once you remove that entry, Package Manager...
Read more >Troubleshooting - travel.gov
I paid my fees but I still see a request to pay in CEAC. No action needed. ... Review https://nvc.state.gov/document for police certificate...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@gschier no, it just says “DevTools was disconnected from the page” when the screen goes white. Also, if I run Insomnia via the terminal, I get some unrelated log messages there, but no errors.
@gschier I’m still getting a white screen on the latest version. Self-signed cert doesn’t seem to be the problem, as it’s trying to fetch a GraphQL schema from a URL with an actual cert.