Diego,

first a few questions:

(1) Is this a test or are you making a production service?

(2) Do you want to use the official HTTPS port 443?

Please tell us a bit more about what you are trying to do.

For example, to make a production service using apache in front of 
tomcat on port 443:

- obtain an SSL certificate for your host: for a production service buy 
one for a provider, for test you can make a self-signed certificate

- install your SSL certificate bundle in apache

- configure an apache virtual host for SSL on port 443

- enable AJP from apache for this virtual host
ProxyPreserveHost On
ProxyRequests Off
ProxyPass /geoserver ajp://localhost:8009/geoserver
ProxyPassReverse /geoserver https://example.org/geoserver

- turn on ajp in tomcat (often just uncomment that section in server.xml)

- restart all services

Kind regards,
Ben.

On 16/05/14 16:17, Diego M. wrote:
> apache httpd and tomcat are not connected, and yes, these content are not
> secure http://example.org:8080/geoserver
>
> so, do you have a clear instructions on how i can do that? Thanks a lot.
>
>
>
> --
> View this message in context: 
> http://osgeo-org.1560.x6.nabble.com/https-with-GeoServer-tp5140586p5140678.html
> Sent from the GeoServer - User mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
> Instantly run your Selenium tests across 300+ browser/OS combos.
> Get unparalleled scalability from the best Selenium testing platform available
> Simple to use. Nothing to install. Get started now for free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> Geoserver-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>

-- 
Ben Caradoc-Davies <[email protected]>
Software Engineer
CSIRO Earth Science and Resource Engineering
Australian Resources Research Centre

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to