Hi Koen, If you read the release notes ( http://pulp-user-guide.readthedocs.org/en/latest/release-notes/2.4.x.html), you'll see that with the self-signed certs, you'll need to set verify_ssl to False in the admin.conf and others.
I hit this same issue. On Wed, Aug 27, 2014 at 9:38 AM, Koen Vanoppen <[email protected]> wrote: > Dear All, > > I have installed pulp v 2.4 and now I'm getting following error when I try > to login with "pulp-admin login -u admin" > > Traceback (most recent call last): > File "/usr/bin/pulp-admin", line 9, in <module> > load_entry_point('pulp-client-admin==2.4.0', 'console_scripts', > 'pulp-admin')() > File "/usr/lib/python2.6/site-packages/pulp/client/admin/__init__.py", > line 35, in main > config_files, exception_handler_class=AdminExceptionHandler > File "/usr/lib/python2.6/site-packages/pulp/client/launcher.py", line > 85, in main > server = _create_bindings(config, logger, username, password) > File "/usr/lib/python2.6/site-packages/pulp/client/launcher.py", line > 192, in _create_bindings > validate_ssl_ca = config['server']['verify_ssl'].lower() != 'false' > KeyError: 'verify_ssl' > > Any Ideas? > > Kind regards, > > Koen > > _______________________________________________ > Pulp-list mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/pulp-list > -- Sean Waite [email protected] Cloud Operations Engineer GPG 17F91B3A TraceLink, Inc. Be Excellent to Each Other
_______________________________________________ Pulp-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-list
