update failing with --ignore_ssl in Node 8.12.0
See original GitHub issueSince updating to Node 8.12.0 / npm 6.4.1, webdriver-manager update --ignore_ssl
has been failing for us:
[11:03:04] I/file_manager - creating folder ...\hpc-breadcrumb\node_modules\protractor\node_modules\webdriver-manager\selenium
[11:03:04] I/http_utils - ignoring SSL certificate
[11:03:04] I/config_source - curl -ok ...\hpc-breadcrumb\node_modules\protractor\node_modules\webdriver-manager\selenium\standalone-response.xml https://selenium-release.storage.googleapis.com/
[11:03:04] I/http_utils - ignoring SSL certificate
[11:03:04] I/config_source - curl -ok ...\hpc-breadcrumb\node_modules\protractor\node_modules\webdriver-manager\selenium\chrome-response.xml https://chromedriver.storage.googleapis.com/
[11:03:04] I/http_utils - ignoring SSL certificate
[11:03:04] I/http_utils - ignoring SSL certificate
events.js:183
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at TLSWrap.onread (net.js:622:25)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! hpc-breadcrumb@3.0.5 update-webdriver: `webdriver-manager update --ignore_ssl --gecko false`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the hpc-breadcrumb@3.0.5 update-webdriver script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! ...\AppData\Roaming\npm-cache\_logs\2018-10-16T15_03_04_629Z-debug.log
If I switch back to node 8.11.2, it works.
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (4 by maintainers)
Top Results From Across the Web
Ignore invalid self-signed ssl certificate in node.js with https ...
I'm working on a little app that logs into my local wireless router (Linksys) but I'm running into a problem with the router's...
Read more >How to Resolve Certificate Errors in a NodeJS App with SSL ...
It is normally caused by the incorrect certificate being used. Firstly, let's check the certificate chain to make sure that all of the...
Read more >Troubleshooting SSL - GitLab Docs
Common SSL errors. SSL certificate problem: unable to get local issuer certificate. This error indicates the client cannot get the root CA. To...
Read more >How to ignore invalid and self signed ssl connection errors ...
Author: Vivek Gite Last updated: June 11, 2022 4 comments ... Let us see how to make curl ignore SSL/TLS certificate errors under...
Read more >Unable to clone Git repository due to self signed certificate
The following appears in the atlassian-fisheye-<date>.log : 2013-07-02 18:15:48,400 WARN [InitialPinger2 ] fisheye IndexingPingRequest-doRequest ...
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
I can confirm if I roll back to Node 8.11.4 it works for me. Unfortunately, our team needs move to 8.12.0.
If I use --alternate_cdn with a non-https url, it works. All https-based cdns fail with node 8.12.
Note that this fails both inside and outside of my local network, including on Azure Devops hosted build agents running the Visual Studio 2017 hosted container.