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

2019-05-26 Thread bradh
Please understand that only sets up the geoserver application to add the right URLs if you've configured a proxy. It doesn't make a proxy exist - you still need to either configure jetty, or to add an external proxy. Brad -Original Message- From: nikamsa1 Sent: Monday, 27 May 2019

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

[Geoserver-users] Access WFS services over https

2019-05-26 Thread nikamsa1
Hello, I am trying to show features as a WFS service on map. Since, application is running over https and while accessing features from geoserver as a WFS services having URL like "/*http://:8080/geoserver/wfs*/". obtain following error of *Content Mismatch: trying to access insecure script from

Re: [Geoserver-users] Tile caches

2019-05-26 Thread Andrea Aime
On Sun, May 26, 2019 at 8:01 PM Kevin Smith wrote: > There is a "Direct Integration Mode" setting which will cause requests > to GeoServer's regular WMS endpoint that have "tiled=true" set to check > if GWC can handle them, and if not they are handled normally. I don't > recommend relying on

Re: [Geoserver-users] Tile caches

2019-05-26 Thread Kevin Smith
GeoWebCache is really a separate server that is embedded within GeoServer and it offers a different set of services from those offered directly by GeoServer from a separate endpoint. GeoServer doesn't really know anything about how GWC handles a request.  It just delegates certain requests to