4 posts categorized "firefox"

07/17/2013

Fix for Firefox 22 & CA ServiceDesk Issues

It can be really hard to find, which is why I'm linking to it here. When Mozilla released Firefox 22 a couple weeks ago, some functionality in CA ServiceDesk no longer worked. One of the more notable problems is that the javascript menu would not load, making it pretty tough to open incidents, requests, or changes, post solutions, etc. 

People may remember back when Firefox 4 was released, that links would no longer open popup windows. Someone was kind enough to put together a Greasemonkey (Firefox add-on) script that fixed that problem and updates have been made to the ServiceDeskFixer.user.js script that takes care of almost all the current issues with running CA ServiceDesk with Firefox 22. Here is the link to the CA forum post: Firefox v22 upgrade


UPDATE: I heard today that the script may no longer be available so I'm posting it here. Remember to change the value of @include to point to the location of pdmweb.exe on your company's ServiceDesk site. ServiceDeskFixer for GreaseMonkey local mirror download. (Right click and Save As...)

01/19/2012

Working Around the Firefox "Confirm Security Exception Button Disabled" Problem

Here's an interesting workaround to a problem I had been having that has been causing me ssl connection headaches in Firefox for years. Here is a description of the problem:

I try to connect to an SSL encrypted page in Firefox and that page generates a certificate warning. What should normally occur (and it used to work) is that you'd get greeted with the "Untrusted Connection" page where you have various buttons to view the certificate, confirm the security exception, or cancel. The problem I've been experiencing is that the Confirm Security Exception button remains disabled and would also show an error message: sec_error_expired_issuer_certificate. There was nothing I could do to get Firefox to accept the cert—not even importing the certificate manually.

I'm not going to claim that this is the fix for all instances but in my case, the ssl warning for the BigIP Admin Console I was failing to connect to was generated for three separate reasons:

  1. The ssl certificate was self-signed
  2. The ssl certificate was expired
  3. I was connecting to the host using its IP address instead of the hostname—the hostname being the common name of the certificate.

However, this wasn't the only set of circumstances where I was having the problem as I was also experiencing it simply connecting to a site using a self-signed cert, (valid date, valid common name).

So, if this happens to be happening to you, the first thing to try is Restart with Add-Ons Disabled, if you can, then try connecting again. Assuming you are then able to successfully connect and the Confirm Security Exception button works, the problem seems to be related to one of your installed Add-Ons.

In my case, the problem was the HTTPFox add-on option labeled "Automatically start watching when browser starts". During a recent round of the testing of various cache-control headers on a new site we were putting up, I enabled this option to save me a few steps in the testing process. As soon as I cleared this Autostart option, I was able to connect to ssl sites that generate warnings.

If you are viewing your Firefox about:config settings page, filter on "httpfox". If set to start automatically when firefox starts, you will find the following configuration setting: user_pref("extensions.httpfox.StartAtBrowserStart", true);. Setting the value to "false" has the same effect as clearing the checkbox but once you restart the browser, user_pref("extensions.httpfox.StartAtBrowserStart", false); will no longer appear in your about:config.

03/22/2011

It Looks Like Firefox 4 Went Gold

I just wanted to post a short note about it but it looks as if Firefox 4 went gold today. All of a sudden, there is a TwitterParty and a Real Time Firefox 4 Download stats site up and running.  Head over to the main Mozilla site to grab your own or if you're running a beta or release candidate, you should be upgraded real soon!  Congratulations to the Firefox team!