[Geoserver-devel] Geoserver and https

Hey!

Is there any example of using Geoserver with https protocol?
--
View this message in context: http://www.nabble.com/Geoserver-and-https-tf1935633.html#a5303570
Sent from the GeoServer - Dev forum at Nabble.com.

Not that I know of, but it should work, as long as the certificate handling is done outside of GeoServer. We had a bug fix awhile ago so that if GeoServer is under https it properly reports back in the capabilities document.

But yeah, if anyone has a live example that would be great.

best regards,

Chris

GeoUser wrote:

Hey!

Is there any example of using Geoserver with https protocol?

--
Chris Holmes
The Open Planning Project
http://topp.openplans.org

i can now access my geoserver through https and i have a question. if
everything on https gets done encrypted then do i (when i post a query like
get_capabilities) get an encrypted response?

because if i go to demo section and choose WFS_getCapabilities -> submit i
get strange results
--
View this message in context: http://www.nabble.com/Geoserver-and-https-tf1935633.html#a5356453
Sent from the GeoServer - Dev forum at Nabble.com.

well i tried to run it under internet explorer (before was firefox) . but now
if i try to get capabilities i get this error:

type Exception report

message

description The server encountered an internal error () that prevented it
from fulfilling this request.

exception

java.lang.IllegalStateException: getOutputStream() has already been called
for this response
  org.apache.catalina.connector.Response.getWriter(Response.java:599)

org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:195)

org.vfny.geoserver.wfs.servlets.TestWfsPost.processRequest(TestWfsPost.java:242)
  org.vfny.geoserver.wfs.servlets.TestWfsPost.doPost(TestWfsPost.java:73)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

note The full stack trace of the root cause is available in the Apache
Tomcat/5.5.17 logs.

--
View this message in context: http://www.nabble.com/Geoserver-and-https-tf1935633.html#a5356510
Sent from the GeoServer - Dev forum at Nabble.com.