Self-Signed Certificate Error
See original GitHub issueWhat are you trying to achieve?
Run the test on localhost with a self-signed ssl certificate.
What do you get instead?
-- FAILURES:
1) Check @dev "before each" hook: Before for "I create a new user":
error: request to https://localhost/graphql failed, reason: self signed certificate
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
A Simple Explanation of SSL Certificate Errors & How to Fix ...
An SSL certificate error occurs when a web browser can't verify the SSL certificate installed on a site. Rather than connect users to...
Read more >I get "Certificate is not trusted because it is self-signed" error ...
There might be several possible reasons why you get this error when you try to access your web site: A self-signed certificate was...
Read more >nodejs - error self signed certificate in certificate chain
What I get is Error: self signed certificate in certificate chain. When I use Postman I can import the client certificate and key...
Read more >Why are self signed certificates not trusted and is there a way ...
A self-signed certificate is inherently untrusted because anyone can generate a self-signed certificate. Anyone including an entity that deliberately pretends ...
Read more >Resolving SSL Self-Signed Certificate Errors
Step1: Get a self-signed certificate of the remote server · Get Certificate using OpenSSL · Get Certificate using the Web browser · Trust ......
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 FreeTop 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
Top GitHub Comments
@APshenkin what’s option for puppeteer? ---- EDIT ----- I found this works for Puppeteer
codecept.json
ignoreHTTPSErrors should work.