How to use a self signed certificate with XAMPP for HTTPS requests using cURL?
问题 I installed XAMPP and I need to test some HTTPS requests. First of all i tried to configure XAMPP so I can use the HTTPS requests. This is what I did : 1) In the php.ini file , I uncommented the openssl module . 2) In the httpd.conf file , I uncommented the LoadModule ssl_module modules/mod_ssl.so 3) In the httpd-ssl.conf file , I redirected SSLCertificateFile "conf/ssl.crt/ipm.crt" and SSLCertificateKeyFile "conf/ssl.key/ipm.key " to my .crt and .key files. 4) I put my ipm.crt and ipm.key