ca certs fixes and tests (#5429)

Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
This commit is contained in:
lohit
2025-09-07 23:06:44 +05:30
committed by GitHub
parent 1bc7a1f655
commit 3c656270b3
57 changed files with 1853 additions and 50 deletions

View File

@@ -0,0 +1,6 @@
{
"version": "1",
"name": "badssl",
"type": "collection",
"ignore": ["node_modules", ".git"]
}

View File

@@ -0,0 +1,5 @@
{
"name": "badssl",
"version": "1.0.0",
"description": "Bruno test collection for basic ssl testing"
}

View File

@@ -0,0 +1,15 @@
meta {
name: request
type: http
seq: 6
}
get {
url: https://www.badssl.com
body: none
auth: inherit
}
assert {
res.status: eq 200
}