Hello,
I have SSL working on my webserver on port 8100, hence my secure URLs are of the form https://mywebsite.com:8100.
I've configured SSL to work for the website over this port, is there a way that Secure Pages can work with this non-standard port?
FYI: The module works fine, when i use the port 443, but when i switch to 8100, the radio buttons on the Secure Pages admin page are greyed out which is understandable cause to test it redirects to https://mywebsite.com which is not valid in my case.
Any help will be appreciated. Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | securepages-non_standard_ports-985538-5.patch | 884 bytes | micnap |
| #4 | securepages-non_standard_ports-985538-4.patch | 883 bytes | mrmikedewolf |
| #3 | securepages-non_standard_ports-985538-3.patch | 850 bytes | jemond |
Comments
Comment #1
rupesh.j commentedHi,
I am also facing the same problem as @gauravkumar87 facing.
Any help would be appreciated.
Comment #2
steffenrDo we have any effort on this case ?
We try to run securepages on our staging server with following setup:
HTTP-Pages served by: stage.domain.com
HTTPS-Pages served by: stage.domain.com:442 (443 is taken by www.domain.com)
While switching from HTTP to HTTPS on redirection we get a bad gateway error - sharing cookies / sessions works fine.
Example:
Login-Form ( destination in a non-SSL Page)
https://stage.domain.com:442/user?destination=node/61634
Error:
SteffenR
Comment #3
jemond commentedComment #4
mrmikedewolf commentedChanging the url to an absolute link throws off drupal_goto unless the 'external' option is passed to url. I've modified the patch to account for this.
Comment #5
micnap commentedPatch wouldn't apply for me and we need to apply with drush make so recreated.
Comment #6
astonvictor commentedI'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks