質問編集履歴
2
状況を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -53,6 +53,9 @@
|
|
53
53
|
プロキシを通さずに(グローバルから)アクセスすると192.168.1.x上のサーバが正しく応答します.
|
54
54
|
したがって(名前ベースの)VirtualHost自体は正しく動作していると推測しています.
|
55
55
|
|
56
|
+
プロキシを通しても通さなくても,
|
57
|
+
hoge.mydns.jpのほうは正しく表示されます.
|
58
|
+
|
56
59
|
[http://www.playstudy.net/blog/develop/php_ssl_socket.html](http://www.playstudy.net/blog/develop/php_ssl_socket.html)
|
57
60
|
このあたりの話なのだろう,,,とエラーmmsgでググってわかったのですが,当該プロキシはいじれませんし,
|
58
61
|
Apacheの設定等で何とかなるものなのかどうかの判別がつきません.
|
1
エラーメッセージの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -37,6 +37,15 @@
|
|
37
37
|
[Fri Dec 21 01:58:41.841420 2018] [ssl:error] [pid 15134] AH02032:hostname FUGA.HOGE.mydns.jp provided via SNI and hostname XXX.XX.X.XXX provided via HTTP have no compatible SSL setup
|
38
38
|
```
|
39
39
|
|
40
|
+
ブラウザに表示されるエラーは以下です
|
41
|
+
```
|
42
|
+
Internal Server Error
|
43
|
+
The server encounted an internal error or misconfigration and was unable to complete your request.
|
44
|
+
Please contact the server administarator or [no address given] to inform them of the time this erro occured, and the actions you performed just before the error.
|
45
|
+
More information about this error may be available in the server error log.
|
46
|
+
```
|
47
|
+
|
48
|
+
|
40
49
|
プロキシ(施設のプロキシなので詳細は不明)を通してfuga.hoge.mydns.jpにアクセスすると
|
41
50
|
Internal Server Errorが発生し,アクセスできません.
|
42
51
|
|