-
Notifications
You must be signed in to change notification settings - Fork 2.3k
webdriver-manager does not respect NODE_TLS_REJECT_UNAUTHORIZED environment variable #3035
Comments
I've tested with You may consider this issue bogus given that the support is there, but maybe consider respecting the NODE_TLS_REJECT_UNAUTHORIZED environment variable? |
closes angular#3035 Note that in most cases, this should not have surfaced as an issue because the base test mock modules will also try to turn on debug info. Closes angular#3009
Since this is probably a setup / scenario that is difficult to test, the proposed solution is to create a branch and for you to test it out. After pulling down the branch https://github.com/cnishina/protractor/tree/pr_ssl Let me know if that works. |
The pr_ssl branch does improve the situation a bit, but our corporate A/V and proxy are too strict:
This is why we're now trying to host the files internally and use the alternate_cdn argument, which does not work like we need it to :p (see #3046). Your modification should be merged on master though as it does provide an improvement to the scenario described in this issue. |
+1, thanks! |
Bug report
4.2.4
3.2.0
Windows 10 x64
Execute
webdriver-manager update
behind a corporate proxy that performs SSL termination.Expected behavior: successful download of https://selenium-release.storage.googleapis.com/xxx/selenium-server-standalone--xxx.jar
Result:
Updating selenium standalone
downloading https://selenium-release.storage.googleapis.com/2.51/selenium-server-standalone-2.51.0.jar...
Updating chromedriver
downloading https://chromedriver.storage.googleapis.com/2.21/chromedriver_win32.zip...
Error: Got error Error: SSL Error: SELF_SIGNED_CERT_IN_CHAIN from https://chromedriver.storage.googleapis.com/2.21/chromedriver_win32.zip
Error: Got error Error: SSL Error: SELF_SIGNED_CERT_IN_CHAIN from https://selenium-release.storage.googleapis.com/2.51/selenium-server-standalone-2.51.0.jar
The text was updated successfully, but these errors were encountered: