Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


https not working as expected!
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

https not working as expected!

So we just added an ssl to one of our non hosting related websites... And when you go to the CRM login page, it shows content that is hidden on the http version of the same login page.

You should have to click the forgot password before the additional fields drop down. But as it is now, when you go to the https version of the login page it is always dropped down.

Any suggestions would be greatly appreciated.

Comments

  • Sounds like a javascript issue... something not loading?

  • link

  • I just figured it out, there was a warning about unsafe code.. So I have to figure out a new way to code the hidden fields that drop down when you click forgot password.

  • The reason it says that is because the code is being loaded from a non-HTTPS location. Fix that and it should work AOK

  • Thank you Magio! I will do that now!

  • i just changed the references to

    googleapis.com

    to https and everything is running smoothly.. Thank you everyone who responded

  • the best way is to use // instead of any protocol. that uses which ever you are currently using

Sign In or Register to comment.