Author Topic: 1.6 beta HTTPS connection partially encrypted  (Read 2968 times)

bwaindwain

  • Newbie
  • *
  • Posts: 4
    • View Profile
1.6 beta HTTPS connection partially encrypted
« on: November 01, 2009, 05:47:11 am »
When I run OpenGoo 1.6 beta over https Firefox 3.5 shows the https in the address bar and the lock in the status bar, but the address bar isn't colored like other https sites and the lock has a red asterisk on it. When I double click on the lock icon the window pops up and tells me that the connection is partially encrypted and that parts of the page were not encrypted.

If I disable javascript the problems go away and https works like normal (but, of course, Opengoo doesn't work at all then...). I've done a brief search for any http: bits in the source but I can't find any.

nederlandlive

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: 1.6 beta HTTPS connection partially encrypted
« Reply #1 on: November 03, 2009, 12:49:37 pm »
I can confirm this one with 1.6 beta (and beta 2). 
Tested using FF3.0/3.5 and OpenGoo runing om Lighttpd with an https socket only.

bwaindwain

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: 1.6 beta HTTPS connection partially encrypted
« Reply #2 on: November 03, 2009, 07:25:41 pm »
I think it has something to do with ckeditor. When I comment out
Code: [Select]
echo add_javascript_to_page("ckeditor/ckeditor.js");around line 47 in /application/layouts/webpage.php then https starts working fine.

hmmm...

bwaindwain

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: 1.6 beta HTTPS connection partially encrypted
« Reply #3 on: November 03, 2009, 08:10:03 pm »
Looks like the ckeditor people are already working on this and it's slated for the ckeditor 3.1 release. Glad I spent so much time trying to find the problem that someone else already solved!
http://dev.fckeditor.net/ticket/3905

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: 1.6 beta HTTPS connection partially encrypted
« Reply #4 on: November 16, 2009, 02:56:40 pm »
Thanks for your help. Fixed for next release.