Hi,
I have searched all over the place and still can't get laragon work on https. Works fine on http but not on https.
using Laragon Full 4.0.16
ssl port 8443 enabled on 'services & ports'
Apache httpd-2.4.27-win64-vc14 started 80/6443
MySql mysql 5.7.19 winx64 started
Telnet loaclhost 8443:
There are 1 maps. Looking up host: localhost... Trying 127.0.0.1:8443... Connected to localhost.
Menu>Apache>SSL>Add to trust store (DONE)
00-default.conf
<VirtualHost default:80>
<Directory "C:/laragon/www/">
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
<VirtualHost default:8443>
<Directory "C:/laragon/www/">
AllowOverride All
Require all granted
</Directory>
SSLEngine on
SSLCertificateFile C:/laragon/etc/ssl/laragon.crt
SSLCertificateKeyFile C:/laragon/etc/ssl/laragon.key
</VirtualHost>
httpd-ssl.conf
Listen 8443
SSLCipherSuite HIGH:MEDIUM:!MD5:!RC4
SSLProxyCipherSuite HIGH:MEDIUM:!MD5:!RC4
SSLHonorCipherOrder on
SSLProtocol all -SSLv3
SSLProxyProtocol all -SSLv3
SSLSessionCache "shmcb:logs/ssl_scache(512000)"
SSLSessionCacheTimeout 300
laragon.log
2019-11-03 15:41:09: SSL: Signature ok
subject=/C=SG/ST=Singapore/L=Singapore/O=Laragon/OU=IT/CN=laragon
Getting Private key
unable to write 'random state'
Cleared history, cache and restarted all browsers
on Chrome:
This site can’t be reached 192.168.x.xx refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
on FF:
Unable to connect
Firefox can’t establish a connection to the server
Please help....