lets encrypt certificate for wampserver 3.2 in windows server 2012r2
Posted by: khalilgro (102.53.4.---)
Date: March 23, 2021 05:05PM

I created a windows server 2012 r2 VM, I installed wampserver 3.2 and I pointed the public IP address to a subdomain

I generated a ssl certificate successfully
I uncommented all ssl requirements on httpd.conf

LoadModule ssl_module modules/mod_ssl.so
Include conf/extra/httpd-ssl.conf
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
Include conf/extra/httpd-default.conf
I pointed to the certificate and the key and updated cipher and protocol and virtualhost in httpd-ssl.conf file

SSLCertificateFile "${SRVROOT}/conf/sapilog.gromab.com-chain.pem"

SSLCertificateKeyFile "${SRVROOT}/conf/sapilog.gromab.com-key.pem"

DocumentRoot "C:/wamp64/www/gestion"
ServerName sapilog.gromab.com
ServerAdmin admin@example.com
ErrorLog "${SRVROOT}/logs/error.log"
TransferLog "${SRVROOT}/logs/access.log"

SSLCipherSuite ECDH+AESGCM256:ECDH+CHACHA20grinning smileyH+AESGCM256:ECDH+AES256grinning smileyH+AES256:!aNULL:!MD5:!DSS
SSLProxyCipherSuite ECDH+AESGCM256:ECDH+CHACHA20grinning smileyH+AESGCM256:ECDH+AES256grinning smileyH+AES256:!aNULL:!MD5:!DSS

SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1
SSLProxyProtocol all -SSLv3 -TLSv1 -TLSv1.1
but the https does not work on wampserver (http works fine [sapilog.gromab.com])

Any suggestions would be appreciated.

Options: ReplyQuote
Re: lets encrypt certificate for wampserver 3.2 in windows server 2012r2
Posted by: RiggsFolly (Moderator)
Date: March 23, 2021 06:39PM

Start by reading Point 7 in This thread

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote


Sorry, only registered users may post in this forum.