<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Carlos,<br>
    <br>
    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:<br>
    <br>
    <title>Konsole output</title>
    <div>
      <span style="font-family:monospace"><span
          style="color:#000000;background-color:#ffffff;"> SSLEngine ON
        </span><br>
        SSLOptions +StrictRequire
        <br>
        SSLProtocol TLSv1
        <br>
        SSLCertificateFile /etc/apache2/ssl/yourdomain.crt
        <br>
        SSLCertificateKeyFile /etc/apache2/ssl/yourdomain.key
        <br>
        SSLCertificateChainFile
        /etc/apache2/ssl/Thawte_SSL123_CA_Bundle.pem<br>
        <br>
      </span></div>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
    Note that mod_ssl needs to be available and loaded.<br>
    <br>
    As this is a general Apache question - you will probably have more
    success on an Apache maling list - but maybe, the above helps
    aready.<br>
    <br>
    Andreas<br>
    <br>
    <div class="moz-cite-prefix">On 17.09.2015 09:37, Carlos da Ponte
      wrote:<br>
    </div>
    <blockquote cite="mid:1442475445418-5224582.post@n6.nabble.com"
      type="cite">
      <pre wrap="">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: <a class="moz-txt-link-freetext" href="http://osgeo-org.1560.x6.nabble.com/Enable-HTTPS-QGIS-Server-Apache-on-Windows-2012-server-tp5224582.html">http://osgeo-org.1560.x6.nabble.com/Enable-HTTPS-QGIS-Server-Apache-on-Windows-2012-server-tp5224582.html</a>
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
_______________________________________________
Qgis-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>