-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[🐛 Bug]: CDP broken : incorrect WS url on TLS ingress latest helm chart #2321
Comments
@amardeep2006, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable
After troubleshooting the issue, please add the Thank you! |
I figured out the breaking change in upcoming chart version . I referred this documentation https://github.com/SeleniumHQ/docker-selenium/tree/trunk/charts/selenium-grid#secure-connection-to-the-ingress-proxy tls:
ingress:
enabled: true Closing the issue. |
Via your scenario, I am going to update for the case ingress TLS config inline |
#2326) docs for #2321 Signed-off-by: Viet Nguyen Duc <[email protected]>
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What happened?
I upgraded from helm chart version 0.31.1 to latest and CDP tests that are run via playwright are broken.
I have not pulled the Chart using helm but cloned from this repo as on today 24July2024 .
We use sectigo issues SSL configuration on ingress only. The SSL terminates on ingress as the pods run without ssl.
Previously the Grid was returning this CDP URL
wss://admin:[email protected]/session/8dcc0ad57a1236ea21409b4cd6feb652/se/cdp
now it is returning ws url instead on wss .
ws://admin:[email protected]/session/c8d3b2f846417565013f08857dd54bb3/se/cdp
Also note that only CDP is broken , Webdriver protocol in not impacted.
Let me know if you need some more details.
Command used to start Selenium Grid with Docker (or Kubernetes)
Relevant log output
Here are logs from Playwright script.
Operating System
kubernetes 1.26
Docker Selenium version (image tag)
4.23
Selenium Grid chart version (chart version)
0.32.0
The text was updated successfully, but these errors were encountered: