Actions
Feature #19182
closedPatch to the Redmine Mail Handler for specifying a custom CA bundle
Start date:
Due date:
% Done:
0%
Estimated time:
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.
Files
Related issues
Updated by Toshi MARUYAMA over 9 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
Updated by Jean-Philippe Lang over 9 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Patch committed, thanks.
Actions