I found that the SSLCertificateChainFile which Apache uses does not work for all browsers on the Mac if the SSLCertificateFile was created by godaddy.com
These browsers on the Mac report invalid...
Type: Posts; User: garagesalegizmo; Keyword(s):
I found that the SSLCertificateChainFile which Apache uses does not work for all browsers on the Mac if the SSLCertificateFile was created by godaddy.com
These browsers on the Mac report invalid...
Apache was timing out due to the private key requiring a pass-phrase in order for apache to start.
The solution was to remove the pass-phrase from the key with the command:
openssl rsa -in...
If I enable 'Require SSL', I can't connect to my application.
In 'Launch Deployment' I checked 'Require SSL' and uploaded certificate (signed by GoDaddy) and the private key (used to generate the...