Feature #9496
Adds an option in mailhandler to disable server certificate verification
| Status: | Closed | Start date: | 2011-10-30 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Jean-Philippe Lang | % Done: | 0% |
|
| Category: | Email receiving | |||
| Target version: | 1.3.0 | |||
| 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.
Associated revisions
Adds an option to rdm-mailhandler to disable server certificate verification (#9496).
History
#1 Updated by Mischa The Evil 7 months 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.
#2 Updated by Jean-Philippe Lang 6 months 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