Actions
Patch #1724
closedrdm-mailhandler.rb can't handle https url
Start date:
2008-07-31
Due date:
% Done:
0%
Estimated time:
Description
When I tried to use the rdm-mailhanlder.rb script with a https URL, I got the following error.
/usr/lib/ruby/1.8/net/http.rb:2022:in `read_status_line': wrong status line: "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">" (Net::HTTPBadResponse) from /usr/lib/ruby/1.8/net/http.rb:2009:in `read_new' from /usr/lib/ruby/1.8/net/http.rb:1050:in `request' from /usr/lib/ruby/1.8/net/http.rb:405:in `post_form' from /usr/lib/ruby/1.8/net/http.rb:543:in `start' from /usr/lib/ruby/1.8/net/http.rb:404:in `post_form' from /opt/rails/redmine/extra/mail_handler/rdm-mailhandler.rb:62:in `submit' from /opt/rails/redmine/extra/mail_handler/rdm-mailhandler.rb:112
I search around the internet and created a patch for this. Based on http://www.missiondata.com/blog/ruby/65/building-a-better-world-with-google-spreadsheets/.
Redmine version: trunk (revision 1711)
rdm-mailhandler.rb: revision 1643
Ruby version: ruby 1.8.6 (2007-09-24 patchlevel 111)
Files
Updated by Frotran Def over 16 years ago
- File rdm-mailhandler.rb.patch rdm-mailhandler.rb.patch added
I enhanced the patch to distinguish between http and https connection.
It's a quick and dirty hack, a option is probably a better soultion.
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from New to Closed
- Target version set to 0.8
Fixed in r1715 with a slightly different patch.
Thanks for pointing out.
Updated by Jean-Philippe Lang almost 15 years ago
- Category changed from Email notifications to Email receiving
Actions