Hi,
I've got a DNN 9.12 portal on IIS, server by a reverse proxy (RP). RP send all traffic from non-standard https 8443 port to 80 port (local to IIS). In IIS binding, I added the record for 8443 port
DNN portal receive traffic on 80 port and lose 8443 port info: how to preserve this information?
I do this tests:
- in Site Setting > Site Behavior > Alias, add 8443 port alias (mydns:8443/myportalname) and disable flag automatically add alias. Site doesn't respond
- Enable flag automatically add alias and I see the new alias mydns/myportalname. Site responds on 80 port: it's work, but it doesn't preserv 8443 port
- Use the URL Rewrite module, but at the moment I don't figure out the correct rule and the rule doesn't preserv 8443 port
I try to create a simple helloworld.html page and the port is preserved
Can you give me some hints, please
Whoa... I haven't tried messing with a reverse proxy in a long time. The step of adding the port to the PortalAlias is the first step I would've taken too.
To make sure I know which place(s) need this setting, I'd continue to attempt to test further to see where this needs to be enforced, including in IIS and the web(dot)config. Also, do your hosting environment supports the IIS URL rewrite module (to support the config changes).
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.