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

  • Home
  • SEARCH
  • 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 70651
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T19:45:51+00:00 2026-05-10T19:45:51+00:00

I am not able to access localhost https pages in firefox3. It gave the

  • 0

I am not able to access localhost https pages in firefox3. It gave the error

‘Can’t connect securely because the SSL protocol has been disabled. (Error code: ssl_error_ssl_disabled)’

I enabled all the SSL2 related preferences through about:config and the error changed to

‘Data Transfer Error The browser connected successfully, but the connection was interrupted while transferring information. Please try again.’

The first error seems most likely due to a invalid certificate but can’t figure out the second…

  • 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. 2026-05-10T19:45:52+00:00Added an answer on May 10, 2026 at 7:45 pm

    Quick way to create a self-signed certificate using openssl:

    openssl req -new -x509 -days 365 -nodes -out /etc/apache2/cert.pem -keyout /etc/apache2/cert.pem -subj '/C=US/ST=Yourstate/L=Yourcity/O=Your Company, Inc./OU=Development/CN=your.vhostname.com/emailAddress=youremail@example.com' 

    (It’s better to create a CA certificate separately and use that to create a certificate to use; apache complains to the error log when you use a self-signed certificate like above. But I don’t have a recipe handy for doing that.)

    Then in your apache configuration (separately for each virtual host if needed), say:

    SSLEngine on SSLCertificateFile /etc/apache2/cert.pem 

    and make sure mod_ssl is enabled.

    You may be able to debug your problems using curl:

    $ curl -sSvk https://your.vhostname.com 2>&1 | less 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 87k
  • Answers 87k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Here's an example that uses two threads to write random… May 11, 2026 at 5:28 pm
  • Editorial Team
    Editorial Team added an answer WWW::Mechanize::GZip, I think. May 11, 2026 at 5:28 pm
  • Editorial Team
    Editorial Team added an answer If you're not adverse to a spot of jQuery, you… May 11, 2026 at 5:28 pm

Related Questions

I've just built a basic ASP MVC web site for deployment on our intranet.
I am trying to access a sharepoint list programmatically in a webpart, like this.
How to access App_Data folder in WCF service? I have placed a xslt file
I need to edit (using javascript) an SVG document embedded in an html page.

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.