Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: dda7b402044a
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 2cf7e5de6f0a
Choose a head ref
  • 1 commit
  • 512 files changed
  • 1 contributor

Commits on May 1, 2013

  1. Revert "deps: downgrade openssl to v1.0.0f"

    After much investigation it turns out that the affected servers are
    buggy.  user-service.condenastdigital.com:443 in particular seems to
    reject large TLS handshake records. Cutting down the number of
    advertised ciphers or disabling SNI fixes the issue.
    
    Similarly, passing { secureOptions: constants.SSL_OP_NO_TLSv1_2 }
    seems to fix most connection issues with IIS servers.
    
    Having to work around buggy servers is annoying for our users but not
    a reason to downgrade OpenSSL. Therefore, revert it.
    
    This reverts commit 4fdb8ac.
    bnoordhuis committed May 1, 2013
    Copy the full SHA
    2cf7e5d View commit details
    Browse the repository at this point in the history