Darius1990 Posted March 15, 2019 Share Posted March 15, 2019 I just grab a live version of PS and want to make it work locally in on Xampp. It as enabled SSL, so it redirects to https and it won't work. I could change settings in the deployed version to turn off SSL and make a new back-up of a database. But there is another way to change settings? Because I didn't find any ps_ssl_enable table in the configuration table PS version 1.7.4.4 Thanks for help. 1 Link to comment Share on other sites More sharing options...
joseantgv Posted March 15, 2019 Share Posted March 15, 2019 Table ps_configuration, values PS_SSL_ENABLED and PS_SSL_ENABLED_EVERYWHERE 5 1 Link to comment Share on other sites More sharing options...
dkb Posted November 3, 2020 Share Posted November 3, 2020 Hello, are you able to tell me the values for ssl enabled and disable in the database ? cheeers Luke Link to comment Share on other sites More sharing options...
joseantgv Posted November 3, 2020 Share Posted November 3, 2020 hace 1 hora, dkb dijo: Hello, are you able to tell me the values for ssl enabled and disable in the database ? cheeers Luke En 15/3/2019 a las 10:44 AM, joseantgv dijo: Table ps_configuration, values PS_SSL_ENABLED and PS_SSL_ENABLED_EVERYWHERE Link to comment Share on other sites More sharing options...
dkb Posted November 3, 2020 Share Posted November 3, 2020 (edited) Sorry, so the value for SSL disabled is which? that doesn't look too logical.... when I look in dbase : row 30 PS_SSL_ENABLED 1 so the value 1 means enabled or disabled no? and if changed to 0 (maybe 2) it will do the inverse no? Edited November 3, 2020 by dkb (see edit history) Link to comment Share on other sites More sharing options...
joseantgv Posted November 4, 2020 Share Posted November 4, 2020 1 = true = enabled 0 = false = disabled Link to comment Share on other sites More sharing options...
dkb Posted November 4, 2020 Share Posted November 4, 2020 Thankyou Joseantgv! Link to comment Share on other sites More sharing options...
Chisla Posted March 14 Share Posted March 14 UPDATE `ps_configuration` SET `value` = '0' WHERE name` LIKE '%PS_SSL_ENABLED%' Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now