Selenium itself cannot expose TLS/SSL certificate details like issuer, subject, or protocol/cipher from DevTools logs. Use a networking layer such as Selenium Wire or the Python ssl/socket stack to open a direct TLS connection and read the peer certificate instead, because browser Network events don’t include certificate metadata for the main navigation response in a reliable, queryable way.