On 2020-07-11 01:36, Brad Hards wrote:
Hi, when trying to connect to a wms service, geoserver 2.10.0 is raising javax.net.ssl.SSLException: Unsupported record version Unknown-0.0 accessing wms. How can it be solved?
this is a typical message that occurs when connecting trough HTTPS and your Java or Geoserver or client does not understand the TLS (or even worse SSL) version that the server requires.
upgrade both Java and Geoserver and possibly upgrade remote server as well or refrain from using https URLs
_______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
