Skip to main content

All Questions

Tagged with
0 votes
1 answer
286 views

Receiving incorrect TLS certificate from website

This is a strange issue that (so far) is specific only to plex.tv website. I am seeing this same problem from various devices on my network. Ultimately, simply trying to access https://plex.tv in my ...
confusedalex's user avatar
0 votes
1 answer
750 views

How to generate HTTP ca .cert?

If I use to generate a certificate + private key pair, with the following command on Linux: openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 This will generate two files (...
bbartling's user avatar
  • 245
10 votes
1 answer
10k views

In Wireshark where can I find the TLS Server's Certificate

I'm looking at a TLS v1.3 headers in Wireshark and I'm not sure where I would find the server certificate that is used to confirm that the server is who they claim to be. The Client Sends Hello then ...
masonCherry's user avatar
1 vote
1 answer
993 views

Checkmate about TLS certificates on local networks, self-signed certificates and CA

I know barely anything regarding SSL and TLS certificates. Sorry about that. This is what my company asked me: They need to put a server on the local network that will be accessible through VPN to ...
Duck's user avatar
  • 1,777
1 vote
1 answer
270 views

What order are TLS/SSL certificate attributes checked for validity? Is there a standard?

Imagine an SSL certificate with the following parameters - we're going to concoct the worst imaginable cert by doing every possible thing wrong: Old, vulnerable cipher Vulnerable signature alrgorithm ...
Karu's user avatar
  • 4,772