You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I installed selenium 4.16.1 using helm
the setup is in mode - isolateComponents + ingress
all componence sitting on the same node,
helm --install selenium-grid docker-selenium/selenium-grid --set isolateComponents=true --set ingress.hostname=
I can access the Grid using the address I configured in the ingress and the status shows everything is working as it should
when I ran the RemoteWebDriver I receive the error - "An existing connection was forcibly closed by the remote host"
I verified messages reach the server from networking point of view.
I didn't found some info about it, but is there some kind of authentication I need to add to the remote?
What browsers and operating systems are you seeing the problem on?
browser - chrome
the server works on Linux Roky
The text was updated successfully, but these errors were encountered:
What happened?
Hi
I installed selenium 4.16.1 using helm
the setup is in mode - isolateComponents + ingress
all componence sitting on the same node,
helm --install selenium-grid docker-selenium/selenium-grid --set isolateComponents=true --set ingress.hostname=
I can access the Grid using the address I configured in the ingress and the status shows everything is working as it should
when I ran the RemoteWebDriver I receive the error - "An existing connection was forcibly closed by the remote host"
I verified messages reach the server from networking point of view.
I didn't found some info about it, but is there some kind of authentication I need to add to the remote?
What browsers and operating systems are you seeing the problem on?
browser - chrome
the server works on Linux Roky
The text was updated successfully, but these errors were encountered: