Actions
Feature #9496
closedAdds an option in mailhandler to disable server certificate verification
Start date:
2011-10-30
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
Please include a new option to ignore certificate CA.
This can done by
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
in source:/trunk/extra/mail_handler/rdm-mailhandler.rb.
Updated by Mischa The Evil about 13 years ago
- Tracker changed from Patch to Feature
- Subject changed from include --no-cacert-verify in mailhandler to Include --no-cacert-verify in mailhandler
- Category set to Email receiving
Fixed issue attributes.
Updated by Jean-Philippe Lang about 13 years ago
- Subject changed from Include --no-cacert-verify in mailhandler to Adds an option in mailhandler to disable server certificate verification
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version set to 1.3.0
- Resolution set to Fixed
Done in r7953. The option is: --no-check-certificate
Actions