Re: Establishing Https connection

2012-12-11 Thread nenad . cikic
Many thanks, I will check it. Nenad -- http://mail.python.org/mailman/listinfo/python-list

Re: Establishing Https connection

2012-12-11 Thread Kwpolska
On Tue, Dec 11, 2012 at 7:26 PM, wrote: > Hello, > Once I get my xml populated I have to send it to web service. > Should I use httplib? > I am reading the docs and I have managed to open the connection with > httplib.HTTPSConnection(host[, port[, key_file[, cert_file[, strict[, > timeout[, sour

Establishing Https connection

2012-12-11 Thread nenad . cikic
Hello, Once I get my xml populated I have to send it to web service. Should I use httplib? I am reading the docs and I have managed to open the connection with httplib.HTTPSConnection(host[, port[, key_file[, cert_file[, strict[, timeout[, source_address]]) After that i intend to use HTTPConn