ryanbressler / golem

Research Oriented Distributed Computing.
1 stars 1 forks source link

golem.py hangs on tls connection #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ../golem/src/golem -m -tls -hostname blah:8083

2. ../golem/src/golem -tls -hostname blah:8083

3. python python/golem.py https://blah:8083 run 10 echo 123

or

(in python console)
f = urllib2.urlopen("https://venturestein.local:8083/")

but https://venturestein.local:8083 works in browsers

Expect job submission but instead python just hangs...possibly an 
incompatability between the go https implementation and python urllib2? We may 
need to move to httplib to provide full rest support anyways...

Original issue reported on code.google.com by ryanbres...@gmail.com on 3 Jun 2011 at 9:30

GoogleCodeExporter commented 9 years ago
This is fixed through the use of the python package tsllite

Original comment by ryanbres...@gmail.com on 8 Jun 2011 at 1:41