'JDK 17 ERR_SSL_PROTOCOL_ERROR with Chrome and Selenium
When I ran Selenium tests using selenium/standalone-chrome:97.0 I am getting the following error with JDK 17.
org.openqa.selenium.WebDriverException: unknown error: net::ERR_SSL_PROTOCOL_ERROR
I am accessing the web app with a hostname (not localhost). When I tried with JDK 16 with the same configuration I didn't get the error.
Appreciate it if anyone has any insight into this. Was there some SSL change introduced in JDK17 that causes this issue?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
