[Web-SIG] newbie help with httpsconnection

Jean-Paul Calderone exarkun at divmod.com
Sun Feb 10 18:11:07 CET 2008


On Sat, 9 Feb 2008 23:56:00 -0800 (PST), Jeff Peery <jeffpeery at yahoo.com> wrote:
>Hello,
>  I'm stumped. I'm trying to run the following bit of code in a cgi script.
>
>      httpServ = httplib.HTTPSConnection('https://secure.authorize.net')

The first parameter to HTTPSConnection is supposed to be a hostname.

Jean-Paul


More information about the Web-SIG mailing list