{
	"info": {
		"_postman_id": "6450b5da-002c-4e84-b145-89cd2b8fb7c3",
		"name": "BadSSL",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "ClientBadSSL",
			"event": [
				{
					"listen": "test",
					"script": {
						"exec": [
							"pm.test('Check status code is 200', () => {",
							"    pm.expect(pm.response.code).to.equal(200)",
							"})"
						],
						"type": "text/javascript"
					}
				}
			],
			"request": {
				"method": "GET",
				"header": [],
				"url": {
					"raw": "https://client.badssl.com/",
					"protocol": "https",
					"host": [
						"client",
						"badssl",
						"com"
					],
					"path": [
						""
					]
				}
			},
			"response": []
		}
	]
}