Re: Using HTTPSConnection and verifying server's CRT

2005-02-01 Thread Ng Pheng Siong
According to Marc Poulhiès <[EMAIL PROTECTED]>: > Btw, thanks for your answer (this will save me from using Perl!) You're welcome. > ## what are the diff between these two?? > #ctx.load_verify_info(cafile="/tmp/ca.crt") > ctx.load_verify_locations(cafile="/tmp/ca.crt") None. One is an alias for

Re: Using HTTPSConnection and verifying server's CRT

2005-02-01 Thread Marc Poulhiès
Marc Poulhiès <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Ng Pheng Siong) writes: >> M2Crypto does server cert verification. With M2Crypto's httpslib, you pass >> in an SSL.Context instance to the HTTPSConnection constructor to configure >> the SSL; one of the config knobs is cert verificati

Re: Using HTTPSConnection and verifying server's CRT

2005-01-31 Thread Marc Poulhiès
[EMAIL PROTECTED] (Ng Pheng Siong) writes: Hi, > According to Marc Poulhiès <[EMAIL PROTECTED]>: >> I tried to see if the M2Crypto has this possibility, but from my tests >> and from what I can find on the website, it seems not :/ > > How did you test and where on the website does it say not? I

Re: Using HTTPSConnection and verifying server's CRT

2005-01-31 Thread Ng Pheng Siong
According to Marc Poulhiès <[EMAIL PROTECTED]>: > I tried to see if the M2Crypto has this possibility, but from my tests > and from what I can find on the website, it seems not :/ How did you test and where on the website does it say not? > Can someone confirm me this is not possible or point me