Skip to content

--tls-v1.0 flag doesn't work on Node v12 #27384

Closed
@minas90

Description

@minas90

Hi,
I'm trying to migrate to v12, but sadly there are some breaking changes for our use case.
We aggregate content from thousands of websites and some of them still do not support tls v1.2

I tried passing the --tls-v1.0 flag like mentioned here tls: disable TLS v1.0 and v1.1 by default, like this node --tls-v1.0 run.js, but it didn't help.
I'm getting the following error message:
request to https://rss.adnkronos.com/RSS_PrimaPagina.xml failed, reason: write EPROTO 4562253248:error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol:../deps/openssl/openssl/ssl/statem/statem_lib.c:1922:

Any suggestions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    httpsIssues or PRs related to the https subsystem.tlsIssues and PRs related to the tls subsystem.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions