ERR_TLS_CERT_ALTNAME_INVALID during deployment through pipeline

Copper Contributor

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 the cert's list:

 

Soma

1 Reply

@sekharmpl 

 

just try add a new variable in your release pileline like this:

 

VSTS_ARM_REST_IGNORE_SSL_ERRORS true

 

Gusthrash_br_0-1662069790207.png

 

let me know if it help you.