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 8011463
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T19:01:20+00:00 2026-06-04T19:01:20+00:00

I am currently experiencing a known problem with OpenSSL on Ubuntu 12.04. This problem

  • 0

I am currently experiencing a known problem with OpenSSL on Ubuntu 12.04. This problem is already fixed in Debian and I’m expecting it to be fixed soon in Ubuntu too. However, in the mean time I would need a workaround.

So is it possible to disable TLS1 in Node and have something equivalent to tls1 switch:

openssl s_client -tls1 -connect evernote.com:443

Here is a simple Node.js script to replicate the problem (on Ubuntu 12.04 w/ OpenSSL 1.0.1)

var https = require('https');
https.get({
    host: 'www.evernote.com',
    path: '/',
    port: 443
  }, function (res) {
    console.log('Success!');
  });
  • 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-04T19:01:21+00:00Added an answer on June 4, 2026 at 7:01 pm

    Judging from the documentation and the sources (1, 2), it should be possible to pass an options object to request that contains something like

    options = { secureProtocol: 'TLSv1_method' }
    

    in order to use TLSv1 (and just that) for this particular connection.

    The default is to use OpenSSL’s SSLv23_method, which means to use the highest TLS/SSL version that is possibly understood by both parties.

    Although possible in OpenSSL itself, it is not possible to blacklist a particular TLS version (as in “use the highest version possible, but never this one”) in node.js as far as I can see, the necessary flags to do so are not exported in node.js itself.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Our website is currently experiencing high volume download traffic. It will soon exceed the
i'm currently experiencing a little problem. I'm using nhibernate with around 40 entities mapped
I'm currently experiencing a problem while trying to set up a project to deploy
I'm currently experiencing with the new c++0x variadic templates, and it's quite fun, Although
I'm currently working with jQuery 1.4.2 and jQuery UI 1.8.2. I'm experiencing some weird
I know that this problem has been around for at least 3 yeears (
I'm currently experimenting with using OCaml and GTK together (using the lablgtk bindings). However,
I'm currently up against the wall on this, I can't seem to find the
Edit: Rolled back Wills change as it was wrong I'm experiencing an odd problem
Currently I'm experimenting with this code (I know it doesn't fit the purpose). I

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.