From my workstation, I issued 'openssl s_client -showcerts -connect client.url.com:443 The interesting thing is I don't get a certificate error on my machine when I connect and never had (meaning I didn't tell GP to install an invalid certificate). This is the output: CONNECTED(00000003) depth=0 /O=client.url.com/OU=Domain Control Validated/CN=client.url.com verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 /O=client.url.com/OU=Domain Control Validated/CN=client.url.com verify error:num=27:certificate not trusted verify return:1 depth=0 /O=client.url.com/OU=Domain Control Validated/CN=client.url.com verify error:num=21:unable to verify the first certificate verify return:1 --- Certificate chain 0 s:/O=client.url.com/OU=Domain Control Validated/CN=client.url.com i:/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc./OU=http://certificates.godaddy.com/repository/CN=Go Daddy Secure Certifi7 -----BEGIN CERTIFICATE----- <blah, blah, blah> -----END CERTIFICATE----- --- Server certificate subject=/O=client.url.com/OU=Domain Control Validated/CN=client.url.com issuer=/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc./OU=http://certificates.godaddy.com/repository/CN=Go Daddy Secure Certi7 --- No client certificate CA names sent --- SSL handshake has read 1541 bytes and written 456 bytes --- New, TLSv1/SSLv3, Cipher is AES256-SHA Server public key is 2048 bit Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE SSL-Session: Protocol : TLSv1 Cipher : AES256-SHA Session-ID: 79F6EAE72AE214E143C7BF7D4A84D64334154BD419F6E73701547B6E6B079240 Session-ID-ctx: Master-Key: 06FCC6E59888670B44C2451B831246D9D2FFEFA0AAB3541C7DAC4A45F9AFE4727F9E57647AD0624671FC076C07DE6194 Key-Arg : None Start Time: 1358315077 Timeout : 300 (sec) Verify return code: 21 (unable to verify the first certificate) --- read:errno=0 Finally, I checked the keychain on my Mac and the server certificate is showing valid. So, I'm kinda stumped. I've seen another post where someone was having an issue with a GoDaddy certificate and not with a cert from another issuer. I've used namecheap without an issue. Thanks everyone for the help.
... View more