You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2024. It is now read-only.
I am getting a certificate error while executing the PushDynatraceDeploymentEvent event. Looks like the Lamba function is throwing the below error.
2018-12-23T14:27:47.403Z 72176725-06be-11e9-af0d-59511e77529b Error: Hostname/IP doesn't match certificate's altnames: "IP: xx.xx.xx.xx is not in the cert's list: "
Is this because I am using a self-signed certificate for my Dynatrace tenant? Is there a way I can bypass this error or add this to safe list? Seems like we can overcome this with below parameter:
rejectUnauthorized:false
I am getting a certificate error while executing the PushDynatraceDeploymentEvent event. Looks like the Lamba function is throwing the below error.
2018-12-23T14:27:47.403Z 72176725-06be-11e9-af0d-59511e77529b Error: Hostname/IP doesn't match certificate's altnames: "IP: xx.xx.xx.xx is not in the cert's list: "
Is this because I am using a self-signed certificate for my Dynatrace tenant? Is there a way I can bypass this error or add this to safe list? Seems like we can overcome this with below parameter:
rejectUnauthorized:false
Any suggestions where to do this change?