cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
338
Views
4
Helpful
4
Replies

Warning Message Related to Non-Secure Components!

haithamnofal
Level 3
Level 3

Hi There,

My CSS is configured to accept both HTTP and HTTPS requests. When accessing the secure logon page in my website, I receive a warning message related to non-secure components in the page, and the page flipps from HTTPS to HTTP.

I assume with CSS that the page should NOT flip to HTTP and should remain in secure format... Do you think that the warning message I'm receiving here is related to components in the page itself or is it something to do with the CSS?

Any idea on how to avoid this warning message from appearing? Appreciate your feedback.

Regards,

Haitham

4 Replies 4

skumar1969
Level 1
Level 1

Its a browser nature to alert the user that he is entering into a non-secure site/webpage. CSS got nothing to do with it.

Open IE browser go to 'Tools--> Internet Options--> Advanced--->Security' untick the option "Warn if changing between secure and non-secure modes".

Hope you should be okay now. Thanks.

Hi,

Thanks for your reply, I agree with you that by configuring the browser we can avoid this message, but actually we're a bank and it's un-feasible to ask 20,000 users to configure their browsers in this way.

Let me give you a good hint, it seems that the behaviour of my application is redirecting the HTTPS logon page to a non-secure page after logging. Is their a way to overwrite this on the CSS-level?

Thanks,

Haitham

is the CSS doing the encryption and the server only doing plain HTTP ???

If so, all redirect from the server need to be translated by the CSS from HTTP into HTTPS.

There is a command called 'url-rewrite' for that.

You should be able to find all the documentation you need by searching this keyword.

Gilles.

Hi,

I applied this command and it solved the problem with the warning message:

ssl-server 100 urlrewrite 1 www.domainname.com sslport 443 clearport 80

Thanks,

Haitham

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: