gsethi / golem

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

Document how to use self signed certificates for websockets. #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Attempting to connect to a master with a self signed certificate yields:

2012/07/30 16:38:20 tls.go:47: Dialing Web Socket to 
(wss://platypus.systemsbiology.net:8083/master/)
2012/07/30 16:38:20 tls.go:50: [WARN] websocket.Dial 
wss://platypus.systemsbiology.net:8083/master/: x509: certificate signed by 
unknown authority
2012/07/30 16:38:20 node.go:152: Hello msg body: 
{"JobCapacity":2,"RunningJobs":0,"UniqueId":""}

Original issue reported on code.google.com by ryanbres...@gmail.com on 30 Jul 2012 at 11:40