atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.34k stars 661 forks source link

Verification Handling for Attachment Download from Confluence #1424

Closed DRXD1000 closed 1 month ago

DRXD1000 commented 3 months ago

Even if the Confluence Client is instantiated with verify_ssl=False the Attachment Download stills breaks at the verification stage since the method uses the get method from the request session.

Workaround from my side is to add the verification in the get call.

Otherwise great work!