Forum Discussion
sekharmpl
Jul 27, 2022Copper Contributor
ERR_TLS_CERT_ALTNAME_INVALID during deployment through pipeline
Hello, Getting below error while deploying the changes to app service. ##[error]Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate's altnames: IP: 10.1.10.11 is not in...
Gusthrash_br
Sep 01, 2022Copper Contributor
just try add a new variable in your release pileline like this:
VSTS_ARM_REST_IGNORE_SSL_ERRORS true
let me know if it help you.