pulp/pulp-cli

rpm sync publish test uses curl without --insecure flag

Closed this issue · 1 comments

When running pulp-cli tests against a pulp container that is using HTTPS with a self signed cert (in CI) the rpm sync/publish test fails due to a self signed cert not being trusted.

"pass VERIFY_SSL false as an env variable" seems like a solution.