Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker: npm.sap.com not accessible #611

Closed
CCFenner opened this issue Nov 28, 2019 · 0 comments
Closed

Docker: npm.sap.com not accessible #611

CCFenner opened this issue Nov 28, 2019 · 0 comments

Comments

@CCFenner
Copy link
Member

CCFenner commented Nov 28, 2019

Inside the Docker container npm.sap.com is not accessible due to an SSL. Issue and solution are also described in SAP/devops-docker-node-browsers#10 (comment).

Please provide the following info:

  • MBT Version: as provided in Docker
  • OS Version: as provided in Docker 1.0.1

Steps to Reproduce:

  1. start container: docker run -it devxci/mbtci:1.0.1 bash
  2. execute inside of container: cd ~ && npm install @sap/cds

current result:

npm ERR! code EPROTO
npm ERR! errno EPROTO
npm ERR! request to https://npm.sap.com/@sap%2fcds failed, reason: write EPROTO 140137535555456:error:1414D172:SSL routines:tls12_check_peer_sigalg:wrong signature type:../deps/openssl/openssl/ssl/t1_lib.c:1111:
npm ERR! 

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/mta/.npm/_logs/2019-11-28T12_56_02_985Z-debug.log

expected result:

+ @sap/cds@x.y.z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant