Re: [Geoserver-users] Access WFS services over https

2019-06-22 Thread nikamsa1
Finally found appropriate solution for Geoserver https configuration Here are the steps to enable jetty to run geoserver on https, port:8443 • *Configuring Jetty for SSL* /Generating Keys and Certificates with JDK’s keytool/ 1. Use keytool to generate key pairs and certificates. /keytool.exe/

Re: [Geoserver-users] Access WFS services over https

2019-05-28 Thread DEGRÈVE Benoît
jet : 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 je

Re: [Geoserver-users] Access WFS services over https

2019-05-27 Thread Humphries, Graham (StateGrowth)
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

Re: [Geoserver-users] Access WFS services over https

2019-05-26 Thread bradh
: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

Re: [Geoserver-users] Access WFS services over https

2019-05-26 Thread nikamsa1
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,

Re: [Geoserver-users] Access WFS services over https

2019-05-26 Thread bradh
There are a few different ways to do this. I'd suggest using a reverse proxy (e.g. nginx or apache, whatever you like). Remember to set the proxy URL in "Global Settings". If you want to do it with just Jetty (which is what the .exe uses), see