-
Notifications
You must be signed in to change notification settings - Fork 0
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
Proxy credentials don´t work within browser #21
Comments
The issue is caused by an inconsistent proxy handling in Sakuli. Provided environment variables are not considered during test case execution, as Selenium requires a specific proxy config when creating the webdriver. E.g:
Workaround Possible solutions
I'd prefer the first solution as it would be a consistent convention not only in the container but also on test hosts. |
For development and testing, I recommend https://github.com/svettwer/dev-proxy |
We agreed to go with attempt No. 1 |
Summary of the last two hours:
|
Todo: Find a way so that selenium uses proxy credentials. Open upstream issues: |
Sakuli Workaround:
|
Workaround available; fix not possible => 🧊 |
A proxy with credentials won´t be transmitted to the browser (chrome)
HTTP_PROXY=http://username:[email protected]
WGET within the container was able to resolve the proxy.
Workaround at a customer was to use another proxy which authenticates against the actual proxy but was used by sakuli.
The text was updated successfully, but these errors were encountered: