From 2ad41f522127680c37fbaea93d0360fa989e4c40 Mon Sep 17 00:00:00 2001 From: Alexandre Garand Date: Thu, 27 Jun 2019 12:00:53 +0200 Subject: update vendor/github.com/DreamItGetIT/statuscake/ to manage ssl tests --- .../statuscake/fixtures/sslListAllOk.json | 100 +++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 vendor/github.com/DreamItGetIT/statuscake/fixtures/sslListAllOk.json (limited to 'vendor/github.com/DreamItGetIT/statuscake/fixtures/sslListAllOk.json') diff --git a/vendor/github.com/DreamItGetIT/statuscake/fixtures/sslListAllOk.json b/vendor/github.com/DreamItGetIT/statuscake/fixtures/sslListAllOk.json new file mode 100644 index 0000000..15c428f --- /dev/null +++ b/vendor/github.com/DreamItGetIT/statuscake/fixtures/sslListAllOk.json @@ -0,0 +1,100 @@ +[ + { + "id": "143615", + "checkrate": 2073600, + "paused": false, + "domain": "https://www.exemple.com", + "issuer_cn": "Let's Encrypt Authority X3", + "cert_score": "95", + "cipher_score": "100", + "cert_status": "CERT_OK", + "cipher": "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", + "valid_from_utc": "2019-05-28 01:22:00", + "valid_until_utc": "2019-08-26 01:22:00", + "mixed_content": [], + "flags": { + "is_extended": false, + "has_pfs": true, + "is_broken": false, + "is_expired": false, + "is_missing": false, + "is_revoked": false, + "has_mixed": false + }, + "contact_groups": [], + "alert_at": "7,18,2019", + "last_reminder": 2019, + "alert_reminder": true, + "alert_expiry": true, + "alert_broken": true, + "alert_mixed": true, + "last_updated_utc": "2019-06-20 10:11:03" + }, + { + "id": "143616", + "checkrate": 2073600, + "paused": false, + "domain": "https://www.exemple.com", + "issuer_cn": "Let's Encrypt Authority X3", + "cert_score": "95", + "cipher_score": "100", + "cert_status": "CERT_OK", + "cipher": "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", + "valid_from_utc": "2019-05-28 01:22:00", + "valid_until_utc": "2019-08-26 01:22:00", + "mixed_content": [ + { + "type": "img", + "src": "http://example.com/image.gif" + } + ], + "flags": { + "is_extended": false, + "has_pfs": true, + "is_broken": false, + "is_expired": false, + "is_missing": false, + "is_revoked": false, + "has_mixed": false + }, + "contact_groups": ["12","13","34"], + "alert_at": "7,18,2019", + "last_reminder": 2019, + "alert_reminder": true, + "alert_expiry": true, + "alert_broken": true, + "alert_mixed": true, + "last_updated_utc": "2019-06-20 10:23:14" + }, + { + "id": "143617", + "checkrate": 2073600, + "paused": false, + "domain": "https://www.exemple.com", + "issuer_cn": "Let's Encrypt Authority X3", + "cert_score": "95", + "cipher_score": "100", + "cert_status": "CERT_OK", + "cipher": "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", + "valid_from_utc": "2019-05-28 01:22:00", + "valid_until_utc": "2019-08-26 01:22:00", + "mixed_content": [], + "flags": { + "is_extended": false, + "has_pfs": true, + "is_broken": false, + "is_expired": false, + "is_missing": false, + "is_revoked": false, + "has_mixed": false + }, + "contact_groups": [], + "alert_at": "7,18,2019", + "last_reminder": 2019, + "alert_reminder": true, + "alert_expiry": true, + "alert_broken": true, + "alert_mixed": true, + "last_updated_utc": "2019-06-20 10:23:20" + } +] -- cgit v1.2.3