Author: J.Moore40 (22 Jun 18 7:38am)
Hi Encino,
It's the Intermediate certificate which is missing. Causing the incomplete chain and trust issue.
Root is present.
Adding the Intermediate SSL certificate from AlphaSSL will fix the issue:
https://support.globalsign.com/customer/en/portal/articles/1223298-alphassl-intermediate-certificates
Below is the openssl test showing only one SSL certificate is offered at the moment and the corresponding trust issue: (Would expect the site SSL + intermediate, linking to the Root)
openssl s_client -showcerts -connect www.projecthoneypot.org:443
CONNECTED(00000003)
depth=0 /OU=Domain Control Validated/CN=*.projecthoneypot.org
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 /OU=Domain Control Validated/CN=*.projecthoneypot.org
verify error:num=27:certificate not trusted
verify return:1
depth=0 /OU=Domain Control Validated/CN=*.projecthoneypot.org
verify error:num=21:unable to verify the first certificate
verify return:1
---
Certificate chain
0 s:/OU=Domain Control Validated/CN=*.projecthoneypot.org
i:/C=BE/O=GlobalSign nv-sa/CN=AlphaSSL CA - SHA256 - G2
-----BEGIN CERTIFICATE-----
REDACTED
-----END CERTIFICATE-----
---
Server certificate
subject=/OU=Domain Control Validated/CN=*.projecthoneypot.org
issuer=/C=BE/O=GlobalSign nv-sa/CN=AlphaSSL CA - SHA256 - G2
---
No client certificate CA names sent
---
SSL handshake has read 2065 bytes and written 456 bytes
---
New, TLSv1/SSLv3, Cipher is AES128-SHA
Server public key is 2048 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
SSL-Session:
Protocol : TLSv1
Cipher : AES128-SHA
Session-ID: 5FF8A0AB93107312340AB59496E64EA962D32C20070D6C82E8047EC1612C4F5A
Session-ID-ctx:
Master-Key: 4159838348BF6738C9F957F86CB409E317D4484F4DFA1878512810D13C1C4B53F459319B9780A7F7A36E87D8CC60B465
Key-Arg : None
Start Time: 1529667084
Timeout : 300 (sec)
Verify return code: 21 (unable to verify the first certificate)
---
closed
Hope that helps!
Post Edited (22 Jun 18 7:50am)
|