-
2
Answers
-
Last Activity:
9 years ago,
rudgr
DNN running on a different port to the one used externally
Add an Answer
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hello,
I've got DNN configured on port 1234 using http behind a load balancer.
When I access DNN internally on port 1234 using http, its fine.
The load balancer and associated firewall configuration accepts connections using https on the standard port 443.
The load balancer offloads the SSL before forwarding onto the web server on http using port 1234.
Here lies the problem, which has me rather stumped. Because DNN responds with absolute rather than relative URLS, the site doesn't work externally.
How can I resolve this issue? I need to keep the server running on port 1234/http.
Any pointers or guidance would be much appreciated.
Andrew