It can be handy to view certificate information from a server via the CLI - most often if the website likes to redirect a normal browser.
echo | openssl s_client -showcerts -servername google.com -connect google.com:443 2>/dev/null | openssl x509 -inform pem -noout -text