curl-and-python

Re: my use of pycurl and authorize.net

From: Paul Trott <paul.trott_at_jamfsoftware.com>
Date: Thu, 30 Oct 2014 15:23:28 +0000

Hi,

There is a setting on pycurl for SSLVersion. I assume they will allow TLS:

c.setopt(pycurl.SSLVERSION, pycurl.SSLVERSION_TLSv1)

Have a great day!

PaulT

> On Oct 30, 2014, at 10:07 AM, john <johnf_at_jfcomputer.com> wrote:
>
> Hi,
> I use pycurl to communicate with authorize.net (credit card stuff). Authorize.net is gong to turn off SSLv3 on Nov4. To be honest I haven't thought much about what I was doing with pycurl since pycurl was taking care of everything very nicely. But now I wonder if my pycurl will continue to work? Here is what I'm doing:
>
> c=pycurl.Curl()
> c.setopt(c.URL, GatewayURL)
> c.setopt(c.POST, TRUE)
> c.setopt(c.SSL_VERIFYPEER, FALSE)
>
> Thanks in advance for any help,
>
>
> Johnf
> _______________________________________________
> http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-python

_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-python
Received on 2014-10-30