Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7911151
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T13:08:44+00:00 2026-06-03T13:08:44+00:00

Okay. I know that I am asking a hackneyed, overchewed question but I am

  • 0

Okay. I know that I am asking a hackneyed, overchewed question but I am posting this because my problem is not getting solved despite trying all the solutions provided on various links.

My constraint – I don’t want to use a saved firefox profile to save the website’s certificate.

Selenium server version – 2.0b3

Solutions tried –
1) http://seleniumhq.org/docs/05_selenium_rc.html#handling-https-and-security-popups
Browser launcher *firefox
Selenium started with trustAllSSLCertificates option.
Did not help. FF again asks to save the certificate.

2) http://blog.mogotest.com/2010/04/13/how-to-accept-self-signed-ssl-certificates-in-selenium/
Browser launcher *firefoxproxy
Selenium started with trustAllSSLCertificates option.
Did not help.

3) Selenium Testing HTTPs Trust All certificates working for FF but not IE

4) Besides that I tried creating my own cert_override.txt and populating the 5 fields as explained in https://developer.mozilla.org/En/Cert_override.txt but getting the value for the 5th field which is the certificate’s serial number and the issuer name as a base64 encoded string is not straightforward as explained in http://tinyurl.com/ce4vn99.

5) Using the Remember Certificate Exception addon for Firefox http://sejq.blogspot.in/2009/01/remember-certificate-exception.html is yet another option but I have not been able to do a full silent install of it. When we drop the xpi file in the required directory, the next time Firefox starts, it will prompt saying that should it found the addon and should it go ahead and install. The addon won’t just get reflected in the browser. If anyone can atleast help me with a FULL silent install of this, it would be great!

All I want is that this works in Firefox. I am not interested in IE and Google Chrome.

Any help in providing an answer and not just terming this as a duplicate would be greatly appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T13:08:45+00:00Added an answer on June 3, 2026 at 1:08 pm

    So the solution turned out to be the 5th point mentioned above.
    Here are the steps to solve the issue –

    1) Download the Remember Certificate Exception xpi file from https://addons.mozilla.org/en-US/firefox/addon/remember-certificate-exception/

    2) Unzip it to get a set of files. Keep them in a temporary folder. (temp_folder/extracted_files)

    3) Open the install.rdf file and copy the content of em:id node present in the Description node.

    4) Rename the temporary folder just created with this copied string.

    5) Place this folder under the profile_name/extensions/ directory. Also delete the extensions.cache/.ini/.rdf files from your profile folder. These need to be deleted so as to prevent the user from being prompted that his profile has been changed and that there is a new addon to be installed. Only if the 3 files are deleted, it will be a fully silent install.

    This can be automated using a script.

    #!/bin/bash
    mkdir /tmp/addon
    cp -r ~/POC/remember_certificate_exception-1.0.0-fx.xpi /tmp/addon
    unzip /tmp/addon/remember_certificate_exception-1.0.0-fx.xpi -d /tmp/addon
    rm /tmp/addon/remember_certificate_exception-1.0.0-fx.xpi
    folder_name=$(cat /tmp/addon/install.rdf | grep -m 1 "<em:id>" | cut -f2 -d ">" | cut -f1 -d "<")
    mv /tmp/addon /tmp/$folder_name
    cp -r /tmp/$folder_name ~/.mozilla/firefox/*.default/extensions
    rm -f ~/.mozilla/firefox/*.default/extensions.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Okay, I know that 1) this is probably not possible with CSS alone and
Okay I know this is a really lame question because Starbasic is a really
Okay...I'm really getting a bit frustrated with this. I know that this post will
Yes, I know that my problem is not the unique, but I have analysed
Okay, I know that there are many question about it, but they are all
I know it's not sporting asking for this kind of help, But I've been
Possible Duplicate: Hide facebook app from search Okay, I know that this question was
Okay, I know it is weird but when I put this code between <head
okay so this is probably a soft pitch question for sombody, but I want
I don't know if this is the best approach so that's why I'm asking

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.