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 »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • HELP - Force Secure URLs (SSL) has blocked me from getting to certain menus
Pages: [1]

Author Topic: HELP - Force Secure URLs (SSL) has blocked me from getting to certain menus  (Read 1015 times)

gzimmerman

  • I post occasionally
  • **
  • Posts: 41
  • Karma: 1
  • CiviCRM version: 4.4.5
  • CMS version: WordPress 3.9.1
  • MySQL version: 5.5.30
  • PHP version: 5.3.20
HELP - Force Secure URLs (SSL) has blocked me from getting to certain menus
March 23, 2015, 09:07:33 am
Using CiviCRM 4.5.8 and WordPress 4.1.1

I'm a WordPress Admin role.

We added a SSL cert for our site and then I changed the following "Force Secure URLs (SSL) " from No to Yes in the Administer|System Settings|Resource URLs.    Now I can not accesses certain menu items like Manage Events...  BUT most importantly I can not access any item under the Administer menu.    I was going to turn the "Force Secure URLs (SSL) " back to NO to see if that caused the issue but now I can do that.

Is there a setting in a php settings file or in the database that I can manually change to put that to No?

THANKS

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: HELP - Force Secure URLs (SSL) has blocked me from getting to certain menus
March 23, 2015, 09:09:11 am
Do you have wp-cli installed? You can access/change civicrm settings from there.
Try asking your question on the new CiviCRM help site.

gzimmerman

  • I post occasionally
  • **
  • Posts: 41
  • Karma: 1
  • CiviCRM version: 4.4.5
  • CMS version: WordPress 3.9.1
  • MySQL version: 5.5.30
  • PHP version: 5.3.20
Re: HELP - Force Secure URLs (SSL) has blocked me from getting to certain menus
March 23, 2015, 09:13:33 am
I don't think so...


Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: HELP - Force Secure URLs (SSL) has blocked me from getting to certain menus
March 23, 2015, 09:38:29 am
Using phpmyadmin, look in the huge blob of data stored in the civicrm_domain table and (carefully) change the value of "enableSSL" from "1" to "0"
Try asking your question on the new CiviCRM help site.

gzimmerman

  • I post occasionally
  • **
  • Posts: 41
  • Karma: 1
  • CiviCRM version: 4.4.5
  • CMS version: WordPress 3.9.1
  • MySQL version: 5.5.30
  • PHP version: 5.3.20
Re: HELP - Force Secure URLs (SSL) has blocked me from getting to certain menus
March 23, 2015, 09:43:10 am
THANKS.   we will give that a try.

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: HELP - Force Secure URLs (SSL) has blocked me from getting to certain menus
March 23, 2015, 09:47:01 am
Specifically search for this:
Code: [Select]
"enableSSL";b:1;and change it to this:
Code: [Select]
"enableSSL";b:0;(without touching anything else)
Try asking your question on the new CiviCRM help site.

gzimmerman

  • I post occasionally
  • **
  • Posts: 41
  • Karma: 1
  • CiviCRM version: 4.4.5
  • CMS version: WordPress 3.9.1
  • MySQL version: 5.5.30
  • PHP version: 5.3.20
Re: HELP - Force Secure URLs (SSL) has blocked me from getting to certain menus
March 23, 2015, 10:04:51 am
THANKS for your help!!!

HOWEVER we found that that is not the issue.     The way we do the Login to the site has to be change so we are logging in via HTTPS and not HTTP.

So at this point we don't need to change the setting.   BUT very useful info to have for the future.  Thanks again.

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Re: HELP - Force Secure URLs (SSL) has blocked me from getting to certain menus
April 03, 2015, 12:22:28 pm
Always login at https, otherwise Civi will make you login again if you try to access admin pages if 'force SSL' is enabled.
Try CiviTeacher: the online video tutorial CiviCRM learning library.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • HELP - Force Secure URLs (SSL) has blocked me from getting to certain menus

This forum was archived on 2017-11-26.