this post was submitted on 18 Jul 2023
10 points (81.2% liked)
Discussions related to Infosec.pub
1128 readers
1 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You are describing TLS, which is commonly used for websites and web apps.
Try the following command:
The public key, the authority that signed the certificate, and the cypher used will all be visible.
For me, the cipher used is
ECDHE-RSA-AES256-GCM-SHA384
.Oh. Okay. I'll check it out once. I'm pretty new to all this so I didn't know this is how SSL works.