Opening firefox by clicking on links in thunderbird breaks https

Bug #57923 reported by Mika Fischer
86
Affects Status Importance Assigned to Milestone
epiphany-browser (Ubuntu)
Invalid
Undecided
Ubuntu Desktop Bugs
firefox (Ubuntu)
Fix Released
High
Unassigned
mozilla-thunderbird (Ubuntu)
Fix Released
Low
Mozilla Bugs

Bug Description

I'm running current edgy.

If I click on an https link while Firefox is closed (eg. in Thunderbird), firefox gives me an error page:

###
Problem loading page

Unexpected response from server

Firefox doesn't know how to communicate with the server.

 * Check to make sure your system has the Personal Security Manager installed.
 * This might be due to a non-standard configuration on the server.
###

In this state https-links completely fail to work.

If I click on the link while firefox is already running (eg. started from the panel) everything works as expected.

Revision history for this message
Mika Fischer (zoop) wrote :

Addition: The problem does only occur when starting firefox by clicking on a link (any link, http or https makes no difference) in thunderbird.

If I start firefox from the panel or eg. by right-clicking on a link in gnome-terminal everything works fine.

Revision history for this message
John Vivirito (gnomefreak) wrote :

I can confirm this as ive been messing with it since early this morning. I have tried --purge firefox and installing it again. seems to have gone away for now but this was just done maybe 2 hours ago so its not enough time to test it to see if fixed. im also gonna try to update FF to nightly build through firefox.

Changed in firefox:
status: Unconfirmed → Confirmed
Revision history for this message
John Vivirito (gnomefreak) wrote :

scratch the update to nightly build in FF i forgot you cant with a ubuntu built FF. Maybe an upgrade to thunderbird to match FF?

Revision history for this message
John Vivirito (gnomefreak) wrote :

i just built firefox 2.0b2 by following the wiki on upgrading firefox. I no longer have this issue. Would like to request FF 2.0b1 in edgy be bumped up to latest nightly build as it fixes a few issues.

Revision history for this message
Mika Fischer (zoop) wrote :

Starting firefox via clicking on a link in thunderbird prevents firefox from using saved passwords as well.

In short, when starting firefox via thunderbird it's somehow severly crippled and barely usable...

Revision history for this message
Mika Fischer (zoop) wrote :

This is still present with the latest firefox package.

Revision history for this message
Aaron Whitehouse (aaron-whitehouse) wrote :

I have this issue on a fully updated edgy firefox. To confirm, if I manually open firefox and go to the site, everything works (including https://) until I close it.

If I follow a link to any site (including normal http:) from Thunderbird, no https:// links work for the session.

Revision history for this message
Francesco Montorsi (f18m-cpp217828) wrote :

I have this same problem but mine seems to be even worse: I can't manage to open *any* https link in FF even if it's already started and if I copy&paste the URL from another app.
(and I get that screen with the "Check to make sure your system has the Personal Security Manager installed" etc etc).

I can workaround this only using Mozilla Web Browser.

I'm using FF package 1.99+2.0b2+dfsg-1ubuntu2

Revision history for this message
Aaron Whitehouse (aaron-whitehouse) wrote :

> I can't manage to open *any* https link in FF even if it's already started and if
> I copy&paste the URL from another app.

This sounds like the same behaviour that we are having, Francesco. As I said, if the browser is opened by clicking a link in an external program, no https: links work, even if they are typed in.

If I open the browser from the panel or menu then all https links work.

Revision history for this message
Francesco Montorsi (f18m-cpp217828) wrote :

>If I open the browser from the panel or menu then all https links work.
if I try to do the same and open Firefox from the menu or panel and then type e.g. "https://sourceforge.net" I get that same error screen.

Matt Zimmerman (mdz)
Changed in firefox:
importance: Undecided → Medium
Revision history for this message
Wenzhuo Zhang (wenzhuo) wrote :

I can confirm this problem in Ubuntu 6.10 beta with the latest updates applied. Since the release of 6.10 will happen this month, please bump the severity to critical.

Changed in firefox:
assignee: nobody → ijackson
importance: Medium → High
Revision history for this message
James Troup (elmo) wrote :

I've managed to track this down to the fact that thunderbird spawns firebird with /usr/lib/mozilla-thunderbird at the front of LD_LIBRARY_PATH. As a result the copy of libnss in there gets preference to firefox's and is presumably what causes the problem. Forcefully inserting /usr/lib to the front of LD_LIBRARY_PATH in the /usr/bin/firefox wrapper would be enough to work around this problem.

Revision history for this message
Ian Jackson (ijackson) wrote : Re: [Bug 57923] Re: Opening firefox by clicking on links in thunderbird breaks https

James Troup writes ("[Bug 57923] Re: Opening firefox by clicking on links in thunderbird breaks https"):
> I've managed to track this down to the fact that thunderbird spawns
> firebird with /usr/lib/mozilla-thunderbird at the front of
> LD_LIBRARY_PATH. As a result the copy of libnss in there gets
> preference to firefox's and is presumably what causes the problem.
> Forcefully inserting /usr/lib to the front of LD_LIBRARY_PATH in the
> /usr/bin/firefox wrapper would be enough to work around this problem.

!

I think stripping out mozilla-thunderbird would be a better plan.
Thanks very much for your investigation.

Ian.

Revision history for this message
Matt Zimmerman (mdz) wrote :

Perhaps thunderbird should reset its LD_LIBRARY_PATH to the old value once it's started up, unless it really needs to spawn external programs which use it

Revision history for this message
Ian Jackson (ijackson) wrote :

I'm working on the obvious workaround in the firefox wrapper.

Changed in firefox:
status: Confirmed → In Progress
Revision history for this message
Ian Jackson (ijackson) wrote :

I agree that mozilla-thunderbird should not leave this stuff in the environment when invoking external programs. Ideally, it would be compiled with appropriate rpath options to make setting LD_LIBRARY_PATH unnecessary.

Note that firefox itself almost certainly has a similar bug: it leaves LD_LIBRARY_PATH containing /usr/lib/firefox when it runs external programs.

Changed in mozilla-thunderbird:
importance: Undecided → Low
status: Unconfirmed → Confirmed
Revision history for this message
Mark Shuttleworth (sabdfl) wrote : Re: [Bug 57923] Re: Opening firefox by clicking on links in thunderbird breaks https

So is the issue here the fact that we have Firefox 2.0 and T-bird 1.5,
and the "embedded" security library in t-bird does not work for FF 2.0?

Mark

Revision history for this message
Ian Jackson (ijackson) wrote :

I think I have deployed the workaround in the firefox wrapper script in 1.99+2.0b2+dfsg-1ubuntu3. Since the change was very small I have foregone my usual test build, instead conducting a few ad-hoc local tests.

I'd appreciate it if when this is built, someone who is affected (ie, someone who uses thunderbird) could test whether it's fixed for them. If this is not possible I'll have to set up a test installation of thunderbird to reproduce the problem ...

Thanks.

Changed in firefox:
status: In Progress → Fix Committed
Revision history for this message
Sebastian Brocks (beerockxs) wrote :

I will check this out as soon as the new package is built.

Revision history for this message
Mark Shuttleworth (sabdfl) wrote :

I seem to recall someone saying it was ANY link, so it would be worth
testing that other apps (gaim, etc) work too.

Mark

Revision history for this message
Matt Zimmerman (mdz) wrote :

On Tue, Oct 03, 2006 at 06:54:39PM -0000, Mark Shuttleworth wrote:
>
> I seem to recall someone saying it was ANY link, so it would be worth
> testing that other apps (gaim, etc) work too.

If there's a problem with another app, it's unlikely to be the same bug.
This one looks pretty clear-cut.

--
 - mdz

Revision history for this message
Aaron Whitehouse (aaron-whitehouse) wrote :

Excellent - this now works for me (following an https:// launchpad link from TB). Thanks!

Revision history for this message
Ian Jackson (ijackson) wrote :

Thanks, Aaron.

Changed in firefox:
status: Fix Committed → Fix Released
Revision history for this message
Dean Sas (dsas) wrote :

There's two duplicates bug 64911 and bug 67148 which are being affected to.

Changed in epiphany-browser:
status: Unconfirmed → Confirmed
Revision history for this message
Dean Sas (dsas) wrote :

that is duplicates of the issue happening in epiphany

Revision history for this message
Ryan Rawdon (flieslikeabrick) wrote :

I encountered this when doing a partial upgrade to edgy for things like firefox2 and some other choice apps I wanted to check out. I fixed it by upgrading libnss3 to the version in edgy then purging firefox and reinstalling it. I got the idea to do that from a suggestion for FC at LQ.org: http://www.linuxquestions.org/questions/showthread.php?t=492018

Revision history for this message
Sebastien Bacher (seb128) wrote :

not an epiphany issue, thunderbird should not change the LD_LIBRARY_PATH

Changed in epiphany-browser:
assignee: nobody → desktop-bugs
status: Confirmed → Rejected
Revision history for this message
Hk (kinebahan) wrote : HTTPS links into Firefox does not work

Hi,

I've recently installed Ubuntu 6.10 Edgy Eft and from that point Firefox (2.0+0dfsg-0ubuntu3) is not able to open https websites at all !!!!

works in konqueror 3.5.5, works in mozilla 1.7.13

Anyone as a cluet o solve this issue ?

Cheers,
Hk

Revision history for this message
Hk (kinebahan) wrote :

Hi,

I've recently installed Ubuntu 6.10 Edgy Eft and from that point Firefox (2.0+0dfsg-0ubuntu3) is not able to open https websites at all !!!!

works in konqueror 3.5.5, works in mozilla 1.7.13

Anyone as a clue to solve this issue ?

Cheers,
Hk

Revision history for this message
Stephen D Kamm (s-kamm) wrote :

I am using Ubuntu 6.06 LTS desktop, 64-bit; updated as prompted by Synaptic.

My e-mail client is mozilla-thunderbird; firefox is selected as "Web Browser" in "Preferred Applications".

After experiencing Bug #89023, I "Completely Removed" firefox (and thunderbird) using Synaptic.

After re-booting, I installed firefox 1.5.dfsg+1.5.0.10-0ubuntu0.6.06.2 and mozilla-thunderbird 1.5.0.9-0ubuntu0.6.06. See details https://launchpad.net/ubuntu/+source/firefox/+bug/89023.

Https function was restored in the case where firefox was already open, however, in the case where firefox is closed, thunderbird is open, and I click a link to an https site, the "Personal Security Manager" error message referred above and in the initial Bug #89023 report appears.

I cannot open a link to https from within an e-mail unless firefox is already open.

It appears that other browers, such as dillo and mozilla, work correctly as "Preferred Application".

Revision history for this message
Andreas Schildbach (schildbach) wrote :

I'm having this problem too, on Ubuntu Dapper 32bit.

There's a voluminous thread on

http://www.nabble.com/Firefox---Unexpected-response-from-server-t3306658.html

Ian Jackson (ijackson)
Changed in firefox:
assignee: ijackson → nobody
Changed in mozilla-thunderbird:
assignee: nobody → mozilla-bugs
Revision history for this message
Heinrich Wunram (h-wunram) wrote :

I had the same problem as described here. I couldn't enter webpages starting with https. Now I found the reason for this strange behaviour: In my firefox folder (/usr/lib/firefox) was an old version of libnss3.so (that of firefox 1.0.7). So I copied libnss3.so from /usr/lib to the firefox folder (don't forget to make it executable) and now my firefox is working correctly again. May be that this procedure might also help other posters in this thread to solve their problem.

Revision history for this message
sam tygier (samtygier) wrote :

seems to be fixed in feisty (opening https link from thunderbird to epiphany with epiphany not running beforehand)

Changed in mozilla-thunderbird:
status: Confirmed → Fix Released
Revision history for this message
dmuir (dmuir) wrote :

This has broken again in the recent Firefox 3.6 upgrade for Karmic.

Revision history for this message
sam tygier (samtygier) wrote :

@dmuir,
it would be better to open a new bug report, as the cause may be different to this old bug. if you run:

ubuntu-bug firefox

it will automatically attach all the version details to the report. you could mention this bug in the new bug.

thanks

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.