
You can see the folder of installation when opening the panel: The path to the configuration file depends on the folder you chose during setup of XAMPP control panel.

XAMPP SSL PORT CODE
This code should have been generated on your server along with the CSR code that was used for certificate activation. You can use the regular text editor on your computer to combine them, but it’s essential to make sure that there are no blank spaces between the three codes as shown below: COMODORSADomainValidationSecureServerCA.crt.In this case, it will be necessary to combine them into a single.

XAMPP SSL PORT ARCHIVE
If you download the certificate archive from the email sent by COMODO, the bundle might be broken into three pieces, such as COMODORSADomainValidationSecureServerCA.crt, COMODORSAAddTrustCA.crt, and AddTrustExternalCARoot.crt. ca-bundle file) which can be located in the archive you downloaded from email. The Certificate Authority bundle (the.crt file, or ‘Security certificate’) from the downloaded archive You can then use the files provided there for installation.įor this particular installation process, you will need three files: The certificate needs to be downloaded from ZTABOX email. SSLCertificateChainFile /etc/ssl/ssl.crt/apimysite.Prior to certificate installation, please make sure that the CSR was generated, and the certificate was activated, validated, and issued. Connection closed to child 0 with abortive shutdown (server my-site:443)ĪddCharset utf-8. SSL Library Error: 336027900 error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol speaking not SSL to HTTPS port!? SSL library error 1 in handshake (server my-site:443) Connection to child 0 established (server :443) RSA server certificate enables Server Gated Cryptography (SGC) This is what Apache logs: Loading certificate & private key of SSL-aware server However, when I try to browse to (obviouslly not the real domain), I get a 'Connection Refused' error.


Check locally and from my own PC with telnet if I could connect to 443 (to the IP of the server, not domain trying to connect to :443 gave me connect failed).SSLCertificateChainFile /etc/ssl/ssl.crt/-bundleĬhecked only apache was listening to port 443 with lsof SSLCertificateFile /etc/ssl/ssl.crt/api_my_site_com.crt Made a new virtual host in Apache listening to 443.Enabled mod_ssl on apache with a2enmod ssl.Copied all the cert files according to the CA's instructions.I've gone through the following checklist:
XAMPP SSL PORT TRIAL
I'm currently trying out HTTPS on one of my sites, and I got a trial certificate from a trusted CA.
