Actions
Defect #1628
openredmine sends http on forms on https server
Status:
Reopened
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-07-12
Due date:
% Done:
50%
Estimated time:
Resolution:
Invalid
Affected version:
Description
I have the following configuration:
Glassfish v2UR2
jruby 1.1.2
rails 2.0.2
I have a http-listener on port 443 with security enabled.
Applications like xwiki, spree (rails shopping system) and others work fine.
redmine is supposed to be the root application on the system.
I had it all running fine with redmine-0.7.0 and updated to 0.7-stable from svn (I am running revision 1651). Now https://mywebserver/ redirects to http://mywebserver/login which of course does not exist.
When I manage to login by changing urls by hand, website links work fine, but all forms, like creating issues etc, still try to send to a http address instead of a https address.
THis was nt happening with 0.7.0
Related issues
Updated by Eric Davis over 16 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- Resolution set to Invalid
Updated by valqk valqk almost 16 years ago
- Status changed from Closed to Reopened
- % Done changed from 100 to 50
Actions