Benji York <[EMAIL PROTECTED]> writes:

> James Stroud wrote:
> > I have been trying to make an https client with python
> 
> You probably don't want to use the standard library for HTTPS; here's a 
> quote from the socket module docs about SSL:
> 
>       Warning: This does not do any certificate verification!
[...]

Of course, remembering that the first thing to ask in response to "is
it secure?"  is "against what?", for lots of purposes it just doesn't
matter that it ignores certificates.


John

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to