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
Original issue reported on code.google.com by
ryanbres...@gmail.com
on 3 Jun 2011 at 9:30