質問編集履歴

4

実行コードが抜けていたためcertbotのインストールコードを追記しました。

2019/03/31 06:09

投稿

koume
koume

スコア458

test CHANGED
File without changes
test CHANGED
@@ -14,6 +14,8 @@
14
14
 
15
15
  # yum install mod_ssl
16
16
 
17
+ # yum install certbot python2-certbot-apache
18
+
17
19
  #ファイアウォールの設定
18
20
 
19
21
  # firewall-cmd --add-service=https --zone=public --permanent

3

対応策らしきものを見つけましたがなにをすればいいのかわかりません。

2019/03/31 06:09

投稿

koume
koume

スコア458

test CHANGED
File without changes
test CHANGED
@@ -211,3 +211,13 @@
211
211
  All resources on this page are served securely.
212
212
 
213
213
  ```
214
+
215
+ 追記 上の「View certificate」をクリックすると以下の表示が出ました。
216
+
217
+ ```ここに言語を入力
218
+
219
+ このCAルート証明書は信頼されていません。信頼を有効にするにはこの証明書を信頼されたルート証明書機関のストアにインストールしてください。
220
+
221
+ ```
222
+
223
+ なにをすればいいのか教えていただけないでしょうか?

2

エラー内容を追記しました。

2019/03/31 05:58

投稿

koume
koume

スコア458

test CHANGED
File without changes
test CHANGED
@@ -173,3 +173,41 @@
173
173
  ```
174
174
 
175
175
  https://www.panda.com でアクセスしても接続出来ないのですが、原因と対策方法がわからないのでどなたかご教示お願いします。
176
+
177
+
178
+
179
+ デベロッパーツールに表示されるエラーを追記しました。
180
+
181
+ ```ここに言語を入力
182
+
183
+ This page is not secure (broken HTTPS).
184
+
185
+
186
+
187
+ Certificate - Subject Alternative Name missing
188
+
189
+ The certificate for this site does not contain a Subject Alternative Name extension containing a domain name or IP address.
190
+
191
+ View certificate
192
+
193
+
194
+
195
+ Certificate - missing
196
+
197
+ This site is missing a valid, trusted certificate (net::ERR_CERT_AUTHORITY_INVALID).
198
+
199
+ View certificate
200
+
201
+
202
+
203
+ Connection - secure connection settings
204
+
205
+ The connection to this site is encrypted and authenticated using TLS 1.2, ECDHE_RSA, and AES_128_GCM.
206
+
207
+
208
+
209
+ Resources - all served securely
210
+
211
+ All resources on this page are served securely.
212
+
213
+ ```

1

誤りを修正。

2019/03/31 05:43

投稿

koume
koume

スコア458

test CHANGED
File without changes
test CHANGED
@@ -44,7 +44,7 @@
44
44
 
45
45
  ```ここに言語を入力
46
46
 
47
- # ls -l /etc/letsencrypt/live/www.wonder-gate.com/
47
+ # ls -l /etc/letsencrypt/live/www.panda.com/
48
48
 
49
49
  total 4
50
50