: Drupal website having problems with SSL install Hi I have a Drupal 6 website and for last two days tried to install SSL on it. My problem is that some of the code in drupal especially for
Hi I have a Drupal 6 website and for last two days tried to install SSL on it.
My problem is that some of the code in drupal especially for static images we use http so SSL complains.
I tried securepages module but it was of no help.
Do we have to check every code for reference if http and change it to // to make SSL run?
Please assist Thanks!
More posts by @Sent6035632
2 Comments
Sorted by latest first Latest Oldest Best
The best way to discover what included files are causing this is to use the developer tools console in your browser.
In Chrome, press F12 and then the second tab from the left is 'console' you will see something like this
Then you will need to go into your site and tediously track down the files page by page. I am not sure if Drupal supports the vanilla protocol like wordpress does. Instead of example.com... or example.com... you can simply use //example.com...
If you call an image with http and you apply SSL/TLS on the domain, the domain is going to be "semi-secured" because some assets called over the SSL/TLS.
I know on WordPress that there are plugins for auto-fix the http calls and replace them with https, such images.
In general you need all the called and used assets to be called with SSL/TLS (https)
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.