Hello, I want to migrate GeoServer to HTTPS, but there are no official resources or comprehensive tutorials available. Please guide me.
How are you deploying geoserver?
GeoServer is a Java web application that deploys into an application server responsible for http/https.
The two recommended ones are:
-
Jetty (included by the bin download) Jetty Connectors and Protocols :: Eclipse Jetty
-
Tomcat (used with the war download) Apache Tomcat 9 (9.0.96) - SSL/TLS Configuration How-To
Configuring HTTPS is not a geoserver specific activity.
Thanks