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 »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • SSL Error
Pages: [1]

Author Topic: SSL Error  (Read 1989 times)

southern

  • Guest
SSL Error
June 10, 2007, 12:20:10 am
If I enable the forced https:// setting, when i try to access the page, it give me an error, because the url consist of the following:

https://www.domain.orghttp://www.domain.org/conrtibation_page.html

We are using JoomSEF and SEF Extended Patch to create normal looking urls.

Any help would be great.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: SSL Error
June 10, 2007, 12:54:18 am

Chris:

We dont know a lot about the SEF patches to Joomla, but if u are a coder, you might want to try and hack

CRM/Contribute/Invoke.php, line 110 or so:

                if ( !isset($_SERVER['HTTPS'] ) ) {
                    CRM_Utils_System::redirect( 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] );
                } else {

adding a few debug statements there, might help u figure out how to get around it

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • SSL Error

This forum was archived on 2017-11-26.