Snippets tagged “self-signed-certificate”
2 snippets use this tag.
- Curl error 60, SSL certificate issue: self signed certificate in certificate chainPHP
This error message appears when curl is unable to verify the SSL/TLS certificate presented by the server.
- Setting up SSL on a local xampp/apache serverPHP
To set up SSL on a local XAMPP/Apache server, you will need to generate a self-signed certificate, configure the Apache server to use the certificate, and then access the server using https.