aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/DreamItGetIT/statuscake/fixtures/ssls_all_ok.json
blob: 4dd6b510636ed346e16540b18ecc5abf2644000b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[
  {
    "id": "12345",
    "paused": false,
    "domain": "https://google.com",
    "cert_score": "95",
    "cipher_score": "100",
    "cert_status": "CERT_OK",
    "cipher": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
    "valid_from_utc": "2017-10-10 14:06:00",
    "valid_until_utc": "2017-12-29 00:00: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,
      "is_mixed": false
    },
    "contact_groups": [12, 13, 14],
    "alert_at": "1,7,30",
    "last_reminder": 0,
    "alert_reminder": false,
    "alert_expiry": false,
    "alert_broken": false,
    "alert_mixed": false,
    "last_updated_utc": "2017-10-24 09:02:25"
  },
  {
    "id": "12346",
    "paused": false,
    "domain": "https://google2.com",
    "cert_score": "95",
    "cipher_score": "100",
    "cert_status": "CERT_OK",
    "cipher": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
    "valid_from_utc": "2017-10-10 14:06:00",
    "valid_until_utc": "2017-12-29 00:00: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,
      "is_mixed": false
    },
    "contact_groups": [12, 13, 14],
    "alert_at": "1,7,30",
    "last_reminder": 0,
    "alert_reminder": false,
    "alert_expiry": false,
    "alert_broken": false,
    "alert_mixed": false,
    "last_updated_utc": "2017-10-24 09:02:25"
  }
]