aboutsummaryrefslogtreecommitdiff
path: root/brokenlinks/testdata/web/index.html
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-06-14 19:21:10 +0700
committerShulhan <ms@kilabit.info>2025-06-16 22:44:37 +0700
commitf9478c87f6e8553ce42c5fca91c2fc09f9f50d0f (patch)
treecd9e6945cf736853c623f00fdd6b9c48f42955e9 /brokenlinks/testdata/web/index.html
parentfb9937797a07816fbc8b25fc03893f74bf7c7663 (diff)
downloadjarink-f9478c87f6e8553ce42c5fca91c2fc09f9f50d0f.tar.xz
brokenlinks: add option "insecure"
The insecure option will allow and not report as error on server with invalid certificates.
Diffstat (limited to 'brokenlinks/testdata/web/index.html')
-rw-r--r--brokenlinks/testdata/web/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/brokenlinks/testdata/web/index.html b/brokenlinks/testdata/web/index.html
index cc11a2f..7b9101c 100644
--- a/brokenlinks/testdata/web/index.html
+++ b/brokenlinks/testdata/web/index.html
@@ -21,5 +21,8 @@ SPDX-License-Identifier: GPL-3.0-only
<!-- Pages that return custom HTTP status code -->
<a href="/page403">Page 403</a>
+
+ <!-- Pages with insecure TLS -->
+ <a href="https://127.0.0.1:11838">Insecure pages</a>
</body>
</html>