Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


SSL problem with self-generated certificates? filter_list
Author
Message
SSL problem with self-generated certificates? #1
Just a quick question for all of you knowlegeable about encryption:

If I am using a self-generated certificate (as opposed to a bought certificate) for an SSL connection, is there any chance of the messages being intercepted, or of a MIM attack?

P.S. I'm using python's bult-in ssl library to wrap sockets, if it makes any difference.
[Image: jWSyE88.png]

Reply

RE: SSL problem with self-generated certificates? #2
Self-signed = trivial to MITM.

Ok I got bored so let me elaborate.

When you self-sign it, that means there isn't anyone else that can verify if the public key the client received is the correct one. This means an attacker can just intercept the SSL handshake and give the client their self-signed certificate.

Reply

RE: SSL problem with self-generated certificates? #3
Got it, thanks a bunch w00t.
[Image: jWSyE88.png]

Reply







Users browsing this thread: 2 Guest(s)