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!

Getting EPROTO 101057795:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:openssl

User_XCQ9IFeb 27 2018 — edited Feb 27 2018

Hi,

I am trying to install the ojet cli by running the npm install -g @oracle/ojet-cli command but i am getting mentioned error. i set all the proxy as below.

> npm config set strict-ssl false

> npm config set registry "http://registry.npmjs.org/"

> npm config set proxy "http://www-proxy-idc.in.oracle.com:80"

>npm config set https-proxy "https://www-proxy-idc.in.oracle.com:80"

When i am connecting my personal hotspot. it's working fine.

Thanks,

Firoz.

Comments
Post Details
Added on Feb 27 2018
3 comments
1,108 views