Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to disable TLS 1.3 in npm

Martien van den AkkerDec 10 2018 — edited Dec 11 2018

Hi guys,

At my current customer I'm trying to install the ojet cli. It takes a very long time (hours) and yet it still seems to fail to load some resources. At some tries it just even halts.

But in anyway, once I seemed to have succeeded inĀ  installing the cli, but then it fails in creating an application.

Now, with our browsers loading gmail for instance fails when allowing the browser to use TLS 1.3, but it succeeds when using only TLS 1.2. So I figured, maybe that is interfering with my npm install.

Is it possible to force npm/node to use only 1.2?

Thanks in advance.


Regards,
Martien

This post has been answered by John JB Brock-Oracle on Dec 10 2018
Jump to Answer
Comments
Post Details
Added on Dec 10 2018
3 comments
839 views