Jump to content

SSL Enable - Technical Help


Curran

Recommended Posts

Folks,

 

Not sure if this is in in the correct fourm.

 

I am having issues with Enabling the SSL in the BO.

 

Running v1.4.6.2 and the SSL is all good on the hosting side. Ive tried BO > Preferences > Enable SSL

 

Currently showing "Please click here to use HTTPS protocol before enabling SSL

 

Need to get it activated to use the Stripe (Reloaded) Payment Module.

 

Thanks in advance for any help / suggestions!

Curran

Edited by Curran (see edit history)
Link to comment
Share on other sites

execute the following commands from within phpmyadmin

 

The is will enable the setting directly in the database

UPDATE `ps_configuration` SET `value` = '1' WHERE `name` = 'PS_SSL_ENABLED'

This will disable the setting in case you run into issues

UPDATE `ps_configuration` SET `value` = '0' WHERE `name` = 'PS_SSL_ENABLED'

 

  • Like 1
Link to comment
Share on other sites

Tried lots of various things after lots of searching, and none were successful.

 

Stumbled across this and following on from that; this - it seemed like a logically solution; I updated the Classes > Tools.php, however there doesnt seem to be a "controllers/admin/AdminLoginController.php" in version 1.4

 

Anyone know what the similar solution would be for 1.4 from the solution from 1.5 above would be?

 

Thanks!

Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...