Developer forum

Forum » CMS - Standard features » DW and net scalers

DW and net scalers

Rune Skovbo
Reply

Hi there

Is there anyway to make DW render links(form post etc.) with HTTPS, instead of HTTP?

The problem is that our IIS server is behind a net scaler load balancer. That means that there is no HTTPS certificate on the IIS, but rather on the net scaler.
Therefore DW looks at itself as a HTTP site and renders for instance forms via the HTTP protocol. But when we use this form to send data, we need to send it via HTTPS.

Sometimes we can piece the form together and manually use the HTTPS protocal, but other times (like the item creator form) we need to use the "form start tag" to get the needed functionality, and it renders as HTTP.

Hope you can help.
/Rune


Replies

 
Nicolai Høeg Pedersen
Reply
This post has been marked as an answer

Hi Rune

Currently not - dw looks at the protocol and decides based on that.

You can create a simple OnPageOutput notification subscriber that replaces all http:// with https:// - remember only for internal domains.

BR Nicolai

Votes for this answer: 1
 
Rune Skovbo
Reply

Hi Nicolai

Ok, thanks for the reply.

/Rune

 

You must be logged in to post in the forum