Changes between Version 20 and Version 21 of Tutorial

Show
Ignore:
Author:
gtw (IP: 155.98.60.98)
Timestamp:
05/24/10 11:54:14 (4 months ago)
Comment:

Refer to the new host name mismatch page.

Legend:

Unmodified
Added
Removed
Modified
  • Tutorial

    v20 v21  
    6464{{{  
    6565M2Crypto.SSL.Checker.WrongHost: Peer certificate commonName does not match host, expected boss.emulab.net, got www.emulab.net  
    66 }}}  
     66}}} 
     67 
    6768then 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.  
     69libraries.  Fixes are in place to avoid this problem in the future, but if you still 
     70encounter it, please see [wiki:HostNameMismatch the suggested workarounds]. 
    7571 
    7672=== SSH Keys ===