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) »
  • Using SSL: "Connection partially encrypted" in Firefox
Pages: [1]

Author Topic: Using SSL: "Connection partially encrypted" in Firefox  (Read 15231 times)

brunodbo

  • I’m new here
  • *
  • Posts: 8
  • Karma: 0
Using SSL: "Connection partially encrypted" in Firefox
February 06, 2010, 04:20:25 pm
I'm having a problem using SSL with CiviCRM.

Pages other than CiviCRM ones are sent over SSL correctly. When I go to a CiviCRM page though, Firefox complains that the "connection is partially encrypted", while every element in the page is going over an 'https://' url - except for some external links (<a href="http://...>), but I don't think external links make a difference, right (in any case, I tried taking those links out of the page, and it didn't)?

Since I use Drupal with CiviCRM, I also tried solving this using the Securepages (http://drupal.org/project/securepages) module, but no success: every connection to a CiviCRM page is still "partially encrypted".

Anyone know what may be causing this?

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Using SSL: "Connection partially encrypted" in Firefox
February 07, 2010, 09:48:15 am
Have you enabled "Force Secure Url" settings in CiviCRM ?

http://drupal.demo.civicrm.org/civicrm/admin/setting/url?reset=1

Kurund
Found this reply helpful? Support CiviCRM

newfoundcivicrm

  • I post occasionally
  • **
  • Posts: 42
  • Karma: 0
Re: Using SSL: "Connection partially encrypted" in Firefox
February 09, 2010, 12:40:46 pm
Hey I have been having the same issue. I just installed an ssl cert and I have configed civicrm to force ssl and it still says the page is partially encrypted. Could this be a jquery issue?

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Using SSL: "Connection partially encrypted" in Firefox
February 10, 2010, 02:46:30 pm
Turns out that we get this error on our demo site as well (with Firefox). Not sure what's causing it since I don't get any errors in Safari, AND when examining all media and scripts - they're all coming in under https.

Some folks I've talked to think the problem is caused by subdomains (http://drupal.demo.civicrm.org is the subdomain, but our SSL cert is for civicrm.org). You might check if that's the issue for you ???
Protect your investment in CiviCRM by  becoming a Member!

AkronAA

  • I’m new here
  • *
  • Posts: 18
  • Karma: 1
Re: Using SSL: "Connection partially encrypted" in Firefox
February 28, 2010, 11:26:01 am
We are having this same issue, only with firefox 3.5 and above.  I must disagree that it is a subdomain issue as only civievent registration pages have the issue for us on our site.  Joomla administration is ssl with no issues.  I can connect to all Joomla pages via ssl with no issue, also, just by adding https instead of http.  Our registration officially begins tomorrow at 9AM EST, so I have a little time to play with it.  Check https://foundersdayregistration.akronaa.org, then check the register online link, in firefox, of course.  You will see that the home page loads with no errors via ssl, but the registation page does not.  I am wondering what is different between the two  pages that is causing this ssl error in firefox. 

AkronAA

  • I’m new here
  • *
  • Posts: 18
  • Karma: 1
Re: Using SSL: "Connection partially encrypted" in Firefox
February 28, 2010, 11:43:47 am
Turning off javascript in firefox allowed the page to load successfully in firefox 3.5.8.

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: Using SSL: "Connection partially encrypted" in Firefox
February 28, 2010, 04:58:35 pm

we have no idea. we spent a fair amount of time investigating it and did not have much success. please update us when you figure it out

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

AkronAA

  • I’m new here
  • *
  • Posts: 18
  • Karma: 1
Re: Using SSL: "Connection partially encrypted" in Firefox
February 28, 2010, 05:20:25 pm
We used two different plugins to compress and combine all css and javascript, and voila, the problem disappeared.  Unfortunately, it also broke a function we like, namely changing the continue button into processing.  We used wireshark to see if there really was some kind of content traversing non-secure.  There wasn't.  The problem did go away when all javascript was combined into one js file, but again, we lost functionality from Common.js.  If we had enough time, I program the order by trial and error to see if I could get it to work without the firefox error, but methinks, because no other browser we tested has the issue, that this time, firefox is the problem.  Firefox 3.0 does not have a problem with the page at all.  LiveHTTP headers shows all content is https.  Right now, we have combined all .js into one file, except Common.js.  The problem remains. 

When we get time, I will restore the site onto a testing server, and have a little techie fun trying to ascertain the cause.

civijim

  • I’m new here
  • *
  • Posts: 18
  • Karma: 1
Re: Using SSL: "Connection partially encrypted" in Firefox
March 03, 2010, 09:36:12 pm
Akronn - sorry, no advice at this time but I just started with ssl encryption on my site for an upcoming event(i have a month or so though) - got the partial encryption padlock and found this thread straight away. Please keep me posted on anything you find and I will as well.
Best,
Jim

jakedeo

  • I’m new here
  • *
  • Posts: 9
  • Karma: 2
SOLUTION
March 06, 2010, 03:30:40 pm
I was having this same issue for a day or two and after some frustration found this thread. So I loaded up the source of a contribution page in a static html file and deleted some scripts here and there until I got a properly "verified" page in Firefox. Turns out it's coming from the ckeditor.js file that gets called about 1/4 of the way down the page. This bug is apparently fairly well documented and is not Civi's fault: http://dev.fckeditor.net/ticket/3905 .

So, I downloaded the newest version of CKeditor from their site and installed that in place of the one in sites/all/modules/civicrm/packages/ckeditor. Make sure to flush your drupal site / browser caches and you should be golden! As far as my testing has gone so far the newest version of CK isn't causing any issues with civicrm and seems to be working the same as the old version.

I highly recommend that the next Civi version include the newest version of ckeditor, as that message in Firefox will scare some people away from contributing / sharing their sensitive data.
« Last Edit: March 06, 2010, 03:33:32 pm by jakedeo »

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: Using SSL: "Connection partially encrypted" in Firefox
March 06, 2010, 03:42:43 pm

yes thanx for the investigation. this bug is fixed and will be part of v3.1.4

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

AkronAA

  • I’m new here
  • *
  • Posts: 18
  • Karma: 1
Re: Using SSL: "Connection partially encrypted" in Firefox
April 09, 2010, 01:42:35 pm
Good investigation, I also downloaded the latest version and replaced it on my Joomla site - Fixed.

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Using SSL: "Connection partially encrypted" in Firefox
April 09, 2010, 01:52:29 pm
Or for those waiting to upgrade to 3.1.4 a quick interim fix is to switch WYSIWIG for a while
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

Colt

  • Guest
Re: Using SSL: "Connection partially encrypted" in Firefox
June 19, 2010, 05:34:21 pm
The point that only Firefox gives this warning may need to be considered.

I am having the same error in Firefox 3.6.3 .... that is even on a site with no civicrm at all just drupal properly installed.  This is a new error in the latest version.  They have a new error screen to scare people.  Firefox is in some kind of aliance to push for the use of expensive certificates which aside from preventing the extremely unlikely and isolated issue of someone trying to pretend to be say Microsoft there is no real benefit.  In fact over-priced certs deture people from using heavy encryption.  Self certified certificates offer every bit as much encryption.  Firefox has accheived a position as the second most popular browser and they are abusing it.  I would not doubt if they are not in fact being bribed by the cert authorities or do not have a vested interest or hidden connection of some kind.  NO other browser does this.  I think this latest warning screen which people get by clicking the little exclamation point you get on the bottom line of Firefox is just another fear mongering attempt to boost sales of these overpriced cert mobsters.

I have tested and determined that 100 percent of the content of this website are 256 bit encrypted yet it gives the faux warning that it is only partially encrypted without even telling what part is or what part isn't along with giving verious other fear mongering details.  (the entity is not verified well cert authorities verify your credit card but that is about it).  I try to use Opera for most of my stuff now that FireFTP is way behind other FTP programs.  I am working on getting Opera's last few problems addressed so it can completely replace firefox.  Firefox is causing grave harm to security/encryption and privacy.  Anytime we are forced to register to be able to buy or sell  with private information we are endangering privacy.  This should not be accepted.

Colt

  • Guest
Re: Using SSL: "Connection partially encrypted" in Firefox
June 19, 2010, 06:00:03 pm
Hi i wanted to add with the same version of Firefox 3.6.3 no updates were done and I am now not getting the error message saying that the page is not full encrypted.  This is on the very same web sites that were on the very same day.  No changes to the sites or to firefox of any kind were made nor any changes to the web server.  I should alert everyone that one of the methods people do things like break SSL encryption is to do something called a "man in the middle" attack which is increasingly difficult to do.  They get your password by making you think you are logging on securely to a trusted web site when in fact you are logging into a copy they create using a kind of man in the middle proxy server.  One way to guard against this is to see if you are fully encrypted using HTTPS.  It may well be we are being attacked using this method I'm trying to determine.  In other words if you click a link you stored as HTTPS but suddenly you look up and s ee the url says HTTP you could well have a man in the middle attacker.  We are living in dark times indeed.  I won't bore the forums with details but anyone that might need more info can contact me.  You can never be too secure these days.  Remember you may not care about privacy but if you have a public web service you should not assume your participating members don't care about their own privacy.  It's not a reasonable assumption.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Using SSL: "Connection partially encrypted" in Firefox

This forum was archived on 2017-11-26.