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
Actions