Changes between Version 20 and Version 21 of Tutorial
- Timestamp:
- 05/24/10 11:54:14 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorial
v20 v21 64 64 {{{ 65 65 M2Crypto.SSL.Checker.WrongHost: Peer certificate commonName does not match host, expected boss.emulab.net, got www.emulab.net 66 }}} 66 }}} 67 67 68 then you have tripped over a problem triggered by some existing certificates and client 68 libraries. We hope to have a permanent solution soon, but in the meantime, the recommended 69 workaround is to create {{{$HOME/.protogeni-config.py}}} and put this in it: 70 {{{ 71 XMLRPC_SERVER = { "default" : "www.emulab.net" } 72 }}} 73 74 Note that this assumes Utah's Emulab is your Slice Authority. 69 libraries. Fixes are in place to avoid this problem in the future, but if you still 70 encounter it, please see [wiki:HostNameMismatch the suggested workarounds]. 75 71 76 72 === SSH Keys ===
