Feature #19182
Patch to the Redmine Mail Handler for specifying a custom CA bundle
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Email receiving | |||
Target version: | 3.1.0 | |||
Resolution: | Fixed |
Description
When trying to use the rdm-mailhandler.rb script mentioned in http://www.redmine.org/projects/redmine/wiki/RedmineReceivingEmails, I hit a slight problem with internal certificates and the fact that the Ruby Net::HTTP class specifies a non-existing bundle file that has to be overrided.
I added my own code to override the bundle from the Net::HTTP instance, via a command line option.
The included patch adds the option parsing, and passing to Net::HTTP.
Related issues
Associated revisions
Mail Handler: option for specifying a custom CA bundle (#19182).
Patch by Stephane Lapie.
History
#1
Updated by Toshi MARUYAMA almost 8 years ago
- Target version set to 3.1.0
#2
Updated by Toshi MARUYAMA almost 8 years ago
- Related to Patch #19242: Patch to the Redmine Mail Handler for overriding the sender, and adding custom header/footers to imported e-mails added
#3
Updated by Jean-Philippe Lang over 7 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Patch committed, thanks.