Skip to content

Fix: HTTPS verification for preview and http file upload

Ghost User requested to merge (removed):gajim_branch into master

See #11683 (closed).

Requires MR !77 (merged) in python-nbxmpp.

Added condition to check for option preview_verify_https in httpupload.py.

Removed get_user_data() in both files (empty if https verification is enabled and certificate is untrusted).

Finally, the option preview_verify_https works fine again, enabled and disabled, for both http file upload and preview.

Merge request reports