Forum Discussion

sekharmpl's avatar
sekharmpl
Copper Contributor
Jul 27, 2022

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

 

Soma

  • Gusthrash_br's avatar
    Gusthrash_br
    Copper Contributor

    sekharmpl 

     

    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.

Resources