CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • How to fully disable force SSL URLs
Pages: [1]

Author Topic: How to fully disable force SSL URLs  (Read 8993 times)

mudmin

  • I post occasionally
  • **
  • Posts: 51
  • Karma: 1
  • CiviCRM version: 4.2.0
  • CMS version: Joomla 2.5.6
  • MySQL version: 5
  • PHP version: not sure
How to fully disable force SSL URLs
September 04, 2012, 10:42:08 am
To those of you who have been helping me through this ridiculousness, I appreciate your help in advance.

I enabled Force Secure Urls or whatever it's called, but my SSL keeps redirecting the pages to the wrong place.
(I'm working on that with HostGator now)

Problem is, when I set that back to no (even if I update the 2 urls at the top of the dialog)
it keeps sending my requests via https which is giving me 404 errors.

Does anyone know how to fully turn off the Force SSL once it's been turned on???

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: How to fully disable force SSL URLs
October 04, 2012, 07:43:11 am
the value probably isn't saving because it force-redirects when the form is submitted.
if you open your db, go to the civicrm_domain table, edit the record there and look for ssl in the backend_settings field, you should be able to switch it from 1 to 0 to turn it off.
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

Jas001

  • I’m new here
  • *
  • Posts: 1
  • Karma: 0
  • CiviCRM version: 4.3.5
  • CMS version: Joomla 2.5.13
  • MySQL version: 5
  • PHP version: 5
Re: How to fully disable force SSL URLs
August 30, 2013, 10:34:04 am
I am also having the same issue but don't have the same database row. I do have a setting under the table civicrm_domain table>config_backend . the only thing that I could see in there is "enableSSL;" followed by 'b:0;s:18:'. I am using CiviCRM v4.3.5. 

lcdweb

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1620
  • Karma: 116
    • www.lcdservices.biz
  • CiviCRM version: many versions...
  • CMS version: Joomla/Drupal
  • MySQL version: 5.1+
  • PHP version: 5.2+
Re: How to fully disable force SSL URLs
September 10, 2013, 06:48:51 am
b:0 indicates boolean off. which would be what you want.

but I believe in 4.3 the ssl value is now stored in the settings table (they've slowly been migrating all config options from the domain table to the settings table.

yes -- in that table find "enableSSL" and change the value to: s:1:"0";
support CiviCRM through 'make it happen' initiatives!
http://civicrm.org/mih

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • How to fully disable force SSL URLs

This forum was archived on 2017-11-26.