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