lanky / python-rhnapi

python module abstracting the RHN Satellite API for version 5.4.1
16 stars 6 forks source link

rhnapi requires a properly configured SSL connection to the Satellite server #6

Closed pieterdp closed 6 years ago

pieterdp commented 6 years ago

rhnapi requires a properly configured and completely valid SSL connection to the Satellite server. In many set-ups, this is not the case, but the module does not have a flag ssl_verify to disable verification (cfr. python-requests).