Hi Sawan, I got a Tomcat 8/Geoserver 2.14.0 running under Linux.
Here's what my Tomcat server.xml file looks like for a HTTPS conection : <!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->> <Connector protocol="org.apache.coyote.http11.Http11NioProtocol" port="8443" maxThreads="200" scheme="https" secure="true" SSLEnabled="true" keystoreFile="conf/keystore.jks" keystorePass="[DEFINE YOUR OWN PASSWORD]" keyAlias="tomcat" clientAuth="false" sslProtocol="TLS"/> Obviously, you won't go anywhere without a SSL certificate (Look for SSL/TLS in Tomcat docs). You must create one if there's none. Try first with an autosigned one. If everything's properly set (be aware that server.xml is case sensitive...), it should work fine. One thing, it was easier with Tomcat because I tried earlier with geoserver as an usual service but I didn't succeed configuring HTTPS... Hope it helps, good luck Benoît DEGRÈVE Risques sous-sols et cartographie Bachelier en gestion de données et cartographie -----Message d'origine----- De : Humphries, Graham (StateGrowth) [mailto:graham.humphr...@stategrowth.tas.gov.au] Envoyé : mardi 28 mai 2019 02:43 À : nikamsa1; geoserver-users@lists.sourceforge.net Objet : Re: [Geoserver-users] Access WFS services over https You will need to enable https through your app server. Port 8080 is typically used for http and port 8443 is used for https. I am not sure what the configuration options are in the Geoserver.exe app though. You could install Tomcat or jetty and deploy Geoserver there. Tomcat has the https configuration in its web.xml file which you can uncomment. Once you restart tomcat you should be able to use https eg: https://<mytomcatserver>:8443/geoserver -----Original Message----- From: nikamsa1 [mailto:sawan.nika...@gmail.com] Sent: Monday, 27 May 2019 3:46 PM To: geoserver-users@lists.sourceforge.net Subject: Re: [Geoserver-users] Access WFS services over https Thanks Bradh for sharing possible alternatives to solve this issue. I tried with changing global setting in geoserver and changed the proxy url like - https://mydomain:8080/geoserver/WorkspaceName or https://mydomain:8080/geoserver/. But still it is not working for https. Thanks & Regards, Sawan Nikam -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html _______________________________________________ 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 Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users ________________________________ CONFIDENTIALITY NOTICE AND DISCLAIMER The information in this transmission may be confidential and/or protected by legal professional privilege, and is intended only for the person or persons to whom it is addressed. If you are not such a person, you are warned that any disclosure, copying or dissemination of the information is unauthorised. If you have received the transmission in error, please immediately contact this office by telephone, fax or email, to inform us of the error and to enable arrangements to be made for the destruction of the transmission, or its return at our cost. No liability is accepted for any unauthorised use of the information contained in this transmission. _______________________________________________ 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 Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users _______________________________________________ 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 Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users