yawast 0.6.0.beta5 → 0.6.0.beta6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rubocop.yml +9 -1148
- data/.ruby-version +1 -1
- data/CHANGELOG.md +1 -0
- data/bin/yawast +1 -0
- data/lib/commands/dns.rb +1 -1
- data/lib/resources/common_file.txt +1 -0
- data/lib/scanner/core.rb +3 -25
- data/lib/scanner/generic.rb +0 -25
- data/lib/scanner/plugins/dns/generic.rb +16 -6
- data/lib/scanner/plugins/ssl/ssl.rb +55 -0
- data/lib/scanner/ssl_labs.rb +55 -3
- data/lib/shared/http.rb +10 -12
- data/lib/version.rb +1 -1
- data/lib/yawast.rb +0 -8
- data/test/data/ssl_labs_analyze_data.json +683 -278
- data/test/data/ssl_labs_analyze_data_activationservice1_installshield_com.json +1376 -0
- data/test/data/ssl_labs_analyze_data_forest_gov_tw.json +3762 -0
- data/test/test_cmd_util.rb +6 -0
- data/test/test_shared_http.rb +23 -0
- data/test/test_ssl.rb +31 -0
- data/test/test_ssl_labs_analyze.rb +30 -0
- metadata +7 -3
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"host": "adamcaudill.com",
|
3
3
|
"port": 443,
|
4
|
-
"protocol": "
|
4
|
+
"protocol": "http",
|
5
5
|
"isPublic": false,
|
6
6
|
"status": "READY",
|
7
|
-
"startTime":
|
8
|
-
"testTime":
|
9
|
-
"engineVersion": "1.
|
7
|
+
"startTime": 1514339970501,
|
8
|
+
"testTime": 1514340130256,
|
9
|
+
"engineVersion": "1.30.5",
|
10
10
|
"criteriaVersion": "2009o",
|
11
11
|
"endpoints": [
|
12
12
|
{
|
@@ -17,22 +17,22 @@
|
|
17
17
|
"hasWarnings": false,
|
18
18
|
"isExceptional": true,
|
19
19
|
"progress": 100,
|
20
|
-
"duration":
|
20
|
+
"duration": 39913,
|
21
21
|
"delegation": 1,
|
22
22
|
"details": {
|
23
|
-
"hostStartTime":
|
23
|
+
"hostStartTime": 1514339970501,
|
24
24
|
"certChains": [
|
25
25
|
{
|
26
|
-
"id": "
|
26
|
+
"id": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
27
27
|
"certIds": [
|
28
|
-
"
|
28
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
29
29
|
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
30
30
|
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8"
|
31
31
|
],
|
32
32
|
"trustPaths": [
|
33
33
|
{
|
34
34
|
"certIds": [
|
35
|
-
"
|
35
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
36
36
|
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
37
37
|
"1793927a0614549789adce2f8f34f7f0b66d0f3ae3a3b84d21ec15dbba4fadc7"
|
38
38
|
],
|
@@ -45,7 +45,7 @@
|
|
45
45
|
},
|
46
46
|
{
|
47
47
|
"certIds": [
|
48
|
-
"
|
48
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
49
49
|
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
50
50
|
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
51
51
|
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
@@ -56,6 +56,101 @@
|
|
56
56
|
"isTrusted": true
|
57
57
|
}
|
58
58
|
]
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"certIds": [
|
62
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
63
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
64
|
+
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
65
|
+
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
66
|
+
],
|
67
|
+
"trust": [
|
68
|
+
{
|
69
|
+
"rootStore": "Apple",
|
70
|
+
"isTrusted": true
|
71
|
+
}
|
72
|
+
]
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"certIds": [
|
76
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
77
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
78
|
+
"1793927a0614549789adce2f8f34f7f0b66d0f3ae3a3b84d21ec15dbba4fadc7"
|
79
|
+
],
|
80
|
+
"trust": [
|
81
|
+
{
|
82
|
+
"rootStore": "Android",
|
83
|
+
"isTrusted": true
|
84
|
+
}
|
85
|
+
]
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"certIds": [
|
89
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
90
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
91
|
+
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
92
|
+
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
93
|
+
],
|
94
|
+
"trust": [
|
95
|
+
{
|
96
|
+
"rootStore": "Android",
|
97
|
+
"isTrusted": true
|
98
|
+
}
|
99
|
+
]
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"certIds": [
|
103
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
104
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
105
|
+
"1793927a0614549789adce2f8f34f7f0b66d0f3ae3a3b84d21ec15dbba4fadc7"
|
106
|
+
],
|
107
|
+
"trust": [
|
108
|
+
{
|
109
|
+
"rootStore": "Java",
|
110
|
+
"isTrusted": true
|
111
|
+
}
|
112
|
+
]
|
113
|
+
},
|
114
|
+
{
|
115
|
+
"certIds": [
|
116
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
117
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
118
|
+
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
119
|
+
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
120
|
+
],
|
121
|
+
"trust": [
|
122
|
+
{
|
123
|
+
"rootStore": "Java",
|
124
|
+
"isTrusted": true
|
125
|
+
}
|
126
|
+
]
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"certIds": [
|
130
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
131
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
132
|
+
"1793927a0614549789adce2f8f34f7f0b66d0f3ae3a3b84d21ec15dbba4fadc7"
|
133
|
+
],
|
134
|
+
"trust": [
|
135
|
+
{
|
136
|
+
"rootStore": "Windows",
|
137
|
+
"isTrusted": true
|
138
|
+
}
|
139
|
+
]
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"certIds": [
|
143
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
144
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
145
|
+
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
146
|
+
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
147
|
+
],
|
148
|
+
"trust": [
|
149
|
+
{
|
150
|
+
"rootStore": "Windows",
|
151
|
+
"isTrusted": true
|
152
|
+
}
|
153
|
+
]
|
59
154
|
}
|
60
155
|
],
|
61
156
|
"issues": 0,
|
@@ -295,7 +390,7 @@
|
|
295
390
|
],
|
296
391
|
"preference": true
|
297
392
|
},
|
298
|
-
"serverSignature": "cloudflare
|
393
|
+
"serverSignature": "cloudflare",
|
299
394
|
"prefixDelegation": false,
|
300
395
|
"nonPrefixDelegation": true,
|
301
396
|
"vulnBeast": true,
|
@@ -341,7 +436,7 @@
|
|
341
436
|
},
|
342
437
|
"errorCode": 0,
|
343
438
|
"attempts": 1,
|
344
|
-
"certChainId": "
|
439
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
345
440
|
"protocolId": 769,
|
346
441
|
"suiteId": 49161,
|
347
442
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -363,7 +458,7 @@
|
|
363
458
|
},
|
364
459
|
"errorCode": 0,
|
365
460
|
"attempts": 1,
|
366
|
-
"certChainId": "
|
461
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
367
462
|
"protocolId": 769,
|
368
463
|
"suiteId": 49161,
|
369
464
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -385,7 +480,7 @@
|
|
385
480
|
},
|
386
481
|
"errorCode": 0,
|
387
482
|
"attempts": 1,
|
388
|
-
"certChainId": "
|
483
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
389
484
|
"protocolId": 769,
|
390
485
|
"suiteId": 49161,
|
391
486
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -407,7 +502,7 @@
|
|
407
502
|
},
|
408
503
|
"errorCode": 0,
|
409
504
|
"attempts": 1,
|
410
|
-
"certChainId": "
|
505
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
411
506
|
"protocolId": 769,
|
412
507
|
"suiteId": 49161,
|
413
508
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -429,7 +524,7 @@
|
|
429
524
|
},
|
430
525
|
"errorCode": 0,
|
431
526
|
"attempts": 1,
|
432
|
-
"certChainId": "
|
527
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
433
528
|
"protocolId": 771,
|
434
529
|
"suiteId": 49195,
|
435
530
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -451,7 +546,7 @@
|
|
451
546
|
},
|
452
547
|
"errorCode": 0,
|
453
548
|
"attempts": 1,
|
454
|
-
"certChainId": "
|
549
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
455
550
|
"protocolId": 771,
|
456
551
|
"suiteId": 52244,
|
457
552
|
"suiteName": "OLD_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",
|
@@ -473,7 +568,7 @@
|
|
473
568
|
},
|
474
569
|
"errorCode": 0,
|
475
570
|
"attempts": 1,
|
476
|
-
"certChainId": "
|
571
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
477
572
|
"protocolId": 771,
|
478
573
|
"suiteId": 52244,
|
479
574
|
"suiteName": "OLD_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",
|
@@ -495,7 +590,7 @@
|
|
495
590
|
},
|
496
591
|
"errorCode": 0,
|
497
592
|
"attempts": 1,
|
498
|
-
"certChainId": "
|
593
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
499
594
|
"protocolId": 771,
|
500
595
|
"suiteId": 52393,
|
501
596
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",
|
@@ -517,7 +612,7 @@
|
|
517
612
|
},
|
518
613
|
"errorCode": 0,
|
519
614
|
"attempts": 1,
|
520
|
-
"certChainId": "
|
615
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
521
616
|
"protocolId": 769,
|
522
617
|
"suiteId": 49161,
|
523
618
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -539,7 +634,7 @@
|
|
539
634
|
},
|
540
635
|
"errorCode": 0,
|
541
636
|
"attempts": 1,
|
542
|
-
"certChainId": "
|
637
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
543
638
|
"protocolId": 771,
|
544
639
|
"suiteId": 49195,
|
545
640
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -595,7 +690,7 @@
|
|
595
690
|
},
|
596
691
|
"errorCode": 0,
|
597
692
|
"attempts": 1,
|
598
|
-
"certChainId": "
|
693
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
599
694
|
"protocolId": 771,
|
600
695
|
"suiteId": 49195,
|
601
696
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -618,7 +713,7 @@
|
|
618
713
|
},
|
619
714
|
"errorCode": 0,
|
620
715
|
"attempts": 1,
|
621
|
-
"certChainId": "
|
716
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
622
717
|
"protocolId": 771,
|
623
718
|
"suiteId": 49195,
|
624
719
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -641,7 +736,7 @@
|
|
641
736
|
},
|
642
737
|
"errorCode": 0,
|
643
738
|
"attempts": 1,
|
644
|
-
"certChainId": "
|
739
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
645
740
|
"protocolId": 771,
|
646
741
|
"suiteId": 49195,
|
647
742
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -682,7 +777,7 @@
|
|
682
777
|
},
|
683
778
|
"errorCode": 0,
|
684
779
|
"attempts": 1,
|
685
|
-
"certChainId": "
|
780
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
686
781
|
"protocolId": 771,
|
687
782
|
"suiteId": 49195,
|
688
783
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -717,7 +812,7 @@
|
|
717
812
|
},
|
718
813
|
"errorCode": 0,
|
719
814
|
"attempts": 1,
|
720
|
-
"certChainId": "
|
815
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
721
816
|
"protocolId": 769,
|
722
817
|
"suiteId": 49161,
|
723
818
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -754,7 +849,7 @@
|
|
754
849
|
},
|
755
850
|
"errorCode": 0,
|
756
851
|
"attempts": 1,
|
757
|
-
"certChainId": "
|
852
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
758
853
|
"protocolId": 769,
|
759
854
|
"suiteId": 49161,
|
760
855
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -777,7 +872,7 @@
|
|
777
872
|
},
|
778
873
|
"errorCode": 0,
|
779
874
|
"attempts": 1,
|
780
|
-
"certChainId": "
|
875
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
781
876
|
"protocolId": 771,
|
782
877
|
"suiteId": 49195,
|
783
878
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -800,7 +895,7 @@
|
|
800
895
|
},
|
801
896
|
"errorCode": 0,
|
802
897
|
"attempts": 1,
|
803
|
-
"certChainId": "
|
898
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
804
899
|
"protocolId": 771,
|
805
900
|
"suiteId": 49195,
|
806
901
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -823,7 +918,7 @@
|
|
823
918
|
},
|
824
919
|
"errorCode": 0,
|
825
920
|
"attempts": 1,
|
826
|
-
"certChainId": "
|
921
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
827
922
|
"protocolId": 769,
|
828
923
|
"suiteId": 49161,
|
829
924
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -846,7 +941,7 @@
|
|
846
941
|
},
|
847
942
|
"errorCode": 0,
|
848
943
|
"attempts": 1,
|
849
|
-
"certChainId": "
|
944
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
850
945
|
"protocolId": 771,
|
851
946
|
"suiteId": 49195,
|
852
947
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -869,7 +964,7 @@
|
|
869
964
|
},
|
870
965
|
"errorCode": 0,
|
871
966
|
"attempts": 1,
|
872
|
-
"certChainId": "
|
967
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
873
968
|
"protocolId": 771,
|
874
969
|
"suiteId": 49195,
|
875
970
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -892,7 +987,7 @@
|
|
892
987
|
},
|
893
988
|
"errorCode": 0,
|
894
989
|
"attempts": 1,
|
895
|
-
"certChainId": "
|
990
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
896
991
|
"protocolId": 771,
|
897
992
|
"suiteId": 49195,
|
898
993
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -915,7 +1010,7 @@
|
|
915
1010
|
},
|
916
1011
|
"errorCode": 0,
|
917
1012
|
"attempts": 1,
|
918
|
-
"certChainId": "
|
1013
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
919
1014
|
"protocolId": 771,
|
920
1015
|
"suiteId": 49195,
|
921
1016
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -938,7 +1033,7 @@
|
|
938
1033
|
},
|
939
1034
|
"errorCode": 0,
|
940
1035
|
"attempts": 1,
|
941
|
-
"certChainId": "
|
1036
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
942
1037
|
"protocolId": 771,
|
943
1038
|
"suiteId": 49195,
|
944
1039
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -973,7 +1068,7 @@
|
|
973
1068
|
},
|
974
1069
|
"errorCode": 0,
|
975
1070
|
"attempts": 1,
|
976
|
-
"certChainId": "
|
1071
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
977
1072
|
"protocolId": 769,
|
978
1073
|
"suiteId": 49161,
|
979
1074
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -995,7 +1090,7 @@
|
|
995
1090
|
},
|
996
1091
|
"errorCode": 0,
|
997
1092
|
"attempts": 1,
|
998
|
-
"certChainId": "
|
1093
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
999
1094
|
"protocolId": 771,
|
1000
1095
|
"suiteId": 49195,
|
1001
1096
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -1030,7 +1125,7 @@
|
|
1030
1125
|
},
|
1031
1126
|
"errorCode": 0,
|
1032
1127
|
"attempts": 1,
|
1033
|
-
"certChainId": "
|
1128
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1034
1129
|
"protocolId": 771,
|
1035
1130
|
"suiteId": 49195,
|
1036
1131
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -1052,7 +1147,7 @@
|
|
1052
1147
|
},
|
1053
1148
|
"errorCode": 0,
|
1054
1149
|
"attempts": 1,
|
1055
|
-
"certChainId": "
|
1150
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1056
1151
|
"protocolId": 771,
|
1057
1152
|
"suiteId": 49195,
|
1058
1153
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -1075,7 +1170,7 @@
|
|
1075
1170
|
},
|
1076
1171
|
"errorCode": 0,
|
1077
1172
|
"attempts": 1,
|
1078
|
-
"certChainId": "
|
1173
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1079
1174
|
"protocolId": 769,
|
1080
1175
|
"suiteId": 49161,
|
1081
1176
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -1098,7 +1193,7 @@
|
|
1098
1193
|
},
|
1099
1194
|
"errorCode": 0,
|
1100
1195
|
"attempts": 1,
|
1101
|
-
"certChainId": "
|
1196
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1102
1197
|
"protocolId": 771,
|
1103
1198
|
"suiteId": 49161,
|
1104
1199
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -1121,7 +1216,7 @@
|
|
1121
1216
|
},
|
1122
1217
|
"errorCode": 0,
|
1123
1218
|
"attempts": 1,
|
1124
|
-
"certChainId": "
|
1219
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1125
1220
|
"protocolId": 769,
|
1126
1221
|
"suiteId": 49161,
|
1127
1222
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -1144,7 +1239,7 @@
|
|
1144
1239
|
},
|
1145
1240
|
"errorCode": 0,
|
1146
1241
|
"attempts": 1,
|
1147
|
-
"certChainId": "
|
1242
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1148
1243
|
"protocolId": 771,
|
1149
1244
|
"suiteId": 49161,
|
1150
1245
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -1167,7 +1262,7 @@
|
|
1167
1262
|
},
|
1168
1263
|
"errorCode": 0,
|
1169
1264
|
"attempts": 1,
|
1170
|
-
"certChainId": "
|
1265
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1171
1266
|
"protocolId": 771,
|
1172
1267
|
"suiteId": 49161,
|
1173
1268
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -1190,7 +1285,7 @@
|
|
1190
1285
|
},
|
1191
1286
|
"errorCode": 0,
|
1192
1287
|
"attempts": 1,
|
1193
|
-
"certChainId": "
|
1288
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1194
1289
|
"protocolId": 771,
|
1195
1290
|
"suiteId": 49161,
|
1196
1291
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -1213,7 +1308,7 @@
|
|
1213
1308
|
},
|
1214
1309
|
"errorCode": 0,
|
1215
1310
|
"attempts": 1,
|
1216
|
-
"certChainId": "
|
1311
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1217
1312
|
"protocolId": 771,
|
1218
1313
|
"suiteId": 49161,
|
1219
1314
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -1236,7 +1331,7 @@
|
|
1236
1331
|
},
|
1237
1332
|
"errorCode": 0,
|
1238
1333
|
"attempts": 1,
|
1239
|
-
"certChainId": "
|
1334
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1240
1335
|
"protocolId": 771,
|
1241
1336
|
"suiteId": 49195,
|
1242
1337
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -1259,7 +1354,7 @@
|
|
1259
1354
|
},
|
1260
1355
|
"errorCode": 0,
|
1261
1356
|
"attempts": 1,
|
1262
|
-
"certChainId": "
|
1357
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1263
1358
|
"protocolId": 771,
|
1264
1359
|
"suiteId": 49195,
|
1265
1360
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -1282,7 +1377,7 @@
|
|
1282
1377
|
},
|
1283
1378
|
"errorCode": 0,
|
1284
1379
|
"attempts": 1,
|
1285
|
-
"certChainId": "
|
1380
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1286
1381
|
"protocolId": 771,
|
1287
1382
|
"suiteId": 49195,
|
1288
1383
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -1305,7 +1400,7 @@
|
|
1305
1400
|
},
|
1306
1401
|
"errorCode": 0,
|
1307
1402
|
"attempts": 1,
|
1308
|
-
"certChainId": "
|
1403
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1309
1404
|
"protocolId": 771,
|
1310
1405
|
"suiteId": 49195,
|
1311
1406
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -1328,7 +1423,7 @@
|
|
1328
1423
|
},
|
1329
1424
|
"errorCode": 0,
|
1330
1425
|
"attempts": 1,
|
1331
|
-
"certChainId": "
|
1426
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1332
1427
|
"protocolId": 771,
|
1333
1428
|
"suiteId": 49195,
|
1334
1429
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -1350,7 +1445,7 @@
|
|
1350
1445
|
},
|
1351
1446
|
"errorCode": 0,
|
1352
1447
|
"attempts": 1,
|
1353
|
-
"certChainId": "
|
1448
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1354
1449
|
"protocolId": 771,
|
1355
1450
|
"suiteId": 49195,
|
1356
1451
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -1372,7 +1467,7 @@
|
|
1372
1467
|
},
|
1373
1468
|
"errorCode": 0,
|
1374
1469
|
"attempts": 1,
|
1375
|
-
"certChainId": "
|
1470
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1376
1471
|
"protocolId": 771,
|
1377
1472
|
"suiteId": 49195,
|
1378
1473
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -1392,6 +1487,7 @@
|
|
1392
1487
|
"openSslCcs": 1,
|
1393
1488
|
"openSSLLuckyMinus20": 1,
|
1394
1489
|
"ticketbleed": 1,
|
1490
|
+
"bleichenbacher": 1,
|
1395
1491
|
"poodle": false,
|
1396
1492
|
"poodleTls": 1,
|
1397
1493
|
"fallbackScsv": true,
|
@@ -1399,6 +1495,7 @@
|
|
1399
1495
|
"hasSct": 4,
|
1400
1496
|
"ecdhParameterReuse": false,
|
1401
1497
|
"logjam": false,
|
1498
|
+
"chaCha20Preference": true,
|
1402
1499
|
"hstsPolicy": {
|
1403
1500
|
"LONG_MAX_AGE": 15552000,
|
1404
1501
|
"header": "max-age=15552000; preload",
|
@@ -1415,25 +1512,25 @@
|
|
1415
1512
|
"source": "Chrome",
|
1416
1513
|
"hostname": "adamcaudill.com",
|
1417
1514
|
"status": "absent",
|
1418
|
-
"sourceTime":
|
1515
|
+
"sourceTime": 1514339280869
|
1419
1516
|
},
|
1420
1517
|
{
|
1421
1518
|
"source": "Edge",
|
1422
1519
|
"hostname": "adamcaudill.com",
|
1423
1520
|
"status": "absent",
|
1424
|
-
"sourceTime":
|
1521
|
+
"sourceTime": 1514339282189
|
1425
1522
|
},
|
1426
1523
|
{
|
1427
1524
|
"source": "Firefox",
|
1428
1525
|
"hostname": "adamcaudill.com",
|
1429
1526
|
"status": "absent",
|
1430
|
-
"sourceTime":
|
1527
|
+
"sourceTime": 1514339282189
|
1431
1528
|
},
|
1432
1529
|
{
|
1433
1530
|
"source": "IE",
|
1434
1531
|
"hostname": "adamcaudill.com",
|
1435
1532
|
"status": "absent",
|
1436
|
-
"sourceTime":
|
1533
|
+
"sourceTime": 1514339282189
|
1437
1534
|
}
|
1438
1535
|
],
|
1439
1536
|
"hpkpPolicy": {
|
@@ -1468,27 +1565,27 @@
|
|
1468
1565
|
],
|
1469
1566
|
"responseLine": "HTTP/1.1 200 OK",
|
1470
1567
|
"responseHeadersRaw": [
|
1471
|
-
"Date:
|
1568
|
+
"Date: Wed, 27 Dec 2017 01:59:34 GMT",
|
1472
1569
|
"Content-Type: text/html; charset=UTF-8",
|
1473
1570
|
"Transfer-Encoding: chunked",
|
1474
1571
|
"Connection: close",
|
1475
|
-
"Set-Cookie: __cfduid=
|
1572
|
+
"Set-Cookie: __cfduid=dfe1149847ea8da64da32c817a69147041514339974; expires=Thu, 27-Dec-18 01:59:34 GMT; path=/; domain=.adamcaudill.com; HttpOnly; Secure",
|
1476
1573
|
"Vary: Accept-Encoding,Cookie",
|
1477
|
-
"Last-Modified:
|
1574
|
+
"Last-Modified: Tue, 31 Oct 2017 15:22:40 GMT",
|
1478
1575
|
"X-Content-Type-Options: nosniff",
|
1479
1576
|
"X-Frame-Options: sameorigin",
|
1480
1577
|
"Pragma: public",
|
1481
1578
|
"Cache-Control: public, max-age=86400",
|
1482
|
-
"CF-Cache-Status:
|
1483
|
-
"Expires:
|
1579
|
+
"CF-Cache-Status: HIT",
|
1580
|
+
"Expires: Thu, 28 Dec 2017 01:59:34 GMT",
|
1484
1581
|
"Strict-Transport-Security: max-age=15552000; preload",
|
1485
|
-
"Server: cloudflare
|
1486
|
-
"CF-RAY:
|
1582
|
+
"Server: cloudflare",
|
1583
|
+
"CF-RAY: 3d38ae65bf282816-SJC"
|
1487
1584
|
],
|
1488
1585
|
"responseHeaders": [
|
1489
1586
|
{
|
1490
1587
|
"name": "Date",
|
1491
|
-
"value": "
|
1588
|
+
"value": "Wed, 27 Dec 2017 01:59:34 GMT"
|
1492
1589
|
},
|
1493
1590
|
{
|
1494
1591
|
"name": "Content-Type",
|
@@ -1504,7 +1601,7 @@
|
|
1504
1601
|
},
|
1505
1602
|
{
|
1506
1603
|
"name": "Set-Cookie",
|
1507
|
-
"value": "__cfduid=
|
1604
|
+
"value": "__cfduid=dfe1149847ea8da64da32c817a69147041514339974; expires=Thu, 27-Dec-18 01:59:34 GMT; path=/; domain=.adamcaudill.com; HttpOnly; Secure"
|
1508
1605
|
},
|
1509
1606
|
{
|
1510
1607
|
"name": "Vary",
|
@@ -1512,7 +1609,7 @@
|
|
1512
1609
|
},
|
1513
1610
|
{
|
1514
1611
|
"name": "Last-Modified",
|
1515
|
-
"value": "
|
1612
|
+
"value": "Tue, 31 Oct 2017 15:22:40 GMT"
|
1516
1613
|
},
|
1517
1614
|
{
|
1518
1615
|
"name": "X-Content-Type-Options",
|
@@ -1532,11 +1629,11 @@
|
|
1532
1629
|
},
|
1533
1630
|
{
|
1534
1631
|
"name": "CF-Cache-Status",
|
1535
|
-
"value": "
|
1632
|
+
"value": "HIT"
|
1536
1633
|
},
|
1537
1634
|
{
|
1538
1635
|
"name": "Expires",
|
1539
|
-
"value": "
|
1636
|
+
"value": "Thu, 28 Dec 2017 01:59:34 GMT"
|
1540
1637
|
},
|
1541
1638
|
{
|
1542
1639
|
"name": "Strict-Transport-Security",
|
@@ -1544,11 +1641,11 @@
|
|
1544
1641
|
},
|
1545
1642
|
{
|
1546
1643
|
"name": "Server",
|
1547
|
-
"value": "cloudflare
|
1644
|
+
"value": "cloudflare"
|
1548
1645
|
},
|
1549
1646
|
{
|
1550
1647
|
"name": "CF-RAY",
|
1551
|
-
"value": "
|
1648
|
+
"value": "3d38ae65bf282816-SJC"
|
1552
1649
|
}
|
1553
1650
|
],
|
1554
1651
|
"fragileServer": false
|
@@ -1567,22 +1664,22 @@
|
|
1567
1664
|
"hasWarnings": false,
|
1568
1665
|
"isExceptional": true,
|
1569
1666
|
"progress": 100,
|
1570
|
-
"duration":
|
1667
|
+
"duration": 39808,
|
1571
1668
|
"delegation": 1,
|
1572
1669
|
"details": {
|
1573
|
-
"hostStartTime":
|
1670
|
+
"hostStartTime": 1514339970501,
|
1574
1671
|
"certChains": [
|
1575
1672
|
{
|
1576
|
-
"id": "
|
1673
|
+
"id": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1577
1674
|
"certIds": [
|
1578
|
-
"
|
1675
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
1579
1676
|
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
1580
1677
|
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8"
|
1581
1678
|
],
|
1582
1679
|
"trustPaths": [
|
1583
1680
|
{
|
1584
1681
|
"certIds": [
|
1585
|
-
"
|
1682
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
1586
1683
|
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
1587
1684
|
"1793927a0614549789adce2f8f34f7f0b66d0f3ae3a3b84d21ec15dbba4fadc7"
|
1588
1685
|
],
|
@@ -1595,7 +1692,7 @@
|
|
1595
1692
|
},
|
1596
1693
|
{
|
1597
1694
|
"certIds": [
|
1598
|
-
"
|
1695
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
1599
1696
|
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
1600
1697
|
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
1601
1698
|
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
@@ -1606,6 +1703,101 @@
|
|
1606
1703
|
"isTrusted": true
|
1607
1704
|
}
|
1608
1705
|
]
|
1706
|
+
},
|
1707
|
+
{
|
1708
|
+
"certIds": [
|
1709
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
1710
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
1711
|
+
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
1712
|
+
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
1713
|
+
],
|
1714
|
+
"trust": [
|
1715
|
+
{
|
1716
|
+
"rootStore": "Apple",
|
1717
|
+
"isTrusted": true
|
1718
|
+
}
|
1719
|
+
]
|
1720
|
+
},
|
1721
|
+
{
|
1722
|
+
"certIds": [
|
1723
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
1724
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
1725
|
+
"1793927a0614549789adce2f8f34f7f0b66d0f3ae3a3b84d21ec15dbba4fadc7"
|
1726
|
+
],
|
1727
|
+
"trust": [
|
1728
|
+
{
|
1729
|
+
"rootStore": "Android",
|
1730
|
+
"isTrusted": true
|
1731
|
+
}
|
1732
|
+
]
|
1733
|
+
},
|
1734
|
+
{
|
1735
|
+
"certIds": [
|
1736
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
1737
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
1738
|
+
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
1739
|
+
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
1740
|
+
],
|
1741
|
+
"trust": [
|
1742
|
+
{
|
1743
|
+
"rootStore": "Android",
|
1744
|
+
"isTrusted": true
|
1745
|
+
}
|
1746
|
+
]
|
1747
|
+
},
|
1748
|
+
{
|
1749
|
+
"certIds": [
|
1750
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
1751
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
1752
|
+
"1793927a0614549789adce2f8f34f7f0b66d0f3ae3a3b84d21ec15dbba4fadc7"
|
1753
|
+
],
|
1754
|
+
"trust": [
|
1755
|
+
{
|
1756
|
+
"rootStore": "Java",
|
1757
|
+
"isTrusted": true
|
1758
|
+
}
|
1759
|
+
]
|
1760
|
+
},
|
1761
|
+
{
|
1762
|
+
"certIds": [
|
1763
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
1764
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
1765
|
+
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
1766
|
+
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
1767
|
+
],
|
1768
|
+
"trust": [
|
1769
|
+
{
|
1770
|
+
"rootStore": "Java",
|
1771
|
+
"isTrusted": true
|
1772
|
+
}
|
1773
|
+
]
|
1774
|
+
},
|
1775
|
+
{
|
1776
|
+
"certIds": [
|
1777
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
1778
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
1779
|
+
"1793927a0614549789adce2f8f34f7f0b66d0f3ae3a3b84d21ec15dbba4fadc7"
|
1780
|
+
],
|
1781
|
+
"trust": [
|
1782
|
+
{
|
1783
|
+
"rootStore": "Windows",
|
1784
|
+
"isTrusted": true
|
1785
|
+
}
|
1786
|
+
]
|
1787
|
+
},
|
1788
|
+
{
|
1789
|
+
"certIds": [
|
1790
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
1791
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
1792
|
+
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
1793
|
+
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
1794
|
+
],
|
1795
|
+
"trust": [
|
1796
|
+
{
|
1797
|
+
"rootStore": "Windows",
|
1798
|
+
"isTrusted": true
|
1799
|
+
}
|
1800
|
+
]
|
1609
1801
|
}
|
1610
1802
|
],
|
1611
1803
|
"issues": 0,
|
@@ -1845,12 +2037,12 @@
|
|
1845
2037
|
],
|
1846
2038
|
"preference": true
|
1847
2039
|
},
|
1848
|
-
"serverSignature": "cloudflare
|
2040
|
+
"serverSignature": "cloudflare",
|
1849
2041
|
"prefixDelegation": false,
|
1850
2042
|
"nonPrefixDelegation": true,
|
1851
2043
|
"vulnBeast": true,
|
1852
2044
|
"renegSupport": 2,
|
1853
|
-
"sessionResumption":
|
2045
|
+
"sessionResumption": 1,
|
1854
2046
|
"compressionMethods": 0,
|
1855
2047
|
"supportsNpn": true,
|
1856
2048
|
"npnProtocols": "h2 spdy/3.1 http/1.1",
|
@@ -1891,7 +2083,7 @@
|
|
1891
2083
|
},
|
1892
2084
|
"errorCode": 0,
|
1893
2085
|
"attempts": 1,
|
1894
|
-
"certChainId": "
|
2086
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1895
2087
|
"protocolId": 769,
|
1896
2088
|
"suiteId": 49161,
|
1897
2089
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -1913,7 +2105,7 @@
|
|
1913
2105
|
},
|
1914
2106
|
"errorCode": 0,
|
1915
2107
|
"attempts": 1,
|
1916
|
-
"certChainId": "
|
2108
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1917
2109
|
"protocolId": 769,
|
1918
2110
|
"suiteId": 49161,
|
1919
2111
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -1935,7 +2127,7 @@
|
|
1935
2127
|
},
|
1936
2128
|
"errorCode": 0,
|
1937
2129
|
"attempts": 1,
|
1938
|
-
"certChainId": "
|
2130
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1939
2131
|
"protocolId": 769,
|
1940
2132
|
"suiteId": 49161,
|
1941
2133
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -1957,7 +2149,7 @@
|
|
1957
2149
|
},
|
1958
2150
|
"errorCode": 0,
|
1959
2151
|
"attempts": 1,
|
1960
|
-
"certChainId": "
|
2152
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1961
2153
|
"protocolId": 769,
|
1962
2154
|
"suiteId": 49161,
|
1963
2155
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -1979,7 +2171,7 @@
|
|
1979
2171
|
},
|
1980
2172
|
"errorCode": 0,
|
1981
2173
|
"attempts": 1,
|
1982
|
-
"certChainId": "
|
2174
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
1983
2175
|
"protocolId": 771,
|
1984
2176
|
"suiteId": 49195,
|
1985
2177
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2001,7 +2193,7 @@
|
|
2001
2193
|
},
|
2002
2194
|
"errorCode": 0,
|
2003
2195
|
"attempts": 1,
|
2004
|
-
"certChainId": "
|
2196
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2005
2197
|
"protocolId": 771,
|
2006
2198
|
"suiteId": 52244,
|
2007
2199
|
"suiteName": "OLD_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",
|
@@ -2023,7 +2215,7 @@
|
|
2023
2215
|
},
|
2024
2216
|
"errorCode": 0,
|
2025
2217
|
"attempts": 1,
|
2026
|
-
"certChainId": "
|
2218
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2027
2219
|
"protocolId": 771,
|
2028
2220
|
"suiteId": 52244,
|
2029
2221
|
"suiteName": "OLD_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",
|
@@ -2045,7 +2237,7 @@
|
|
2045
2237
|
},
|
2046
2238
|
"errorCode": 0,
|
2047
2239
|
"attempts": 1,
|
2048
|
-
"certChainId": "
|
2240
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2049
2241
|
"protocolId": 771,
|
2050
2242
|
"suiteId": 52393,
|
2051
2243
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",
|
@@ -2067,7 +2259,7 @@
|
|
2067
2259
|
},
|
2068
2260
|
"errorCode": 0,
|
2069
2261
|
"attempts": 1,
|
2070
|
-
"certChainId": "
|
2262
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2071
2263
|
"protocolId": 769,
|
2072
2264
|
"suiteId": 49161,
|
2073
2265
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -2089,7 +2281,7 @@
|
|
2089
2281
|
},
|
2090
2282
|
"errorCode": 0,
|
2091
2283
|
"attempts": 1,
|
2092
|
-
"certChainId": "
|
2284
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2093
2285
|
"protocolId": 771,
|
2094
2286
|
"suiteId": 49195,
|
2095
2287
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2145,7 +2337,7 @@
|
|
2145
2337
|
},
|
2146
2338
|
"errorCode": 0,
|
2147
2339
|
"attempts": 1,
|
2148
|
-
"certChainId": "
|
2340
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2149
2341
|
"protocolId": 771,
|
2150
2342
|
"suiteId": 49195,
|
2151
2343
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2168,7 +2360,7 @@
|
|
2168
2360
|
},
|
2169
2361
|
"errorCode": 0,
|
2170
2362
|
"attempts": 1,
|
2171
|
-
"certChainId": "
|
2363
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2172
2364
|
"protocolId": 771,
|
2173
2365
|
"suiteId": 49195,
|
2174
2366
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2191,7 +2383,7 @@
|
|
2191
2383
|
},
|
2192
2384
|
"errorCode": 0,
|
2193
2385
|
"attempts": 1,
|
2194
|
-
"certChainId": "
|
2386
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2195
2387
|
"protocolId": 771,
|
2196
2388
|
"suiteId": 49195,
|
2197
2389
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2232,7 +2424,7 @@
|
|
2232
2424
|
},
|
2233
2425
|
"errorCode": 0,
|
2234
2426
|
"attempts": 1,
|
2235
|
-
"certChainId": "
|
2427
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2236
2428
|
"protocolId": 771,
|
2237
2429
|
"suiteId": 49195,
|
2238
2430
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2267,7 +2459,7 @@
|
|
2267
2459
|
},
|
2268
2460
|
"errorCode": 0,
|
2269
2461
|
"attempts": 1,
|
2270
|
-
"certChainId": "
|
2462
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2271
2463
|
"protocolId": 769,
|
2272
2464
|
"suiteId": 49161,
|
2273
2465
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -2304,7 +2496,7 @@
|
|
2304
2496
|
},
|
2305
2497
|
"errorCode": 0,
|
2306
2498
|
"attempts": 1,
|
2307
|
-
"certChainId": "
|
2499
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2308
2500
|
"protocolId": 769,
|
2309
2501
|
"suiteId": 49161,
|
2310
2502
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -2327,7 +2519,7 @@
|
|
2327
2519
|
},
|
2328
2520
|
"errorCode": 0,
|
2329
2521
|
"attempts": 1,
|
2330
|
-
"certChainId": "
|
2522
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2331
2523
|
"protocolId": 771,
|
2332
2524
|
"suiteId": 49195,
|
2333
2525
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2350,7 +2542,7 @@
|
|
2350
2542
|
},
|
2351
2543
|
"errorCode": 0,
|
2352
2544
|
"attempts": 1,
|
2353
|
-
"certChainId": "
|
2545
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2354
2546
|
"protocolId": 771,
|
2355
2547
|
"suiteId": 49195,
|
2356
2548
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2373,7 +2565,7 @@
|
|
2373
2565
|
},
|
2374
2566
|
"errorCode": 0,
|
2375
2567
|
"attempts": 1,
|
2376
|
-
"certChainId": "
|
2568
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2377
2569
|
"protocolId": 769,
|
2378
2570
|
"suiteId": 49161,
|
2379
2571
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -2396,7 +2588,7 @@
|
|
2396
2588
|
},
|
2397
2589
|
"errorCode": 0,
|
2398
2590
|
"attempts": 1,
|
2399
|
-
"certChainId": "
|
2591
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2400
2592
|
"protocolId": 771,
|
2401
2593
|
"suiteId": 49195,
|
2402
2594
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2419,7 +2611,7 @@
|
|
2419
2611
|
},
|
2420
2612
|
"errorCode": 0,
|
2421
2613
|
"attempts": 1,
|
2422
|
-
"certChainId": "
|
2614
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2423
2615
|
"protocolId": 771,
|
2424
2616
|
"suiteId": 49195,
|
2425
2617
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2442,7 +2634,7 @@
|
|
2442
2634
|
},
|
2443
2635
|
"errorCode": 0,
|
2444
2636
|
"attempts": 1,
|
2445
|
-
"certChainId": "
|
2637
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2446
2638
|
"protocolId": 771,
|
2447
2639
|
"suiteId": 49195,
|
2448
2640
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2465,7 +2657,7 @@
|
|
2465
2657
|
},
|
2466
2658
|
"errorCode": 0,
|
2467
2659
|
"attempts": 1,
|
2468
|
-
"certChainId": "
|
2660
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2469
2661
|
"protocolId": 771,
|
2470
2662
|
"suiteId": 49195,
|
2471
2663
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2488,7 +2680,7 @@
|
|
2488
2680
|
},
|
2489
2681
|
"errorCode": 0,
|
2490
2682
|
"attempts": 1,
|
2491
|
-
"certChainId": "
|
2683
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2492
2684
|
"protocolId": 771,
|
2493
2685
|
"suiteId": 49195,
|
2494
2686
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2523,7 +2715,7 @@
|
|
2523
2715
|
},
|
2524
2716
|
"errorCode": 0,
|
2525
2717
|
"attempts": 1,
|
2526
|
-
"certChainId": "
|
2718
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2527
2719
|
"protocolId": 769,
|
2528
2720
|
"suiteId": 49161,
|
2529
2721
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -2545,7 +2737,7 @@
|
|
2545
2737
|
},
|
2546
2738
|
"errorCode": 0,
|
2547
2739
|
"attempts": 1,
|
2548
|
-
"certChainId": "
|
2740
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2549
2741
|
"protocolId": 771,
|
2550
2742
|
"suiteId": 49195,
|
2551
2743
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2580,7 +2772,7 @@
|
|
2580
2772
|
},
|
2581
2773
|
"errorCode": 0,
|
2582
2774
|
"attempts": 1,
|
2583
|
-
"certChainId": "
|
2775
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2584
2776
|
"protocolId": 771,
|
2585
2777
|
"suiteId": 49195,
|
2586
2778
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2602,7 +2794,7 @@
|
|
2602
2794
|
},
|
2603
2795
|
"errorCode": 0,
|
2604
2796
|
"attempts": 1,
|
2605
|
-
"certChainId": "
|
2797
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2606
2798
|
"protocolId": 771,
|
2607
2799
|
"suiteId": 49195,
|
2608
2800
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2625,7 +2817,7 @@
|
|
2625
2817
|
},
|
2626
2818
|
"errorCode": 0,
|
2627
2819
|
"attempts": 1,
|
2628
|
-
"certChainId": "
|
2820
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2629
2821
|
"protocolId": 769,
|
2630
2822
|
"suiteId": 49161,
|
2631
2823
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -2648,7 +2840,7 @@
|
|
2648
2840
|
},
|
2649
2841
|
"errorCode": 0,
|
2650
2842
|
"attempts": 1,
|
2651
|
-
"certChainId": "
|
2843
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2652
2844
|
"protocolId": 771,
|
2653
2845
|
"suiteId": 49161,
|
2654
2846
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -2671,7 +2863,7 @@
|
|
2671
2863
|
},
|
2672
2864
|
"errorCode": 0,
|
2673
2865
|
"attempts": 1,
|
2674
|
-
"certChainId": "
|
2866
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2675
2867
|
"protocolId": 769,
|
2676
2868
|
"suiteId": 49161,
|
2677
2869
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -2694,7 +2886,7 @@
|
|
2694
2886
|
},
|
2695
2887
|
"errorCode": 0,
|
2696
2888
|
"attempts": 1,
|
2697
|
-
"certChainId": "
|
2889
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2698
2890
|
"protocolId": 771,
|
2699
2891
|
"suiteId": 49161,
|
2700
2892
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -2717,7 +2909,7 @@
|
|
2717
2909
|
},
|
2718
2910
|
"errorCode": 0,
|
2719
2911
|
"attempts": 1,
|
2720
|
-
"certChainId": "
|
2912
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2721
2913
|
"protocolId": 771,
|
2722
2914
|
"suiteId": 49161,
|
2723
2915
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -2740,7 +2932,7 @@
|
|
2740
2932
|
},
|
2741
2933
|
"errorCode": 0,
|
2742
2934
|
"attempts": 1,
|
2743
|
-
"certChainId": "
|
2935
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2744
2936
|
"protocolId": 771,
|
2745
2937
|
"suiteId": 49161,
|
2746
2938
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -2763,7 +2955,7 @@
|
|
2763
2955
|
},
|
2764
2956
|
"errorCode": 0,
|
2765
2957
|
"attempts": 1,
|
2766
|
-
"certChainId": "
|
2958
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2767
2959
|
"protocolId": 771,
|
2768
2960
|
"suiteId": 49161,
|
2769
2961
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -2786,7 +2978,7 @@
|
|
2786
2978
|
},
|
2787
2979
|
"errorCode": 0,
|
2788
2980
|
"attempts": 1,
|
2789
|
-
"certChainId": "
|
2981
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2790
2982
|
"protocolId": 771,
|
2791
2983
|
"suiteId": 49195,
|
2792
2984
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2809,7 +3001,7 @@
|
|
2809
3001
|
},
|
2810
3002
|
"errorCode": 0,
|
2811
3003
|
"attempts": 1,
|
2812
|
-
"certChainId": "
|
3004
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2813
3005
|
"protocolId": 771,
|
2814
3006
|
"suiteId": 49195,
|
2815
3007
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2832,7 +3024,7 @@
|
|
2832
3024
|
},
|
2833
3025
|
"errorCode": 0,
|
2834
3026
|
"attempts": 1,
|
2835
|
-
"certChainId": "
|
3027
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2836
3028
|
"protocolId": 771,
|
2837
3029
|
"suiteId": 49195,
|
2838
3030
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2855,7 +3047,7 @@
|
|
2855
3047
|
},
|
2856
3048
|
"errorCode": 0,
|
2857
3049
|
"attempts": 1,
|
2858
|
-
"certChainId": "
|
3050
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2859
3051
|
"protocolId": 771,
|
2860
3052
|
"suiteId": 49195,
|
2861
3053
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2878,7 +3070,7 @@
|
|
2878
3070
|
},
|
2879
3071
|
"errorCode": 0,
|
2880
3072
|
"attempts": 1,
|
2881
|
-
"certChainId": "
|
3073
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2882
3074
|
"protocolId": 771,
|
2883
3075
|
"suiteId": 49195,
|
2884
3076
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2900,7 +3092,7 @@
|
|
2900
3092
|
},
|
2901
3093
|
"errorCode": 0,
|
2902
3094
|
"attempts": 1,
|
2903
|
-
"certChainId": "
|
3095
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2904
3096
|
"protocolId": 771,
|
2905
3097
|
"suiteId": 49195,
|
2906
3098
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2922,7 +3114,7 @@
|
|
2922
3114
|
},
|
2923
3115
|
"errorCode": 0,
|
2924
3116
|
"attempts": 1,
|
2925
|
-
"certChainId": "
|
3117
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
2926
3118
|
"protocolId": 771,
|
2927
3119
|
"suiteId": 49195,
|
2928
3120
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -2942,6 +3134,7 @@
|
|
2942
3134
|
"openSslCcs": 1,
|
2943
3135
|
"openSSLLuckyMinus20": 1,
|
2944
3136
|
"ticketbleed": 1,
|
3137
|
+
"bleichenbacher": 1,
|
2945
3138
|
"poodle": false,
|
2946
3139
|
"poodleTls": 1,
|
2947
3140
|
"fallbackScsv": true,
|
@@ -2949,6 +3142,7 @@
|
|
2949
3142
|
"hasSct": 4,
|
2950
3143
|
"ecdhParameterReuse": false,
|
2951
3144
|
"logjam": false,
|
3145
|
+
"chaCha20Preference": true,
|
2952
3146
|
"hstsPolicy": {
|
2953
3147
|
"LONG_MAX_AGE": 15552000,
|
2954
3148
|
"header": "max-age=15552000; preload",
|
@@ -2965,25 +3159,25 @@
|
|
2965
3159
|
"source": "Chrome",
|
2966
3160
|
"hostname": "adamcaudill.com",
|
2967
3161
|
"status": "absent",
|
2968
|
-
"sourceTime":
|
3162
|
+
"sourceTime": 1514339280869
|
2969
3163
|
},
|
2970
3164
|
{
|
2971
3165
|
"source": "Edge",
|
2972
3166
|
"hostname": "adamcaudill.com",
|
2973
3167
|
"status": "absent",
|
2974
|
-
"sourceTime":
|
3168
|
+
"sourceTime": 1514339282189
|
2975
3169
|
},
|
2976
3170
|
{
|
2977
3171
|
"source": "Firefox",
|
2978
3172
|
"hostname": "adamcaudill.com",
|
2979
3173
|
"status": "absent",
|
2980
|
-
"sourceTime":
|
3174
|
+
"sourceTime": 1514339282189
|
2981
3175
|
},
|
2982
3176
|
{
|
2983
3177
|
"source": "IE",
|
2984
3178
|
"hostname": "adamcaudill.com",
|
2985
3179
|
"status": "absent",
|
2986
|
-
"sourceTime":
|
3180
|
+
"sourceTime": 1514339282189
|
2987
3181
|
}
|
2988
3182
|
],
|
2989
3183
|
"hpkpPolicy": {
|
@@ -3018,27 +3212,27 @@
|
|
3018
3212
|
],
|
3019
3213
|
"responseLine": "HTTP/1.1 200 OK",
|
3020
3214
|
"responseHeadersRaw": [
|
3021
|
-
"Date:
|
3215
|
+
"Date: Wed, 27 Dec 2017 02:00:13 GMT",
|
3022
3216
|
"Content-Type: text/html; charset=UTF-8",
|
3023
3217
|
"Transfer-Encoding: chunked",
|
3024
3218
|
"Connection: close",
|
3025
|
-
"Set-Cookie: __cfduid=
|
3219
|
+
"Set-Cookie: __cfduid=d3d09559690ece74064d3c09e0c500e811514340013; expires=Thu, 27-Dec-18 02:00:13 GMT; path=/; domain=.adamcaudill.com; HttpOnly; Secure",
|
3026
3220
|
"Vary: Accept-Encoding,Cookie",
|
3027
|
-
"Last-Modified:
|
3221
|
+
"Last-Modified: Tue, 31 Oct 2017 15:22:40 GMT",
|
3028
3222
|
"X-Content-Type-Options: nosniff",
|
3029
3223
|
"X-Frame-Options: sameorigin",
|
3030
3224
|
"Pragma: public",
|
3031
3225
|
"Cache-Control: public, max-age=86400",
|
3032
3226
|
"CF-Cache-Status: HIT",
|
3033
|
-
"Expires:
|
3227
|
+
"Expires: Thu, 28 Dec 2017 02:00:13 GMT",
|
3034
3228
|
"Strict-Transport-Security: max-age=15552000; preload",
|
3035
|
-
"Server: cloudflare
|
3036
|
-
"CF-RAY:
|
3229
|
+
"Server: cloudflare",
|
3230
|
+
"CF-RAY: 3d38af5f18f79680-SJC"
|
3037
3231
|
],
|
3038
3232
|
"responseHeaders": [
|
3039
3233
|
{
|
3040
3234
|
"name": "Date",
|
3041
|
-
"value": "
|
3235
|
+
"value": "Wed, 27 Dec 2017 02:00:13 GMT"
|
3042
3236
|
},
|
3043
3237
|
{
|
3044
3238
|
"name": "Content-Type",
|
@@ -3054,7 +3248,7 @@
|
|
3054
3248
|
},
|
3055
3249
|
{
|
3056
3250
|
"name": "Set-Cookie",
|
3057
|
-
"value": "__cfduid=
|
3251
|
+
"value": "__cfduid=d3d09559690ece74064d3c09e0c500e811514340013; expires=Thu, 27-Dec-18 02:00:13 GMT; path=/; domain=.adamcaudill.com; HttpOnly; Secure"
|
3058
3252
|
},
|
3059
3253
|
{
|
3060
3254
|
"name": "Vary",
|
@@ -3062,7 +3256,7 @@
|
|
3062
3256
|
},
|
3063
3257
|
{
|
3064
3258
|
"name": "Last-Modified",
|
3065
|
-
"value": "
|
3259
|
+
"value": "Tue, 31 Oct 2017 15:22:40 GMT"
|
3066
3260
|
},
|
3067
3261
|
{
|
3068
3262
|
"name": "X-Content-Type-Options",
|
@@ -3086,7 +3280,7 @@
|
|
3086
3280
|
},
|
3087
3281
|
{
|
3088
3282
|
"name": "Expires",
|
3089
|
-
"value": "
|
3283
|
+
"value": "Thu, 28 Dec 2017 02:00:13 GMT"
|
3090
3284
|
},
|
3091
3285
|
{
|
3092
3286
|
"name": "Strict-Transport-Security",
|
@@ -3094,11 +3288,11 @@
|
|
3094
3288
|
},
|
3095
3289
|
{
|
3096
3290
|
"name": "Server",
|
3097
|
-
"value": "cloudflare
|
3291
|
+
"value": "cloudflare"
|
3098
3292
|
},
|
3099
3293
|
{
|
3100
3294
|
"name": "CF-RAY",
|
3101
|
-
"value": "
|
3295
|
+
"value": "3d38af5f18f79680-SJC"
|
3102
3296
|
}
|
3103
3297
|
],
|
3104
3298
|
"fragileServer": false
|
@@ -3117,22 +3311,22 @@
|
|
3117
3311
|
"hasWarnings": false,
|
3118
3312
|
"isExceptional": true,
|
3119
3313
|
"progress": 100,
|
3120
|
-
"duration":
|
3314
|
+
"duration": 39960,
|
3121
3315
|
"delegation": 1,
|
3122
3316
|
"details": {
|
3123
|
-
"hostStartTime":
|
3317
|
+
"hostStartTime": 1514339970501,
|
3124
3318
|
"certChains": [
|
3125
3319
|
{
|
3126
|
-
"id": "
|
3320
|
+
"id": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3127
3321
|
"certIds": [
|
3128
|
-
"
|
3322
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
3129
3323
|
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
3130
3324
|
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8"
|
3131
3325
|
],
|
3132
3326
|
"trustPaths": [
|
3133
3327
|
{
|
3134
3328
|
"certIds": [
|
3135
|
-
"
|
3329
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
3136
3330
|
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
3137
3331
|
"1793927a0614549789adce2f8f34f7f0b66d0f3ae3a3b84d21ec15dbba4fadc7"
|
3138
3332
|
],
|
@@ -3145,7 +3339,7 @@
|
|
3145
3339
|
},
|
3146
3340
|
{
|
3147
3341
|
"certIds": [
|
3148
|
-
"
|
3342
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
3149
3343
|
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
3150
3344
|
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
3151
3345
|
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
@@ -3156,6 +3350,101 @@
|
|
3156
3350
|
"isTrusted": true
|
3157
3351
|
}
|
3158
3352
|
]
|
3353
|
+
},
|
3354
|
+
{
|
3355
|
+
"certIds": [
|
3356
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
3357
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
3358
|
+
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
3359
|
+
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
3360
|
+
],
|
3361
|
+
"trust": [
|
3362
|
+
{
|
3363
|
+
"rootStore": "Apple",
|
3364
|
+
"isTrusted": true
|
3365
|
+
}
|
3366
|
+
]
|
3367
|
+
},
|
3368
|
+
{
|
3369
|
+
"certIds": [
|
3370
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
3371
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
3372
|
+
"1793927a0614549789adce2f8f34f7f0b66d0f3ae3a3b84d21ec15dbba4fadc7"
|
3373
|
+
],
|
3374
|
+
"trust": [
|
3375
|
+
{
|
3376
|
+
"rootStore": "Android",
|
3377
|
+
"isTrusted": true
|
3378
|
+
}
|
3379
|
+
]
|
3380
|
+
},
|
3381
|
+
{
|
3382
|
+
"certIds": [
|
3383
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
3384
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
3385
|
+
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
3386
|
+
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
3387
|
+
],
|
3388
|
+
"trust": [
|
3389
|
+
{
|
3390
|
+
"rootStore": "Android",
|
3391
|
+
"isTrusted": true
|
3392
|
+
}
|
3393
|
+
]
|
3394
|
+
},
|
3395
|
+
{
|
3396
|
+
"certIds": [
|
3397
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
3398
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
3399
|
+
"1793927a0614549789adce2f8f34f7f0b66d0f3ae3a3b84d21ec15dbba4fadc7"
|
3400
|
+
],
|
3401
|
+
"trust": [
|
3402
|
+
{
|
3403
|
+
"rootStore": "Java",
|
3404
|
+
"isTrusted": true
|
3405
|
+
}
|
3406
|
+
]
|
3407
|
+
},
|
3408
|
+
{
|
3409
|
+
"certIds": [
|
3410
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
3411
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
3412
|
+
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
3413
|
+
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
3414
|
+
],
|
3415
|
+
"trust": [
|
3416
|
+
{
|
3417
|
+
"rootStore": "Java",
|
3418
|
+
"isTrusted": true
|
3419
|
+
}
|
3420
|
+
]
|
3421
|
+
},
|
3422
|
+
{
|
3423
|
+
"certIds": [
|
3424
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
3425
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
3426
|
+
"1793927a0614549789adce2f8f34f7f0b66d0f3ae3a3b84d21ec15dbba4fadc7"
|
3427
|
+
],
|
3428
|
+
"trust": [
|
3429
|
+
{
|
3430
|
+
"rootStore": "Windows",
|
3431
|
+
"isTrusted": true
|
3432
|
+
}
|
3433
|
+
]
|
3434
|
+
},
|
3435
|
+
{
|
3436
|
+
"certIds": [
|
3437
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
3438
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
3439
|
+
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
3440
|
+
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
3441
|
+
],
|
3442
|
+
"trust": [
|
3443
|
+
{
|
3444
|
+
"rootStore": "Windows",
|
3445
|
+
"isTrusted": true
|
3446
|
+
}
|
3447
|
+
]
|
3159
3448
|
}
|
3160
3449
|
],
|
3161
3450
|
"issues": 0,
|
@@ -3395,7 +3684,7 @@
|
|
3395
3684
|
],
|
3396
3685
|
"preference": true
|
3397
3686
|
},
|
3398
|
-
"serverSignature": "cloudflare
|
3687
|
+
"serverSignature": "cloudflare",
|
3399
3688
|
"prefixDelegation": false,
|
3400
3689
|
"nonPrefixDelegation": true,
|
3401
3690
|
"vulnBeast": true,
|
@@ -3441,7 +3730,7 @@
|
|
3441
3730
|
},
|
3442
3731
|
"errorCode": 0,
|
3443
3732
|
"attempts": 1,
|
3444
|
-
"certChainId": "
|
3733
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3445
3734
|
"protocolId": 769,
|
3446
3735
|
"suiteId": 49161,
|
3447
3736
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -3463,7 +3752,7 @@
|
|
3463
3752
|
},
|
3464
3753
|
"errorCode": 0,
|
3465
3754
|
"attempts": 1,
|
3466
|
-
"certChainId": "
|
3755
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3467
3756
|
"protocolId": 769,
|
3468
3757
|
"suiteId": 49161,
|
3469
3758
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -3485,7 +3774,7 @@
|
|
3485
3774
|
},
|
3486
3775
|
"errorCode": 0,
|
3487
3776
|
"attempts": 1,
|
3488
|
-
"certChainId": "
|
3777
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3489
3778
|
"protocolId": 769,
|
3490
3779
|
"suiteId": 49161,
|
3491
3780
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -3507,7 +3796,7 @@
|
|
3507
3796
|
},
|
3508
3797
|
"errorCode": 0,
|
3509
3798
|
"attempts": 1,
|
3510
|
-
"certChainId": "
|
3799
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3511
3800
|
"protocolId": 769,
|
3512
3801
|
"suiteId": 49161,
|
3513
3802
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -3529,7 +3818,7 @@
|
|
3529
3818
|
},
|
3530
3819
|
"errorCode": 0,
|
3531
3820
|
"attempts": 1,
|
3532
|
-
"certChainId": "
|
3821
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3533
3822
|
"protocolId": 771,
|
3534
3823
|
"suiteId": 49195,
|
3535
3824
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -3551,7 +3840,7 @@
|
|
3551
3840
|
},
|
3552
3841
|
"errorCode": 0,
|
3553
3842
|
"attempts": 1,
|
3554
|
-
"certChainId": "
|
3843
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3555
3844
|
"protocolId": 771,
|
3556
3845
|
"suiteId": 52244,
|
3557
3846
|
"suiteName": "OLD_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",
|
@@ -3573,7 +3862,7 @@
|
|
3573
3862
|
},
|
3574
3863
|
"errorCode": 0,
|
3575
3864
|
"attempts": 1,
|
3576
|
-
"certChainId": "
|
3865
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3577
3866
|
"protocolId": 771,
|
3578
3867
|
"suiteId": 52244,
|
3579
3868
|
"suiteName": "OLD_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",
|
@@ -3595,7 +3884,7 @@
|
|
3595
3884
|
},
|
3596
3885
|
"errorCode": 0,
|
3597
3886
|
"attempts": 1,
|
3598
|
-
"certChainId": "
|
3887
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3599
3888
|
"protocolId": 771,
|
3600
3889
|
"suiteId": 52393,
|
3601
3890
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",
|
@@ -3617,7 +3906,7 @@
|
|
3617
3906
|
},
|
3618
3907
|
"errorCode": 0,
|
3619
3908
|
"attempts": 1,
|
3620
|
-
"certChainId": "
|
3909
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3621
3910
|
"protocolId": 769,
|
3622
3911
|
"suiteId": 49161,
|
3623
3912
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -3639,7 +3928,7 @@
|
|
3639
3928
|
},
|
3640
3929
|
"errorCode": 0,
|
3641
3930
|
"attempts": 1,
|
3642
|
-
"certChainId": "
|
3931
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3643
3932
|
"protocolId": 771,
|
3644
3933
|
"suiteId": 49195,
|
3645
3934
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -3695,7 +3984,7 @@
|
|
3695
3984
|
},
|
3696
3985
|
"errorCode": 0,
|
3697
3986
|
"attempts": 1,
|
3698
|
-
"certChainId": "
|
3987
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3699
3988
|
"protocolId": 771,
|
3700
3989
|
"suiteId": 49195,
|
3701
3990
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -3718,7 +4007,7 @@
|
|
3718
4007
|
},
|
3719
4008
|
"errorCode": 0,
|
3720
4009
|
"attempts": 1,
|
3721
|
-
"certChainId": "
|
4010
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3722
4011
|
"protocolId": 771,
|
3723
4012
|
"suiteId": 49195,
|
3724
4013
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -3741,7 +4030,7 @@
|
|
3741
4030
|
},
|
3742
4031
|
"errorCode": 0,
|
3743
4032
|
"attempts": 1,
|
3744
|
-
"certChainId": "
|
4033
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3745
4034
|
"protocolId": 771,
|
3746
4035
|
"suiteId": 49195,
|
3747
4036
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -3782,7 +4071,7 @@
|
|
3782
4071
|
},
|
3783
4072
|
"errorCode": 0,
|
3784
4073
|
"attempts": 1,
|
3785
|
-
"certChainId": "
|
4074
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3786
4075
|
"protocolId": 771,
|
3787
4076
|
"suiteId": 49195,
|
3788
4077
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -3817,7 +4106,7 @@
|
|
3817
4106
|
},
|
3818
4107
|
"errorCode": 0,
|
3819
4108
|
"attempts": 1,
|
3820
|
-
"certChainId": "
|
4109
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3821
4110
|
"protocolId": 769,
|
3822
4111
|
"suiteId": 49161,
|
3823
4112
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -3854,7 +4143,7 @@
|
|
3854
4143
|
},
|
3855
4144
|
"errorCode": 0,
|
3856
4145
|
"attempts": 1,
|
3857
|
-
"certChainId": "
|
4146
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3858
4147
|
"protocolId": 769,
|
3859
4148
|
"suiteId": 49161,
|
3860
4149
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -3877,7 +4166,7 @@
|
|
3877
4166
|
},
|
3878
4167
|
"errorCode": 0,
|
3879
4168
|
"attempts": 1,
|
3880
|
-
"certChainId": "
|
4169
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3881
4170
|
"protocolId": 771,
|
3882
4171
|
"suiteId": 49195,
|
3883
4172
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -3900,7 +4189,7 @@
|
|
3900
4189
|
},
|
3901
4190
|
"errorCode": 0,
|
3902
4191
|
"attempts": 1,
|
3903
|
-
"certChainId": "
|
4192
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3904
4193
|
"protocolId": 771,
|
3905
4194
|
"suiteId": 49195,
|
3906
4195
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -3923,7 +4212,7 @@
|
|
3923
4212
|
},
|
3924
4213
|
"errorCode": 0,
|
3925
4214
|
"attempts": 1,
|
3926
|
-
"certChainId": "
|
4215
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3927
4216
|
"protocolId": 769,
|
3928
4217
|
"suiteId": 49161,
|
3929
4218
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -3946,7 +4235,7 @@
|
|
3946
4235
|
},
|
3947
4236
|
"errorCode": 0,
|
3948
4237
|
"attempts": 1,
|
3949
|
-
"certChainId": "
|
4238
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3950
4239
|
"protocolId": 771,
|
3951
4240
|
"suiteId": 49195,
|
3952
4241
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -3969,7 +4258,7 @@
|
|
3969
4258
|
},
|
3970
4259
|
"errorCode": 0,
|
3971
4260
|
"attempts": 1,
|
3972
|
-
"certChainId": "
|
4261
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3973
4262
|
"protocolId": 771,
|
3974
4263
|
"suiteId": 49195,
|
3975
4264
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -3992,7 +4281,7 @@
|
|
3992
4281
|
},
|
3993
4282
|
"errorCode": 0,
|
3994
4283
|
"attempts": 1,
|
3995
|
-
"certChainId": "
|
4284
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
3996
4285
|
"protocolId": 771,
|
3997
4286
|
"suiteId": 49195,
|
3998
4287
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -4015,7 +4304,7 @@
|
|
4015
4304
|
},
|
4016
4305
|
"errorCode": 0,
|
4017
4306
|
"attempts": 1,
|
4018
|
-
"certChainId": "
|
4307
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4019
4308
|
"protocolId": 771,
|
4020
4309
|
"suiteId": 49195,
|
4021
4310
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -4038,7 +4327,7 @@
|
|
4038
4327
|
},
|
4039
4328
|
"errorCode": 0,
|
4040
4329
|
"attempts": 1,
|
4041
|
-
"certChainId": "
|
4330
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4042
4331
|
"protocolId": 771,
|
4043
4332
|
"suiteId": 49195,
|
4044
4333
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -4073,7 +4362,7 @@
|
|
4073
4362
|
},
|
4074
4363
|
"errorCode": 0,
|
4075
4364
|
"attempts": 1,
|
4076
|
-
"certChainId": "
|
4365
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4077
4366
|
"protocolId": 769,
|
4078
4367
|
"suiteId": 49161,
|
4079
4368
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -4095,7 +4384,7 @@
|
|
4095
4384
|
},
|
4096
4385
|
"errorCode": 0,
|
4097
4386
|
"attempts": 1,
|
4098
|
-
"certChainId": "
|
4387
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4099
4388
|
"protocolId": 771,
|
4100
4389
|
"suiteId": 49195,
|
4101
4390
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -4130,7 +4419,7 @@
|
|
4130
4419
|
},
|
4131
4420
|
"errorCode": 0,
|
4132
4421
|
"attempts": 1,
|
4133
|
-
"certChainId": "
|
4422
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4134
4423
|
"protocolId": 771,
|
4135
4424
|
"suiteId": 49195,
|
4136
4425
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -4152,7 +4441,7 @@
|
|
4152
4441
|
},
|
4153
4442
|
"errorCode": 0,
|
4154
4443
|
"attempts": 1,
|
4155
|
-
"certChainId": "
|
4444
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4156
4445
|
"protocolId": 771,
|
4157
4446
|
"suiteId": 49195,
|
4158
4447
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -4175,7 +4464,7 @@
|
|
4175
4464
|
},
|
4176
4465
|
"errorCode": 0,
|
4177
4466
|
"attempts": 1,
|
4178
|
-
"certChainId": "
|
4467
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4179
4468
|
"protocolId": 769,
|
4180
4469
|
"suiteId": 49161,
|
4181
4470
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -4198,7 +4487,7 @@
|
|
4198
4487
|
},
|
4199
4488
|
"errorCode": 0,
|
4200
4489
|
"attempts": 1,
|
4201
|
-
"certChainId": "
|
4490
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4202
4491
|
"protocolId": 771,
|
4203
4492
|
"suiteId": 49161,
|
4204
4493
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -4221,7 +4510,7 @@
|
|
4221
4510
|
},
|
4222
4511
|
"errorCode": 0,
|
4223
4512
|
"attempts": 1,
|
4224
|
-
"certChainId": "
|
4513
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4225
4514
|
"protocolId": 769,
|
4226
4515
|
"suiteId": 49161,
|
4227
4516
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -4244,7 +4533,7 @@
|
|
4244
4533
|
},
|
4245
4534
|
"errorCode": 0,
|
4246
4535
|
"attempts": 1,
|
4247
|
-
"certChainId": "
|
4536
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4248
4537
|
"protocolId": 771,
|
4249
4538
|
"suiteId": 49161,
|
4250
4539
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -4267,7 +4556,7 @@
|
|
4267
4556
|
},
|
4268
4557
|
"errorCode": 0,
|
4269
4558
|
"attempts": 1,
|
4270
|
-
"certChainId": "
|
4559
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4271
4560
|
"protocolId": 771,
|
4272
4561
|
"suiteId": 49161,
|
4273
4562
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -4290,7 +4579,7 @@
|
|
4290
4579
|
},
|
4291
4580
|
"errorCode": 0,
|
4292
4581
|
"attempts": 1,
|
4293
|
-
"certChainId": "
|
4582
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4294
4583
|
"protocolId": 771,
|
4295
4584
|
"suiteId": 49161,
|
4296
4585
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -4313,7 +4602,7 @@
|
|
4313
4602
|
},
|
4314
4603
|
"errorCode": 0,
|
4315
4604
|
"attempts": 1,
|
4316
|
-
"certChainId": "
|
4605
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4317
4606
|
"protocolId": 771,
|
4318
4607
|
"suiteId": 49161,
|
4319
4608
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -4336,7 +4625,7 @@
|
|
4336
4625
|
},
|
4337
4626
|
"errorCode": 0,
|
4338
4627
|
"attempts": 1,
|
4339
|
-
"certChainId": "
|
4628
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4340
4629
|
"protocolId": 771,
|
4341
4630
|
"suiteId": 49195,
|
4342
4631
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -4359,7 +4648,7 @@
|
|
4359
4648
|
},
|
4360
4649
|
"errorCode": 0,
|
4361
4650
|
"attempts": 1,
|
4362
|
-
"certChainId": "
|
4651
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4363
4652
|
"protocolId": 771,
|
4364
4653
|
"suiteId": 49195,
|
4365
4654
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -4382,7 +4671,7 @@
|
|
4382
4671
|
},
|
4383
4672
|
"errorCode": 0,
|
4384
4673
|
"attempts": 1,
|
4385
|
-
"certChainId": "
|
4674
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4386
4675
|
"protocolId": 771,
|
4387
4676
|
"suiteId": 49195,
|
4388
4677
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -4405,7 +4694,7 @@
|
|
4405
4694
|
},
|
4406
4695
|
"errorCode": 0,
|
4407
4696
|
"attempts": 1,
|
4408
|
-
"certChainId": "
|
4697
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4409
4698
|
"protocolId": 771,
|
4410
4699
|
"suiteId": 49195,
|
4411
4700
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -4428,7 +4717,7 @@
|
|
4428
4717
|
},
|
4429
4718
|
"errorCode": 0,
|
4430
4719
|
"attempts": 1,
|
4431
|
-
"certChainId": "
|
4720
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4432
4721
|
"protocolId": 771,
|
4433
4722
|
"suiteId": 49195,
|
4434
4723
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -4450,7 +4739,7 @@
|
|
4450
4739
|
},
|
4451
4740
|
"errorCode": 0,
|
4452
4741
|
"attempts": 1,
|
4453
|
-
"certChainId": "
|
4742
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4454
4743
|
"protocolId": 771,
|
4455
4744
|
"suiteId": 49195,
|
4456
4745
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -4472,7 +4761,7 @@
|
|
4472
4761
|
},
|
4473
4762
|
"errorCode": 0,
|
4474
4763
|
"attempts": 1,
|
4475
|
-
"certChainId": "
|
4764
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4476
4765
|
"protocolId": 771,
|
4477
4766
|
"suiteId": 49195,
|
4478
4767
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -4492,6 +4781,7 @@
|
|
4492
4781
|
"openSslCcs": 1,
|
4493
4782
|
"openSSLLuckyMinus20": 1,
|
4494
4783
|
"ticketbleed": 1,
|
4784
|
+
"bleichenbacher": 1,
|
4495
4785
|
"poodle": false,
|
4496
4786
|
"poodleTls": 1,
|
4497
4787
|
"fallbackScsv": true,
|
@@ -4499,6 +4789,7 @@
|
|
4499
4789
|
"hasSct": 4,
|
4500
4790
|
"ecdhParameterReuse": false,
|
4501
4791
|
"logjam": false,
|
4792
|
+
"chaCha20Preference": true,
|
4502
4793
|
"hstsPolicy": {
|
4503
4794
|
"LONG_MAX_AGE": 15552000,
|
4504
4795
|
"header": "max-age=15552000; preload",
|
@@ -4515,25 +4806,25 @@
|
|
4515
4806
|
"source": "Chrome",
|
4516
4807
|
"hostname": "adamcaudill.com",
|
4517
4808
|
"status": "absent",
|
4518
|
-
"sourceTime":
|
4809
|
+
"sourceTime": 1514339280869
|
4519
4810
|
},
|
4520
4811
|
{
|
4521
4812
|
"source": "Edge",
|
4522
4813
|
"hostname": "adamcaudill.com",
|
4523
4814
|
"status": "absent",
|
4524
|
-
"sourceTime":
|
4815
|
+
"sourceTime": 1514339282189
|
4525
4816
|
},
|
4526
4817
|
{
|
4527
4818
|
"source": "Firefox",
|
4528
4819
|
"hostname": "adamcaudill.com",
|
4529
4820
|
"status": "absent",
|
4530
|
-
"sourceTime":
|
4821
|
+
"sourceTime": 1514339282189
|
4531
4822
|
},
|
4532
4823
|
{
|
4533
4824
|
"source": "IE",
|
4534
4825
|
"hostname": "adamcaudill.com",
|
4535
4826
|
"status": "absent",
|
4536
|
-
"sourceTime":
|
4827
|
+
"sourceTime": 1514339282189
|
4537
4828
|
}
|
4538
4829
|
],
|
4539
4830
|
"hpkpPolicy": {
|
@@ -4568,27 +4859,27 @@
|
|
4568
4859
|
],
|
4569
4860
|
"responseLine": "HTTP/1.1 200 OK",
|
4570
4861
|
"responseHeadersRaw": [
|
4571
|
-
"Date:
|
4862
|
+
"Date: Wed, 27 Dec 2017 02:00:53 GMT",
|
4572
4863
|
"Content-Type: text/html; charset=UTF-8",
|
4573
4864
|
"Transfer-Encoding: chunked",
|
4574
4865
|
"Connection: close",
|
4575
|
-
"Set-Cookie: __cfduid=
|
4866
|
+
"Set-Cookie: __cfduid=ddac94b51b30d401a3bf552ef68b57b401514340053; expires=Thu, 27-Dec-18 02:00:53 GMT; path=/; domain=.adamcaudill.com; HttpOnly; Secure",
|
4576
4867
|
"Vary: Accept-Encoding,Cookie",
|
4577
|
-
"Last-Modified:
|
4868
|
+
"Last-Modified: Tue, 31 Oct 2017 15:22:40 GMT",
|
4578
4869
|
"X-Content-Type-Options: nosniff",
|
4579
4870
|
"X-Frame-Options: sameorigin",
|
4580
4871
|
"Pragma: public",
|
4581
4872
|
"Cache-Control: public, max-age=86400",
|
4582
4873
|
"CF-Cache-Status: HIT",
|
4583
|
-
"Expires:
|
4874
|
+
"Expires: Thu, 28 Dec 2017 02:00:53 GMT",
|
4584
4875
|
"Strict-Transport-Security: max-age=15552000; preload",
|
4585
|
-
"Server: cloudflare
|
4586
|
-
"CF-RAY:
|
4876
|
+
"Server: cloudflare",
|
4877
|
+
"CF-RAY: 3d38b057dbf42828-SJC"
|
4587
4878
|
],
|
4588
4879
|
"responseHeaders": [
|
4589
4880
|
{
|
4590
4881
|
"name": "Date",
|
4591
|
-
"value": "
|
4882
|
+
"value": "Wed, 27 Dec 2017 02:00:53 GMT"
|
4592
4883
|
},
|
4593
4884
|
{
|
4594
4885
|
"name": "Content-Type",
|
@@ -4604,7 +4895,7 @@
|
|
4604
4895
|
},
|
4605
4896
|
{
|
4606
4897
|
"name": "Set-Cookie",
|
4607
|
-
"value": "__cfduid=
|
4898
|
+
"value": "__cfduid=ddac94b51b30d401a3bf552ef68b57b401514340053; expires=Thu, 27-Dec-18 02:00:53 GMT; path=/; domain=.adamcaudill.com; HttpOnly; Secure"
|
4608
4899
|
},
|
4609
4900
|
{
|
4610
4901
|
"name": "Vary",
|
@@ -4612,7 +4903,7 @@
|
|
4612
4903
|
},
|
4613
4904
|
{
|
4614
4905
|
"name": "Last-Modified",
|
4615
|
-
"value": "
|
4906
|
+
"value": "Tue, 31 Oct 2017 15:22:40 GMT"
|
4616
4907
|
},
|
4617
4908
|
{
|
4618
4909
|
"name": "X-Content-Type-Options",
|
@@ -4636,7 +4927,7 @@
|
|
4636
4927
|
},
|
4637
4928
|
{
|
4638
4929
|
"name": "Expires",
|
4639
|
-
"value": "
|
4930
|
+
"value": "Thu, 28 Dec 2017 02:00:53 GMT"
|
4640
4931
|
},
|
4641
4932
|
{
|
4642
4933
|
"name": "Strict-Transport-Security",
|
@@ -4644,11 +4935,11 @@
|
|
4644
4935
|
},
|
4645
4936
|
{
|
4646
4937
|
"name": "Server",
|
4647
|
-
"value": "cloudflare
|
4938
|
+
"value": "cloudflare"
|
4648
4939
|
},
|
4649
4940
|
{
|
4650
4941
|
"name": "CF-RAY",
|
4651
|
-
"value": "
|
4942
|
+
"value": "3d38b057dbf42828-SJC"
|
4652
4943
|
}
|
4653
4944
|
],
|
4654
4945
|
"fragileServer": false
|
@@ -4667,22 +4958,22 @@
|
|
4667
4958
|
"hasWarnings": false,
|
4668
4959
|
"isExceptional": true,
|
4669
4960
|
"progress": 100,
|
4670
|
-
"duration":
|
4961
|
+
"duration": 39807,
|
4671
4962
|
"delegation": 1,
|
4672
4963
|
"details": {
|
4673
|
-
"hostStartTime":
|
4964
|
+
"hostStartTime": 1514339970501,
|
4674
4965
|
"certChains": [
|
4675
4966
|
{
|
4676
|
-
"id": "
|
4967
|
+
"id": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4677
4968
|
"certIds": [
|
4678
|
-
"
|
4969
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
4679
4970
|
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
4680
4971
|
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8"
|
4681
4972
|
],
|
4682
4973
|
"trustPaths": [
|
4683
4974
|
{
|
4684
4975
|
"certIds": [
|
4685
|
-
"
|
4976
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
4686
4977
|
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
4687
4978
|
"1793927a0614549789adce2f8f34f7f0b66d0f3ae3a3b84d21ec15dbba4fadc7"
|
4688
4979
|
],
|
@@ -4695,7 +4986,7 @@
|
|
4695
4986
|
},
|
4696
4987
|
{
|
4697
4988
|
"certIds": [
|
4698
|
-
"
|
4989
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
4699
4990
|
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
4700
4991
|
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
4701
4992
|
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
@@ -4706,6 +4997,101 @@
|
|
4706
4997
|
"isTrusted": true
|
4707
4998
|
}
|
4708
4999
|
]
|
5000
|
+
},
|
5001
|
+
{
|
5002
|
+
"certIds": [
|
5003
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
5004
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
5005
|
+
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
5006
|
+
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
5007
|
+
],
|
5008
|
+
"trust": [
|
5009
|
+
{
|
5010
|
+
"rootStore": "Apple",
|
5011
|
+
"isTrusted": true
|
5012
|
+
}
|
5013
|
+
]
|
5014
|
+
},
|
5015
|
+
{
|
5016
|
+
"certIds": [
|
5017
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
5018
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
5019
|
+
"1793927a0614549789adce2f8f34f7f0b66d0f3ae3a3b84d21ec15dbba4fadc7"
|
5020
|
+
],
|
5021
|
+
"trust": [
|
5022
|
+
{
|
5023
|
+
"rootStore": "Android",
|
5024
|
+
"isTrusted": true
|
5025
|
+
}
|
5026
|
+
]
|
5027
|
+
},
|
5028
|
+
{
|
5029
|
+
"certIds": [
|
5030
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
5031
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
5032
|
+
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
5033
|
+
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
5034
|
+
],
|
5035
|
+
"trust": [
|
5036
|
+
{
|
5037
|
+
"rootStore": "Android",
|
5038
|
+
"isTrusted": true
|
5039
|
+
}
|
5040
|
+
]
|
5041
|
+
},
|
5042
|
+
{
|
5043
|
+
"certIds": [
|
5044
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
5045
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
5046
|
+
"1793927a0614549789adce2f8f34f7f0b66d0f3ae3a3b84d21ec15dbba4fadc7"
|
5047
|
+
],
|
5048
|
+
"trust": [
|
5049
|
+
{
|
5050
|
+
"rootStore": "Java",
|
5051
|
+
"isTrusted": true
|
5052
|
+
}
|
5053
|
+
]
|
5054
|
+
},
|
5055
|
+
{
|
5056
|
+
"certIds": [
|
5057
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
5058
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
5059
|
+
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
5060
|
+
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
5061
|
+
],
|
5062
|
+
"trust": [
|
5063
|
+
{
|
5064
|
+
"rootStore": "Java",
|
5065
|
+
"isTrusted": true
|
5066
|
+
}
|
5067
|
+
]
|
5068
|
+
},
|
5069
|
+
{
|
5070
|
+
"certIds": [
|
5071
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
5072
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
5073
|
+
"1793927a0614549789adce2f8f34f7f0b66d0f3ae3a3b84d21ec15dbba4fadc7"
|
5074
|
+
],
|
5075
|
+
"trust": [
|
5076
|
+
{
|
5077
|
+
"rootStore": "Windows",
|
5078
|
+
"isTrusted": true
|
5079
|
+
}
|
5080
|
+
]
|
5081
|
+
},
|
5082
|
+
{
|
5083
|
+
"certIds": [
|
5084
|
+
"157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
5085
|
+
"cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|
5086
|
+
"9573862ac0b4b125168810ea3fd101ae2eb0bb15f61fc0e6da7a2a38b85a89e8",
|
5087
|
+
"687fa451382278fff0c8b11f8d43d576671c6eb2bceab413fb83d965d06d2ff2"
|
5088
|
+
],
|
5089
|
+
"trust": [
|
5090
|
+
{
|
5091
|
+
"rootStore": "Windows",
|
5092
|
+
"isTrusted": true
|
5093
|
+
}
|
5094
|
+
]
|
4709
5095
|
}
|
4710
5096
|
],
|
4711
5097
|
"issues": 0,
|
@@ -4945,12 +5331,12 @@
|
|
4945
5331
|
],
|
4946
5332
|
"preference": true
|
4947
5333
|
},
|
4948
|
-
"serverSignature": "cloudflare
|
5334
|
+
"serverSignature": "cloudflare",
|
4949
5335
|
"prefixDelegation": false,
|
4950
5336
|
"nonPrefixDelegation": true,
|
4951
5337
|
"vulnBeast": true,
|
4952
5338
|
"renegSupport": 2,
|
4953
|
-
"sessionResumption":
|
5339
|
+
"sessionResumption": 1,
|
4954
5340
|
"compressionMethods": 0,
|
4955
5341
|
"supportsNpn": true,
|
4956
5342
|
"npnProtocols": "h2 spdy/3.1 http/1.1",
|
@@ -4991,7 +5377,7 @@
|
|
4991
5377
|
},
|
4992
5378
|
"errorCode": 0,
|
4993
5379
|
"attempts": 1,
|
4994
|
-
"certChainId": "
|
5380
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
4995
5381
|
"protocolId": 769,
|
4996
5382
|
"suiteId": 49161,
|
4997
5383
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -5013,7 +5399,7 @@
|
|
5013
5399
|
},
|
5014
5400
|
"errorCode": 0,
|
5015
5401
|
"attempts": 1,
|
5016
|
-
"certChainId": "
|
5402
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5017
5403
|
"protocolId": 769,
|
5018
5404
|
"suiteId": 49161,
|
5019
5405
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -5035,7 +5421,7 @@
|
|
5035
5421
|
},
|
5036
5422
|
"errorCode": 0,
|
5037
5423
|
"attempts": 1,
|
5038
|
-
"certChainId": "
|
5424
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5039
5425
|
"protocolId": 769,
|
5040
5426
|
"suiteId": 49161,
|
5041
5427
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -5057,7 +5443,7 @@
|
|
5057
5443
|
},
|
5058
5444
|
"errorCode": 0,
|
5059
5445
|
"attempts": 1,
|
5060
|
-
"certChainId": "
|
5446
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5061
5447
|
"protocolId": 769,
|
5062
5448
|
"suiteId": 49161,
|
5063
5449
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -5079,7 +5465,7 @@
|
|
5079
5465
|
},
|
5080
5466
|
"errorCode": 0,
|
5081
5467
|
"attempts": 1,
|
5082
|
-
"certChainId": "
|
5468
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5083
5469
|
"protocolId": 771,
|
5084
5470
|
"suiteId": 49195,
|
5085
5471
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5101,7 +5487,7 @@
|
|
5101
5487
|
},
|
5102
5488
|
"errorCode": 0,
|
5103
5489
|
"attempts": 1,
|
5104
|
-
"certChainId": "
|
5490
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5105
5491
|
"protocolId": 771,
|
5106
5492
|
"suiteId": 52244,
|
5107
5493
|
"suiteName": "OLD_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",
|
@@ -5123,7 +5509,7 @@
|
|
5123
5509
|
},
|
5124
5510
|
"errorCode": 0,
|
5125
5511
|
"attempts": 1,
|
5126
|
-
"certChainId": "
|
5512
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5127
5513
|
"protocolId": 771,
|
5128
5514
|
"suiteId": 52244,
|
5129
5515
|
"suiteName": "OLD_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",
|
@@ -5145,7 +5531,7 @@
|
|
5145
5531
|
},
|
5146
5532
|
"errorCode": 0,
|
5147
5533
|
"attempts": 1,
|
5148
|
-
"certChainId": "
|
5534
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5149
5535
|
"protocolId": 771,
|
5150
5536
|
"suiteId": 52393,
|
5151
5537
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",
|
@@ -5167,7 +5553,7 @@
|
|
5167
5553
|
},
|
5168
5554
|
"errorCode": 0,
|
5169
5555
|
"attempts": 1,
|
5170
|
-
"certChainId": "
|
5556
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5171
5557
|
"protocolId": 769,
|
5172
5558
|
"suiteId": 49161,
|
5173
5559
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -5189,7 +5575,7 @@
|
|
5189
5575
|
},
|
5190
5576
|
"errorCode": 0,
|
5191
5577
|
"attempts": 1,
|
5192
|
-
"certChainId": "
|
5578
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5193
5579
|
"protocolId": 771,
|
5194
5580
|
"suiteId": 49195,
|
5195
5581
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5245,7 +5631,7 @@
|
|
5245
5631
|
},
|
5246
5632
|
"errorCode": 0,
|
5247
5633
|
"attempts": 1,
|
5248
|
-
"certChainId": "
|
5634
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5249
5635
|
"protocolId": 771,
|
5250
5636
|
"suiteId": 49195,
|
5251
5637
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5268,7 +5654,7 @@
|
|
5268
5654
|
},
|
5269
5655
|
"errorCode": 0,
|
5270
5656
|
"attempts": 1,
|
5271
|
-
"certChainId": "
|
5657
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5272
5658
|
"protocolId": 771,
|
5273
5659
|
"suiteId": 49195,
|
5274
5660
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5291,7 +5677,7 @@
|
|
5291
5677
|
},
|
5292
5678
|
"errorCode": 0,
|
5293
5679
|
"attempts": 1,
|
5294
|
-
"certChainId": "
|
5680
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5295
5681
|
"protocolId": 771,
|
5296
5682
|
"suiteId": 49195,
|
5297
5683
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5332,7 +5718,7 @@
|
|
5332
5718
|
},
|
5333
5719
|
"errorCode": 0,
|
5334
5720
|
"attempts": 1,
|
5335
|
-
"certChainId": "
|
5721
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5336
5722
|
"protocolId": 771,
|
5337
5723
|
"suiteId": 49195,
|
5338
5724
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5367,7 +5753,7 @@
|
|
5367
5753
|
},
|
5368
5754
|
"errorCode": 0,
|
5369
5755
|
"attempts": 1,
|
5370
|
-
"certChainId": "
|
5756
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5371
5757
|
"protocolId": 769,
|
5372
5758
|
"suiteId": 49161,
|
5373
5759
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -5404,7 +5790,7 @@
|
|
5404
5790
|
},
|
5405
5791
|
"errorCode": 0,
|
5406
5792
|
"attempts": 1,
|
5407
|
-
"certChainId": "
|
5793
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5408
5794
|
"protocolId": 769,
|
5409
5795
|
"suiteId": 49161,
|
5410
5796
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -5427,7 +5813,7 @@
|
|
5427
5813
|
},
|
5428
5814
|
"errorCode": 0,
|
5429
5815
|
"attempts": 1,
|
5430
|
-
"certChainId": "
|
5816
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5431
5817
|
"protocolId": 771,
|
5432
5818
|
"suiteId": 49195,
|
5433
5819
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5450,7 +5836,7 @@
|
|
5450
5836
|
},
|
5451
5837
|
"errorCode": 0,
|
5452
5838
|
"attempts": 1,
|
5453
|
-
"certChainId": "
|
5839
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5454
5840
|
"protocolId": 771,
|
5455
5841
|
"suiteId": 49195,
|
5456
5842
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5473,7 +5859,7 @@
|
|
5473
5859
|
},
|
5474
5860
|
"errorCode": 0,
|
5475
5861
|
"attempts": 1,
|
5476
|
-
"certChainId": "
|
5862
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5477
5863
|
"protocolId": 769,
|
5478
5864
|
"suiteId": 49161,
|
5479
5865
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -5496,7 +5882,7 @@
|
|
5496
5882
|
},
|
5497
5883
|
"errorCode": 0,
|
5498
5884
|
"attempts": 1,
|
5499
|
-
"certChainId": "
|
5885
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5500
5886
|
"protocolId": 771,
|
5501
5887
|
"suiteId": 49195,
|
5502
5888
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5519,7 +5905,7 @@
|
|
5519
5905
|
},
|
5520
5906
|
"errorCode": 0,
|
5521
5907
|
"attempts": 1,
|
5522
|
-
"certChainId": "
|
5908
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5523
5909
|
"protocolId": 771,
|
5524
5910
|
"suiteId": 49195,
|
5525
5911
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5542,7 +5928,7 @@
|
|
5542
5928
|
},
|
5543
5929
|
"errorCode": 0,
|
5544
5930
|
"attempts": 1,
|
5545
|
-
"certChainId": "
|
5931
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5546
5932
|
"protocolId": 771,
|
5547
5933
|
"suiteId": 49195,
|
5548
5934
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5565,7 +5951,7 @@
|
|
5565
5951
|
},
|
5566
5952
|
"errorCode": 0,
|
5567
5953
|
"attempts": 1,
|
5568
|
-
"certChainId": "
|
5954
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5569
5955
|
"protocolId": 771,
|
5570
5956
|
"suiteId": 49195,
|
5571
5957
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5588,7 +5974,7 @@
|
|
5588
5974
|
},
|
5589
5975
|
"errorCode": 0,
|
5590
5976
|
"attempts": 1,
|
5591
|
-
"certChainId": "
|
5977
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5592
5978
|
"protocolId": 771,
|
5593
5979
|
"suiteId": 49195,
|
5594
5980
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5623,7 +6009,7 @@
|
|
5623
6009
|
},
|
5624
6010
|
"errorCode": 0,
|
5625
6011
|
"attempts": 1,
|
5626
|
-
"certChainId": "
|
6012
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5627
6013
|
"protocolId": 769,
|
5628
6014
|
"suiteId": 49161,
|
5629
6015
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -5645,7 +6031,7 @@
|
|
5645
6031
|
},
|
5646
6032
|
"errorCode": 0,
|
5647
6033
|
"attempts": 1,
|
5648
|
-
"certChainId": "
|
6034
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5649
6035
|
"protocolId": 771,
|
5650
6036
|
"suiteId": 49195,
|
5651
6037
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5680,7 +6066,7 @@
|
|
5680
6066
|
},
|
5681
6067
|
"errorCode": 0,
|
5682
6068
|
"attempts": 1,
|
5683
|
-
"certChainId": "
|
6069
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5684
6070
|
"protocolId": 771,
|
5685
6071
|
"suiteId": 49195,
|
5686
6072
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5702,7 +6088,7 @@
|
|
5702
6088
|
},
|
5703
6089
|
"errorCode": 0,
|
5704
6090
|
"attempts": 1,
|
5705
|
-
"certChainId": "
|
6091
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5706
6092
|
"protocolId": 771,
|
5707
6093
|
"suiteId": 49195,
|
5708
6094
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5725,7 +6111,7 @@
|
|
5725
6111
|
},
|
5726
6112
|
"errorCode": 0,
|
5727
6113
|
"attempts": 1,
|
5728
|
-
"certChainId": "
|
6114
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5729
6115
|
"protocolId": 769,
|
5730
6116
|
"suiteId": 49161,
|
5731
6117
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -5748,7 +6134,7 @@
|
|
5748
6134
|
},
|
5749
6135
|
"errorCode": 0,
|
5750
6136
|
"attempts": 1,
|
5751
|
-
"certChainId": "
|
6137
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5752
6138
|
"protocolId": 771,
|
5753
6139
|
"suiteId": 49161,
|
5754
6140
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -5771,7 +6157,7 @@
|
|
5771
6157
|
},
|
5772
6158
|
"errorCode": 0,
|
5773
6159
|
"attempts": 1,
|
5774
|
-
"certChainId": "
|
6160
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5775
6161
|
"protocolId": 769,
|
5776
6162
|
"suiteId": 49161,
|
5777
6163
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -5794,7 +6180,7 @@
|
|
5794
6180
|
},
|
5795
6181
|
"errorCode": 0,
|
5796
6182
|
"attempts": 1,
|
5797
|
-
"certChainId": "
|
6183
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5798
6184
|
"protocolId": 771,
|
5799
6185
|
"suiteId": 49161,
|
5800
6186
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -5817,7 +6203,7 @@
|
|
5817
6203
|
},
|
5818
6204
|
"errorCode": 0,
|
5819
6205
|
"attempts": 1,
|
5820
|
-
"certChainId": "
|
6206
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5821
6207
|
"protocolId": 771,
|
5822
6208
|
"suiteId": 49161,
|
5823
6209
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -5840,7 +6226,7 @@
|
|
5840
6226
|
},
|
5841
6227
|
"errorCode": 0,
|
5842
6228
|
"attempts": 1,
|
5843
|
-
"certChainId": "
|
6229
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5844
6230
|
"protocolId": 771,
|
5845
6231
|
"suiteId": 49161,
|
5846
6232
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -5863,7 +6249,7 @@
|
|
5863
6249
|
},
|
5864
6250
|
"errorCode": 0,
|
5865
6251
|
"attempts": 1,
|
5866
|
-
"certChainId": "
|
6252
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5867
6253
|
"protocolId": 771,
|
5868
6254
|
"suiteId": 49161,
|
5869
6255
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
|
@@ -5886,7 +6272,7 @@
|
|
5886
6272
|
},
|
5887
6273
|
"errorCode": 0,
|
5888
6274
|
"attempts": 1,
|
5889
|
-
"certChainId": "
|
6275
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5890
6276
|
"protocolId": 771,
|
5891
6277
|
"suiteId": 49195,
|
5892
6278
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5909,7 +6295,7 @@
|
|
5909
6295
|
},
|
5910
6296
|
"errorCode": 0,
|
5911
6297
|
"attempts": 1,
|
5912
|
-
"certChainId": "
|
6298
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5913
6299
|
"protocolId": 771,
|
5914
6300
|
"suiteId": 49195,
|
5915
6301
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5932,7 +6318,7 @@
|
|
5932
6318
|
},
|
5933
6319
|
"errorCode": 0,
|
5934
6320
|
"attempts": 1,
|
5935
|
-
"certChainId": "
|
6321
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5936
6322
|
"protocolId": 771,
|
5937
6323
|
"suiteId": 49195,
|
5938
6324
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5955,7 +6341,7 @@
|
|
5955
6341
|
},
|
5956
6342
|
"errorCode": 0,
|
5957
6343
|
"attempts": 1,
|
5958
|
-
"certChainId": "
|
6344
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5959
6345
|
"protocolId": 771,
|
5960
6346
|
"suiteId": 49195,
|
5961
6347
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -5978,7 +6364,7 @@
|
|
5978
6364
|
},
|
5979
6365
|
"errorCode": 0,
|
5980
6366
|
"attempts": 1,
|
5981
|
-
"certChainId": "
|
6367
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
5982
6368
|
"protocolId": 771,
|
5983
6369
|
"suiteId": 49195,
|
5984
6370
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -6000,7 +6386,7 @@
|
|
6000
6386
|
},
|
6001
6387
|
"errorCode": 0,
|
6002
6388
|
"attempts": 1,
|
6003
|
-
"certChainId": "
|
6389
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
6004
6390
|
"protocolId": 771,
|
6005
6391
|
"suiteId": 49195,
|
6006
6392
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -6022,7 +6408,7 @@
|
|
6022
6408
|
},
|
6023
6409
|
"errorCode": 0,
|
6024
6410
|
"attempts": 1,
|
6025
|
-
"certChainId": "
|
6411
|
+
"certChainId": "296c8ac90ccfafb50f0e6be92beb693dd13a9c7bf3a1b9024b6d0a7062744ed4",
|
6026
6412
|
"protocolId": 771,
|
6027
6413
|
"suiteId": 49195,
|
6028
6414
|
"suiteName": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256",
|
@@ -6042,6 +6428,7 @@
|
|
6042
6428
|
"openSslCcs": 1,
|
6043
6429
|
"openSSLLuckyMinus20": 1,
|
6044
6430
|
"ticketbleed": 1,
|
6431
|
+
"bleichenbacher": 1,
|
6045
6432
|
"poodle": false,
|
6046
6433
|
"poodleTls": 1,
|
6047
6434
|
"fallbackScsv": true,
|
@@ -6049,6 +6436,7 @@
|
|
6049
6436
|
"hasSct": 4,
|
6050
6437
|
"ecdhParameterReuse": false,
|
6051
6438
|
"logjam": false,
|
6439
|
+
"chaCha20Preference": true,
|
6052
6440
|
"hstsPolicy": {
|
6053
6441
|
"LONG_MAX_AGE": 15552000,
|
6054
6442
|
"header": "max-age=15552000; preload",
|
@@ -6065,25 +6453,25 @@
|
|
6065
6453
|
"source": "Chrome",
|
6066
6454
|
"hostname": "adamcaudill.com",
|
6067
6455
|
"status": "absent",
|
6068
|
-
"sourceTime":
|
6456
|
+
"sourceTime": 1514339280869
|
6069
6457
|
},
|
6070
6458
|
{
|
6071
6459
|
"source": "Edge",
|
6072
6460
|
"hostname": "adamcaudill.com",
|
6073
6461
|
"status": "absent",
|
6074
|
-
"sourceTime":
|
6462
|
+
"sourceTime": 1514339282189
|
6075
6463
|
},
|
6076
6464
|
{
|
6077
6465
|
"source": "Firefox",
|
6078
6466
|
"hostname": "adamcaudill.com",
|
6079
6467
|
"status": "absent",
|
6080
|
-
"sourceTime":
|
6468
|
+
"sourceTime": 1514339282189
|
6081
6469
|
},
|
6082
6470
|
{
|
6083
6471
|
"source": "IE",
|
6084
6472
|
"hostname": "adamcaudill.com",
|
6085
6473
|
"status": "absent",
|
6086
|
-
"sourceTime":
|
6474
|
+
"sourceTime": 1514339282189
|
6087
6475
|
}
|
6088
6476
|
],
|
6089
6477
|
"hpkpPolicy": {
|
@@ -6118,27 +6506,27 @@
|
|
6118
6506
|
],
|
6119
6507
|
"responseLine": "HTTP/1.1 200 OK",
|
6120
6508
|
"responseHeadersRaw": [
|
6121
|
-
"Date:
|
6509
|
+
"Date: Wed, 27 Dec 2017 02:01:33 GMT",
|
6122
6510
|
"Content-Type: text/html; charset=UTF-8",
|
6123
6511
|
"Transfer-Encoding: chunked",
|
6124
6512
|
"Connection: close",
|
6125
|
-
"Set-Cookie: __cfduid=
|
6513
|
+
"Set-Cookie: __cfduid=d8bff5f3b261da84c3a19610d5259ec3d1514340093; expires=Thu, 27-Dec-18 02:01:33 GMT; path=/; domain=.adamcaudill.com; HttpOnly; Secure",
|
6126
6514
|
"Vary: Accept-Encoding,Cookie",
|
6127
|
-
"Last-Modified:
|
6515
|
+
"Last-Modified: Tue, 31 Oct 2017 15:22:40 GMT",
|
6128
6516
|
"X-Content-Type-Options: nosniff",
|
6129
6517
|
"X-Frame-Options: sameorigin",
|
6130
6518
|
"Pragma: public",
|
6131
6519
|
"Cache-Control: public, max-age=86400",
|
6132
6520
|
"CF-Cache-Status: HIT",
|
6133
|
-
"Expires:
|
6521
|
+
"Expires: Thu, 28 Dec 2017 02:01:33 GMT",
|
6134
6522
|
"Strict-Transport-Security: max-age=15552000; preload",
|
6135
|
-
"Server: cloudflare
|
6136
|
-
"CF-RAY:
|
6523
|
+
"Server: cloudflare",
|
6524
|
+
"CF-RAY: 3d38b1517f001e83-SJC"
|
6137
6525
|
],
|
6138
6526
|
"responseHeaders": [
|
6139
6527
|
{
|
6140
6528
|
"name": "Date",
|
6141
|
-
"value": "
|
6529
|
+
"value": "Wed, 27 Dec 2017 02:01:33 GMT"
|
6142
6530
|
},
|
6143
6531
|
{
|
6144
6532
|
"name": "Content-Type",
|
@@ -6154,7 +6542,7 @@
|
|
6154
6542
|
},
|
6155
6543
|
{
|
6156
6544
|
"name": "Set-Cookie",
|
6157
|
-
"value": "__cfduid=
|
6545
|
+
"value": "__cfduid=d8bff5f3b261da84c3a19610d5259ec3d1514340093; expires=Thu, 27-Dec-18 02:01:33 GMT; path=/; domain=.adamcaudill.com; HttpOnly; Secure"
|
6158
6546
|
},
|
6159
6547
|
{
|
6160
6548
|
"name": "Vary",
|
@@ -6162,7 +6550,7 @@
|
|
6162
6550
|
},
|
6163
6551
|
{
|
6164
6552
|
"name": "Last-Modified",
|
6165
|
-
"value": "
|
6553
|
+
"value": "Tue, 31 Oct 2017 15:22:40 GMT"
|
6166
6554
|
},
|
6167
6555
|
{
|
6168
6556
|
"name": "X-Content-Type-Options",
|
@@ -6186,7 +6574,7 @@
|
|
6186
6574
|
},
|
6187
6575
|
{
|
6188
6576
|
"name": "Expires",
|
6189
|
-
"value": "
|
6577
|
+
"value": "Thu, 28 Dec 2017 02:01:33 GMT"
|
6190
6578
|
},
|
6191
6579
|
{
|
6192
6580
|
"name": "Strict-Transport-Security",
|
@@ -6194,11 +6582,11 @@
|
|
6194
6582
|
},
|
6195
6583
|
{
|
6196
6584
|
"name": "Server",
|
6197
|
-
"value": "cloudflare
|
6585
|
+
"value": "cloudflare"
|
6198
6586
|
},
|
6199
6587
|
{
|
6200
6588
|
"name": "CF-RAY",
|
6201
|
-
"value": "
|
6589
|
+
"value": "3d38b1517f001e83-SJC"
|
6202
6590
|
}
|
6203
6591
|
],
|
6204
6592
|
"fragileServer": false
|
@@ -6212,9 +6600,9 @@
|
|
6212
6600
|
],
|
6213
6601
|
"certs": [
|
6214
6602
|
{
|
6215
|
-
"id": "
|
6603
|
+
"id": "157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
6216
6604
|
"subject": "CN=sni67677.cloudflaressl.com, OU=PositiveSSL Multi-Domain, OU=Domain Control Validated",
|
6217
|
-
"serialNumber": "
|
6605
|
+
"serialNumber": "00cd0c6d1cf34bf12884d2828b71cfea1a",
|
6218
6606
|
"commonNames": [
|
6219
6607
|
"sni67677.cloudflaressl.com"
|
6220
6608
|
],
|
@@ -6227,6 +6615,7 @@
|
|
6227
6615
|
"*.codesign.asia",
|
6228
6616
|
"*.decayfull.club",
|
6229
6617
|
"*.drperihanpercinel.com",
|
6618
|
+
"*.enchantedforestsanctuary.org",
|
6230
6619
|
"*.freeproxyonline.net",
|
6231
6620
|
"*.jesuspotterharrychrist.com",
|
6232
6621
|
"*.kamrar.pl",
|
@@ -6254,6 +6643,7 @@
|
|
6254
6643
|
"codesign.asia",
|
6255
6644
|
"decayfull.club",
|
6256
6645
|
"drperihanpercinel.com",
|
6646
|
+
"enchantedforestsanctuary.org",
|
6257
6647
|
"freeproxyonline.net",
|
6258
6648
|
"jesuspotterharrychrist.com",
|
6259
6649
|
"kamrar.pl",
|
@@ -6275,8 +6665,8 @@
|
|
6275
6665
|
"uykulukuytu.com",
|
6276
6666
|
"vanstardental.com"
|
6277
6667
|
],
|
6278
|
-
"notBefore":
|
6279
|
-
"notAfter":
|
6668
|
+
"notBefore": 1511136000000,
|
6669
|
+
"notAfter": 1527638399000,
|
6280
6670
|
"issuerSubject": "CN=COMODO ECC Domain Validation Secure Server CA 2, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB",
|
6281
6671
|
"sigAlg": "SHA256withECDSA",
|
6282
6672
|
"revocationInfo": 3,
|
@@ -6300,12 +6690,27 @@
|
|
6300
6690
|
},
|
6301
6691
|
{
|
6302
6692
|
"tag": "issue",
|
6303
|
-
"value": "
|
6693
|
+
"value": "digicert.com",
|
6304
6694
|
"flags": 0
|
6305
6695
|
},
|
6306
6696
|
{
|
6307
6697
|
"tag": "issue",
|
6308
|
-
"value": "
|
6698
|
+
"value": "globalsign.com",
|
6699
|
+
"flags": 0
|
6700
|
+
},
|
6701
|
+
{
|
6702
|
+
"tag": "issuewild",
|
6703
|
+
"value": "comodoca.com",
|
6704
|
+
"flags": 0
|
6705
|
+
},
|
6706
|
+
{
|
6707
|
+
"tag": "issuewild",
|
6708
|
+
"value": "digicert.com",
|
6709
|
+
"flags": 0
|
6710
|
+
},
|
6711
|
+
{
|
6712
|
+
"tag": "issuewild",
|
6713
|
+
"value": "globalsign.com",
|
6309
6714
|
"flags": 0
|
6310
6715
|
},
|
6311
6716
|
{
|
@@ -6315,7 +6720,7 @@
|
|
6315
6720
|
},
|
6316
6721
|
{
|
6317
6722
|
"tag": "issue",
|
6318
|
-
"value": "
|
6723
|
+
"value": "letsencrypt.org",
|
6319
6724
|
"flags": 0
|
6320
6725
|
}
|
6321
6726
|
]
|
@@ -6325,13 +6730,13 @@
|
|
6325
6730
|
"validationType": "D",
|
6326
6731
|
"issues": 0,
|
6327
6732
|
"sct": false,
|
6328
|
-
"sha1Hash": "
|
6329
|
-
"sha256Hash": "
|
6733
|
+
"sha1Hash": "f8e97bb63947f7037127677f2a49d99e6a51fb2e",
|
6734
|
+
"sha256Hash": "157cc2e96983055193ee5adac768d956ebd01b18af8ce36dde57221de68e5dad",
|
6330
6735
|
"pinSha256": "57rEYK1YbbbByuaZ5vgPNLi9zpib3qoZhUQdecKk2DQ=",
|
6331
6736
|
"keyAlg": "EC",
|
6332
6737
|
"keySize": 256,
|
6333
6738
|
"keyStrength": 3072,
|
6334
|
-
"raw": "-----BEGIN CERTIFICATE-----\
|
6739
|
+
"raw": "-----BEGIN CERTIFICATE-----\nMIIIZDCCCAugAwIBAgIRAM0MbRzzS/EohNKCi3HP6howCgYIKoZIzj0EAwIwgZIxCzAJBgNVBAYT\r\nAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAOBgNVBAcTB1NhbGZvcmQxGjAYBgNV\r\nBAoTEUNPTU9ETyBDQSBMaW1pdGVkMTgwNgYDVQQDEy9DT01PRE8gRUNDIERvbWFpbiBWYWxpZGF0\r\naW9uIFNlY3VyZSBTZXJ2ZXIgQ0EgMjAeFw0xNzExMjAwMDAwMDBaFw0xODA1MjkyMzU5NTlaMGsx\r\nITAfBgNVBAsTGERvbWFpbiBDb250cm9sIFZhbGlkYXRlZDEhMB8GA1UECxMYUG9zaXRpdmVTU0wg\r\nTXVsdGktRG9tYWluMSMwIQYDVQQDExpzbmk2NzY3Ny5jbG91ZGZsYXJlc3NsLmNvbTBZMBMGByqG\r\nSM49AgEGCCqGSM49AwEHA0IABKyK2+uD5RWTLts1qc+GSpd9Lj3yNSSC+Fo5XDRqq4LmKBjErZYV\r\nlYZFkkwHwcazj5uB0dwBdgG1DTaZajjrba2jggZmMIIGYjAfBgNVHSMEGDAWgBRACWFn8LyDcU/e\r\nEggsb9TUK3Y9ljAdBgNVHQ4EFgQU0PjWgja1XKwtmo572dXmmTi2jP4wDgYDVR0PAQH/BAQDAgeA\r\nMAwGA1UdEwEB/wQCMAAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCME8GA1UdIARIMEYw\r\nOgYLKwYBBAGyMQECAgcwKzApBggrBgEFBQcCARYdaHR0cHM6Ly9zZWN1cmUuY29tb2RvLmNvbS9D\r\nUFMwCAYGZ4EMAQIBMFYGA1UdHwRPME0wS6BJoEeGRWh0dHA6Ly9jcmwuY29tb2RvY2E0LmNvbS9D\r\nT01PRE9FQ0NEb21haW5WYWxpZGF0aW9uU2VjdXJlU2VydmVyQ0EyLmNybDCBiAYIKwYBBQUHAQEE\r\nfDB6MFEGCCsGAQUFBzAChkVodHRwOi8vY3J0LmNvbW9kb2NhNC5jb20vQ09NT0RPRUNDRG9tYWlu\r\nVmFsaWRhdGlvblNlY3VyZVNlcnZlckNBMi5jcnQwJQYIKwYBBQUHMAGGGWh0dHA6Ly9vY3NwLmNv\r\nbW9kb2NhNC5jb20wggStBgNVHREEggSkMIIEoIIac25pNjc2NzcuY2xvdWRmbGFyZXNzbC5jb22C\r\nESouYWRhbWNhdWRpbGwuY29tggwqLmFwcG1hcHAuaW6CDyouYmVlY29sb2d5Lm9yZ4IVKi5ic2lk\r\nZXNrbm94dmlsbGUuY29tgg8qLmNvZGVzaWduLmFzaWGCECouZGVjYXlmdWxsLmNsdWKCFyouZHJw\r\nZXJpaGFucGVyY2luZWwuY29tgh4qLmVuY2hhbnRlZGZvcmVzdHNhbmN0dWFyeS5vcmeCFSouZnJl\r\nZXByb3h5b25saW5lLm5ldIIcKi5qZXN1c3BvdHRlcmhhcnJ5Y2hyaXN0LmNvbYILKi5rYW1yYXIu\r\ncGyCEyoubWFzc2ltb3Ryb2lzaS5uZXSCGCoubWVsb2R5Z3Vlc3Rob3VzZS5jby56YYIZKi5taWxp\r\ndGFyeS1hcnRpY2xlcy1sdS5nYYIUKi5tb2xpbmVwb2RpYXRyeS5jb22CEioub2ZmdGhlc2hlbGYu\r\naW5mb4ITKi5wYW9sb3N0aXZhbmluLmNvbYILKi5wb2xuYXMuZXWCEioucHJveHlzaXRlY29tLm5l\r\ndIIcKi5xdWlyb3ByYWN0aWNvZHJqYW1lc2RmLmNvbYIZKi5zZWdoZXJzZmFtaWx5ZGVudGFsLmNv\r\nbYIcKi5zaGFkZWxhbmRzY2hpcm9wcmFjdGljLmNvbYIQKi5zb25nZGVudGFsLmNvbYIOKi50c3ly\r\na2xldmkuY2iCESoudHN5cmtsZXZpY2gubmV0ghcqLnVuZGVyaGFuZGVkY3J5cHRvLmNvbYIRKi51\r\neWt1bHVrdXl0dS5jb22CEyoudmFuc3RhcmRlbnRhbC5jb22CD2FkYW1jYXVkaWxsLmNvbYIKYXBw\r\nbWFwcC5pboINYmVlY29sb2d5Lm9yZ4ITYnNpZGVza25veHZpbGxlLmNvbYINY29kZXNpZ24uYXNp\r\nYYIOZGVjYXlmdWxsLmNsdWKCFWRycGVyaWhhbnBlcmNpbmVsLmNvbYIcZW5jaGFudGVkZm9yZXN0\r\nc2FuY3R1YXJ5Lm9yZ4ITZnJlZXByb3h5b25saW5lLm5ldIIaamVzdXNwb3R0ZXJoYXJyeWNocmlz\r\ndC5jb22CCWthbXJhci5wbIIRbWFzc2ltb3Ryb2lzaS5uZXSCFm1lbG9keWd1ZXN0aG91c2UuY28u\r\nemGCF21pbGl0YXJ5LWFydGljbGVzLWx1LmdhghJtb2xpbmVwb2RpYXRyeS5jb22CEG9mZnRoZXNo\r\nZWxmLmluZm+CEXBhb2xvc3RpdmFuaW4uY29tgglwb2xuYXMuZXWCEHByb3h5c2l0ZWNvbS5uZXSC\r\nGnF1aXJvcHJhY3RpY29kcmphbWVzZGYuY29tghdzZWdoZXJzZmFtaWx5ZGVudGFsLmNvbYIac2hh\r\nZGVsYW5kc2NoaXJvcHJhY3RpYy5jb22CDnNvbmdkZW50YWwuY29tggx0c3lya2xldmkuY2iCD3Rz\r\neXJrbGV2aWNoLm5ldIIVdW5kZXJoYW5kZWRjcnlwdG8uY29tgg91eWt1bHVrdXl0dS5jb22CEXZh\r\nbnN0YXJkZW50YWwuY29tMAoGCCqGSM49BAMCA0cAMEQCIAfDB9VdV+dQx0mdDEHrl7Tlg5jI+oJ/\r\ni3WCfujG0yrBAiAYRBzI/DavzJAhJrnYPimECnK9Fb1uaWlvzF4OL8bGpA==\r\n-----END CERTIFICATE-----\n"
|
6335
6740
|
},
|
6336
6741
|
{
|
6337
6742
|
"id": "cd6c108a0e641f2ca122aaa6d03f826759cae7c6f800eabf76dc48b67cd083ce",
|