ncoronado / tracshell

Automatically exported from code.google.com/p/tracshell
1 stars 0 forks source link

Add SSL support #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Minimal SSL support added in this patch:

http://github.com/stefanv/tracshell-fixes/commit/40b16490ae7dec18b69e30ffeea1155
e5fc5fa1a

No proxy support yet.

Original issue reported on code.google.com by sjvdw...@gmail.com on 1 Mar 2009 at 1:20

GoogleCodeExporter commented 8 years ago
thanks for the patches!

I was looking into this myself actually the other day.

I'll gratefully include it, but note that I am probably going to remove a lot 
of the
initialization options which build the URI. AFAICT, the xmlrpclib module can 
parse a
URI itself and be expected to Do The Right Thing(tm). If I can verify this is 
true
(the documentation isn't very specific about it) then a lot of the 
initialization
options will be removed and the user can be expected to provide the appropriate 
URI.

http://docs.python.org/library/xmlrpclib.html

Original comment by j.kennet...@gmail.com on 1 Mar 2009 at 7:04

GoogleCodeExporter commented 8 years ago
Sounds good to me!

Original comment by sjvdw...@gmail.com on 1 Mar 2009 at 10:11

GoogleCodeExporter commented 8 years ago
added

Original comment by j.kennet...@gmail.com on 1 Mar 2009 at 10:53