Skip to content

TestingBot tunnel tests fails with SSL error #216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
BeyondEvil opened this issue Feb 6, 2019 · 0 comments
Closed

TestingBot tunnel tests fails with SSL error #216

BeyondEvil opened this issue Feb 6, 2019 · 0 comments

Comments

@BeyondEvil
Copy link
Contributor

When trying to run tests against a local webserver using --host localhost and --port 4445 as per the TestingBot docs, the tests errors out with:

urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='localhost', port=4445): Max retries exceeded with url: /wd/hub/session (Caused by SSLError(SSLError(1, '[SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:1045)')))

To make this work, the executor url needs to be "http".

PR with fix is incoming.

BeyondEvil added a commit to BeyondEvil/pytest-selenium that referenced this issue Feb 6, 2019
BeyondEvil added a commit that referenced this issue Feb 8, 2019
* Fix issue with using localhost for TestingBot tunnel

Fixes: #216
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant