curl-and-python

my use of pycurl and authorize.net

From: john <johnf_at_jfcomputer.com>
Date: Thu, 30 Oct 2014 08:07:07 -0700

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
Received on 2014-10-30