Install error proxy

Hi,
on my ubuntu test machine, we are running node-red in a vm using win11. Later on we want to transfer the vm to another machine.
Actually we can't even install node-red. I set the npm proxy for http and https.
Getting following error:
reason: write EPROTO DC130000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:c:\ws\deps\openssl\openssl\ssl\record\ssl3_record.c:355:

Is this a problem of proxy or ssl3??
Thx

What command are you running that gives that error?
In fact please show us the command and the full output from that command.

npm install -g --unsafe-perm node-red

Please show us the command and the full output from that command.

Also show us how you set the npm proxy (using http).

Got it...
set the https-proxy=https://
changed it to https-proxy=http://
now it works.

Is your Ubuntu base image up-to-date? Because that looks like a TLS configuration issue to me (though I'm certainly not 100% certain).

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.