IBM-Security / ibmsecurity

Idempotent functions for IBM Security Appliance REST APIs. Currently covering ISAM and ISDS Appliances.
Apache License 2.0
47 stars 73 forks source link

Pass requests error messages to IBMError #423

Closed tombosmansibm closed 4 months ago

tombosmansibm commented 4 months ago

When you enable the certificate validation (as you should), it's going to be difficult to see what exactly goes wrong in case your certificate is not accepted. This is especially the case if you use the Ansible collection.

At the moment , you just get an error "HTTP Return code: 502" - which is not very helpful.

Problems you may encounter , that may not be verify clear are for instance:

tombosmansibm commented 4 months ago

closed by #423