cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Could not resolve the SSO-URL for tenant

avinashpodisett
Frequent Guest

Hi , 
 i am trying to deploy a test app following the documentation - https://{environmentid}.apps.dynatrace.com
fyi.. support recommended to use specific version instead of latest, as i am running into an issue  'ECONNRESET', 

 

while starting the app "npm run start" running into following error. seems like node js connectivity issue, can someone please help me on how to fix this
Error: Could not resolve the SSO-URL for 'https://{environmentid}.apps.dynatrace.com'
Http(s) request failed: self-signed certificate in certificate chain

Following are the Trouble shooting steps that i did - https://{environmentid}.apps.dynatrace.com/
HTTP/1.1 200 Connection established
HTTP/1.1 401 Unauthorized

____________

curl -I https://{environmentid}.apps.dynatrace.com/platform/oauth2/authorization/dynatrace-sso
HTTP/1.1 200 Connection established
HTTP/1.1 302 Found

____________

node -e "fetch('https://sso.dynatrace.com').then(console.log)"
node:internal/deps/undici/undici:12502
Error.captureStackTrace(err, this);
^

TypeError: fetch failed
at node:internal/deps/undici/undici:12502:13
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
[cause]: Error: self-signed certificate in certificate chain
at TLSSocket.onConnectSecure (node:_tls_wrap:1674:34)
at TLSSocket.emit (node:events:519:28)
at TLSSocket._finishInit (node:_tls_wrap:1085:8)
at ssl.onhandshakedone (node:_tls_wrap:871:12) {
code: 'SELF_SIGNED_CERT_IN_CHAIN'
}
}

Node.js v20.14.0

running on  macOS

 

2 REPLIES 2

avinashpodisett
Frequent Guest

Fyi.. i do have Proxy server in place

export org CA cert resolved node connectivity issues
#CA CERT
export NODE_EXTRA_CA_CERTS=/Users/xxxxx/.ssh/org-proxy-chain.pem

 

Featured Posts