Assume a browser hits a website with SSL. The website presents its public key (server.pem) which is signed by a CA. The browser then has to hit the CA and asks about the validity of the public key server.pem before proceeding.
Is that a correct understanding? If yes, how does the browser know where the CA is to hit?
Can you use openssl to open server.pem and find out the CA information? I have tried the following but couldn't find any information. openssl x509 -in server.pem -text