On 5/23/2022 9:47 AM, Anchal Sharma2 wrote:
ERROR ON BROWSER An error occurred during connection to hostname:solrport. Cannot communicate securely with peer . No common encryption algorithm(s). Error Code: SSL_ERROR_NO_CYPHER_OVERLAP
It means that the browser and the server (Jetty in this case) could not agree on what TLS cipher to use.
Upgrading Java to the newest 8.x version or maybe the newest 11.x is most likely the fix.
https://stackoverflow.com/a/42520741/2665648 I would recommend OpenJDK, due to changes in how Oracle licenses their Java. Thanks, Shawn
