[Qgis-user] Enable HTTPS QGIS Server (Apache) on Windows 2012 server

Andreas Neumann a.neumann at carto.net
Thu Sep 17 02:23:33 PDT 2015


Hi Carlos,

I don't know if it helps for your Apache on Windows - but below is what 
I added in one of my Linux virtual hosts:

Konsole output
SSLEngine ON
SSLOptions +StrictRequire
SSLProtocol TLSv1
SSLCertificateFile /etc/apache2/ssl/yourdomain.crt
SSLCertificateKeyFile /etc/apache2/ssl/yourdomain.key
SSLCertificateChainFile /etc/apache2/ssl/Thawte_SSL123_CA_Bundle.pem

Note that mod_ssl needs to be available and loaded.

As this is a general Apache question - you will probably have more 
success on an Apache maling list - but maybe, the above helps aready.

Andreas

On 17.09.2015 09:37, Carlos da Ponte wrote:
> Hi everyone,
>
> I'm looking for some info on how to enable https on Apache running on a
> windows 2012 server.  The Qgis server (Apache) runs as expected with http.
> I'm hoping someone can point me to how to setup the Apache conf. file to
> work.  We have the certs in the right form and so forth, its the Apache
> configuration that we're having issues with.
>
> Thanks!
> C
>
>
>
> --
> View this message in context: http://osgeo-org.1560.x6.nabble.com/Enable-HTTPS-QGIS-Server-Apache-on-Windows-2012-server-tp5224582.html
> Sent from the Quantum GIS - User mailing list archive at Nabble.com.
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20150917/6a119622/attachment.html>


More information about the Qgis-user mailing list