Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Webdriver manager update fails during e2e #1370

Closed
Blackbaud-SteveBrush opened this issue Dec 18, 2017 · 2 comments
Closed

Webdriver manager update fails during e2e #1370

Blackbaud-SteveBrush opened this issue Dec 18, 2017 · 2 comments

Comments

@Blackbaud-SteveBrush
Copy link
Member

Blackbaud-SteveBrush commented Dec 18, 2017

Typing skyux e2e produces the following error:

events.js:160
     throw er; // Unhandled 'error' event
     ^

Error: write EPROTO 140735800947648:error:14077419:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert access denied:../deps/openssl/openssl/ssl/s23_clnt.c:769:

The issue definitely occurs when attempting to download selenium standalone.

Related: angular/webdriver-manager#239

We only need to download the Chrome driver, so disabling standalone might be a good idea: https://github.com/angular/webdriver-manager/blob/master/docs/versions.md#download-defaults---chrome---gecko---standalone-flags

@cyclismo
Copy link

I too am having a similar error. This worked on Friday 12/18. Here is what I tried so far...


webdriver-manager update --gecko false --standalone false

Result: downloads chromedriver only


webdriver-manager update --chrome false --standalone false

Result: downloads geckodriver only


webdriver-manager update --standalone false

Result: downloads geckodriver and chromedriver


webdriver-manager update --gecko false --chrome false --standalone false

Result: doesn't do anything (as you might expect)


webdriver-manager update --gecko false --chrome false --standalone true

Result: errors as folllows...
events.js:163
throw er; // Unhandled 'error' event
^

Error: write EPROTO 101057795:error:14077419:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert access denied:openssl\ssl\s23_clnt.c:769:

at exports._errnoException (util.js:1050:11)
at WriteWrap.afterWrite [as oncomplete] (net.js:814:14)

We are definitely having issues with the standalone download.

My environment is as follows:
Window 7 Professional SP1

@Blackbaud-AlexKingman
Copy link
Contributor

Resolved in #349

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants