STUPID BROWSERS ...
I spent way too long troubleshooting an SSL certificate error.
My issue, PostMan would not work, but the URL worked when I vis...
For further actions, you may consider blocking this person and/or reporting abuse
Do you use the Apache webserver?
In apache we used to able to use a separate directive SSLCertificateChainFile for the bundle file, but SSLCertificateChainFile is depreciated now.
The SSLCertificateFile directive has been extended to also load the server certificate file plus the intermediate CA certificates
on Windows use the command below to create a PEM format file containing the SSL certificate and the certification chain
In the apache web server virtual host file for SSL add:
Do not use: --------------------
Very helpful tutorial.
Thank you very much :D