Hi,
I have problems with SSL certificate:
- wildcard
- Apache 2.4.4
- every path in config is checked, it's OK
- WORKS in DirectAdmin:2222 (so certificate and CA are OK, full chain)
- csf open port 443
Problem: Apache don't send full chain. "The certificate is not trusted in all web browsers. You may need to install an Intermediate/chain certificate to link it to a trusted root certificate"
Test: openssl s_client -connect some.domain.com:443
Result:
from anywhere
verify error:num=20:unable to get local issuer certificate
verify error:num=27:certificate not trusted
verify error:num=21:unable to verify the first certificate
from localhost (some.domain.com)
Verify return code: 0 (ok)
---
I can't figure out what is going on. If I have OK from localhost so configuration must be OK.
So WHY everybody else can't see full chain?!? 443 works so it's not firewall.
What I'm missing?
I have problems with SSL certificate:
- wildcard
- Apache 2.4.4
- every path in config is checked, it's OK
- WORKS in DirectAdmin:2222 (so certificate and CA are OK, full chain)
- csf open port 443
Problem: Apache don't send full chain. "The certificate is not trusted in all web browsers. You may need to install an Intermediate/chain certificate to link it to a trusted root certificate"
Test: openssl s_client -connect some.domain.com:443
Result:
from anywhere
verify error:num=20:unable to get local issuer certificate
verify error:num=27:certificate not trusted
verify error:num=21:unable to verify the first certificate
from localhost (some.domain.com)
Verify return code: 0 (ok)
---
I can't figure out what is going on. If I have OK from localhost so configuration must be OK.
So WHY everybody else can't see full chain?!? 443 works so it's not firewall.
What I'm missing?
Last edited: