Mobile app version of vmapp.org
Login or Join
Sent6035632

: 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

@Sent6035632

Posted in: #Drupal #Drupal6

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!

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Sent6035632

2 Comments

Sorted by latest first Latest Oldest Best

 

@Smith883

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...

10% popularity Vote Up Vote Down


 

@Shelton105

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)

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme