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?