Jul 27 2022
06:56 AM
- last edited on
Mar 05 2024
01:54 PM
by
TechCommunityAP
Jul 27 2022
06:56 AM
- last edited on
Mar 05 2024
01:54 PM
by
TechCommunityAP
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
Sep 01 2022 03:03 PM
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.