SSL problem with self-generated certificates? 07-05-2013, 12:48 AM
#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.
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.