[Pulp-list] m2crypto error when creating a client

Mike McCune mmccune at redhat.com
Mon Aug 23 15:50:23 UTC 2010


If you get:

$ sudo pulp-client -u admin -p admin consumer create --id=1
...
M2Crypto.SSL.Checker.WrongHost: Peer certificate commonName does not 
match host, expected localhost, got somebox.example.com

just change the /etc/pulp/client.conf config:

[server]
host = localhost

to:

[server]
host = somebox.example.com

https://bugzilla.redhat.com/show_bug.cgi?id=626451#c1

-- 
Mike McCune
mmccune AT redhat.com
Red Hat Engineering       | Portland, OR
Systems Management        | 650.254.4248




More information about the Pulp-list mailing list