Your service is (probably) connecting to firebase.googleapis.com
. The server there uses a certificate with CN = upload.video.google.com and a lot of entries in subjectAltName, including *.googleapis.com
.
So in this case your logs only include the Common Name (CN) of the certificate which is a bit misleading.