Skip to content

Commit

Permalink
Do not validate SSL certificate chains in HTMLTest (#3312)
Browse files Browse the repository at this point in the history
fix(html-test): Do not validate SSL certificates

To avoid the workflow failing on incomplete SSL chains. As some of our links have that issue

Signed-off-by: Kim Christensen <[email protected]>
  • Loading branch information
kichristensen authored Jan 11, 2025
1 parent e5d821c commit 766e2ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ IgnoreURLs:
- ^https://marketplace.visualstudio.com/
- ^https://porter.sh/find-issue/$
IgnoreAltMissing: true
IgnoreInternalEmptyHash: true
IgnoreInternalEmptyHash: true
IgnoreSSLVerify: true

0 comments on commit 766e2ba

Please sign in to comment.