Issue #602
closed"SSL certificate is untrusted" warning is too vague
Description
Description of problem:
After installation of Pulp I run:
pulp-admin rpm repo create --repo-id=test --feed=http://copr-be.cloud.fedoraproject.org/results/msuchy/igal2/epel-7-x86_64/
And got this message:
WARNING: The server's SSL certificate is untrusted!
The server's SSL certificate was not signed by a trusted authority. This could
be due to a man-in-the-middle attack, or it could be that the Pulp server needs
to have its certificate signed by a trusted authority. If you are willing to
accept the associated risks, you can set verify_ssl to False in the client
config's [server] section to disable this check.
Because this is just testing deployment to get familier with Pulp, I would like to set verify_ssl to False, but I have not idea what is "client
config" and now I have to dive into a documentation.
It would be nice if you can tell me that "client config" is either /etc/pulp/admin/admin.conf or ~/.pulp/admin.conf
+ This bug was cloned from Bugzilla Bug #1159222 +
Updated by rbarlow over 9 years ago
One way to make this less vague is to catch this exception in every piece of code that uses the bindings and add in a message about the pertinent config file there.
+ This comment was cloned from Bugzilla #1159222 comment 1 +
Updated by bmbouter over 5 years ago
- Status changed from NEW to CLOSED - WONTFIX
Updated by bmbouter over 5 years ago
Pulp 2 is approaching maintenance mode, and this Pulp 2 ticket is not being actively worked on. As such, it is being closed as WONTFIX. Pulp 2 is still accepting contributions though, so if you want to contribute a fix for this ticket, please reopen or comment on it. If you don't have permissions to reopen this ticket, or you want to discuss an issue, please reach out via the developer mailing list.