I have an SSL certificate that is self-signed, and therefore uses an intermediate certificate. I am using Node.js and returning both the certificate as well as the certificate chain which includes the intermediate certificate.
It appears that for some people, this works fine but for others it throws an invalid certificate error. Browser/version combination does not seem to matter.
Why would this happen? In what ways can I debug this to find the reason? I cannot seem to resolve it, or even know what ways I can find out what's wrong or why SSL is complaining.
No comments:
Post a Comment