ssl lock not showing when using aspx

  • Thread starter Thread starter R.A.
  • Start date Start date
R

R.A.

Hi

I have the web pages developed using c#. When I change the http to https the
lock showing the secure site is not showing. Is there more beside changing
the http to https to convert the web page to secure?


Thanks
 
weird indeed.... are you sure you are switching? Does the address bar have
the HTTPS in it?
The lock should be there or you should be getting an error.
 
If I have links in the web page which links to non secure sites, will that
cause the issue?
 
only if they click the link. Where a link points to from your page is
irrelevant. If your page is in HTTPS and accessed with the HTTPS in the url
then you should be getting the "padlock". If you follow one of those links
to a non secured site the padlock will go away.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
 
Back
Top