質問編集履歴
2
結果その2
test
CHANGED
File without changes
|
test
CHANGED
@@ -55,3 +55,79 @@
|
|
55
55
|
|
56
56
|
|
57
57
|
エラーもなく進めたので、どこをどのようにチェック確認したらいいかわからず困っています。皆様どうぞよろしくお願いいたします。
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
アップデート(ssllabs.comの結果です)
|
62
|
+
|
63
|
+
|
64
|
+
|
65
|
+
Certificate #1: RSA 2048 bits (SHA256withRSA)
|
66
|
+
|
67
|
+
Server Key and Certificate #1
|
68
|
+
|
69
|
+
Subject www.xxx.tech
|
70
|
+
|
71
|
+
Fingerprint SHA256: 2f991ada65e26d5bf9a7d8f4e6ed929f7dd0624fe90a455897205be7edd4b087
|
72
|
+
|
73
|
+
Pin SHA256: BoaIQ3jPKaMtYcOUUKzH4A6tuUWGkEN7wdoSS8BPoUY=
|
74
|
+
|
75
|
+
Common names www.xxx.tech
|
76
|
+
|
77
|
+
Alternative names www.xxx.tech MISMATCH
|
78
|
+
|
79
|
+
Serial Number 037e395e1d0831abdc96c7e419171bf908a3
|
80
|
+
|
81
|
+
Valid from Thu, 29 Apr 2021 07:50:12 UTC
|
82
|
+
|
83
|
+
Valid until Wed, 28 Jul 2021 07:50:12 UTC (expires in 2 months and 28 days)
|
84
|
+
|
85
|
+
Key RSA 2048 bits (e 65537)
|
86
|
+
|
87
|
+
Weak key (Debian) No
|
88
|
+
|
89
|
+
Issuer R3
|
90
|
+
|
91
|
+
AIA: http://r3.i.lencr.org/
|
92
|
+
|
93
|
+
Signature algorithm SHA256withRSA
|
94
|
+
|
95
|
+
Extended Validation No
|
96
|
+
|
97
|
+
Revocation information OCSP
|
98
|
+
|
99
|
+
OCSP: http://r3.o.lencr.org
|
100
|
+
|
101
|
+
Revocation status Good (not revoked)
|
102
|
+
|
103
|
+
DNS CAA No (more info)
|
104
|
+
|
105
|
+
Trusted No NOT TRUSTED (Why?)
|
106
|
+
|
107
|
+
Mozilla Apple Android Java Windows
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
Additional Certificates (if supplied)
|
114
|
+
|
115
|
+
Certificates provided 2 (2451 bytes)
|
116
|
+
|
117
|
+
Chain issues None
|
118
|
+
|
119
|
+
#2
|
120
|
+
|
121
|
+
Subject R3
|
122
|
+
|
123
|
+
Fingerprint SHA256: 730c1bdcd85f57ce5dc0bba733e5f1ba5a925b2a771d640a26f7a454224dad3b
|
124
|
+
|
125
|
+
Pin SHA256: jQJTbIh0grw0/1TkHSumWb+Fs0Ggogr621gT3PvPKG0=
|
126
|
+
|
127
|
+
Valid until Wed, 29 Sep 2021 19:21:40 UTC (expires in 5 months)
|
128
|
+
|
129
|
+
Key RSA 2048 bits (e 65537)
|
130
|
+
|
131
|
+
Issuer DST Root CA X3
|
132
|
+
|
133
|
+
Signature algorithm SHA256withRSA
|
1
加筆
test
CHANGED
File without changes
|
test
CHANGED
@@ -7,6 +7,30 @@
|
|
7
7
|
サーバー証明書取得やその設定もエラーメッセージなどなくできたのですが、
|
8
8
|
|
9
9
|
いざhttpsでアクセスをするとセキュリティの警告が表示されます。
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
Warning: Potential Security Risk Ahead
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
Waterfox detected a potential security threat and did not continue to xxxx.tech. If you visit this site, attackers could try to steal information like your passwords, emails, or credit card details.
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
What can you do about it?
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
The issue is most likely with the website, and there is nothing you can do to resolve it. You can notify the website’s administrator about the problem.
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
Websites prove their identity via certificates. Waterfox does not trust this site because it uses a certificate that is not valid for xxxx.tech. The certificate is only valid for www.xxxx.tech.
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
Error code: SSL_ERROR_BAD_CERT_DOMAIN
|
10
34
|
|
11
35
|
|
12
36
|
|