directory index for https
-
- Posts: 10
- Joined: Mon Feb 24, 2014 10:37 pm
directory index for https
I have enabled SSL for my domain and set the SSL Home to public_html.
Accessing my site via http: at my domain automatically brings up the index.html page as it should. Accessing via https works fine if I go directly to https://MyServerDomain.com/index.html but if I just put in the root domain like https://MyServerDomain.com without specifying index.html, it will return a 500 error. Looks like at least one other user has experienced this before:
viewtopic.php?f=11&t=4507&start=10#p10807
Here is the error from my log:
How can I make the root url redirect to index.html automatically when using SSL?
Thanks for your help!
Accessing my site via http: at my domain automatically brings up the index.html page as it should. Accessing via https works fine if I go directly to https://MyServerDomain.com/index.html but if I just put in the root domain like https://MyServerDomain.com without specifying index.html, it will return a 500 error. Looks like at least one other user has experienced this before:
viewtopic.php?f=11&t=4507&start=10#p10807
Here is the error from my log:
Code: Select all
[ssl:error] [pid 18609] [client <MyServerIP>:59099] AH02261: Re-negotiation handshake failed: Not accepted by client!?
[error] 21862#0: *1146 upstream prematurely closed connection while reading response header from upstream, client: <MyClientIP>, server: MyServerDomain.com, request: "GET / HTTP/1.1", upstream: "https://<MyServerIP>:8443/", host: "MyServerDomain.com"
Thanks for your help!
-
- Posts: 10
- Joined: Mon Feb 24, 2014 10:37 pm
Re: directory index for https
Thanks, but that thread does not address my question.Milka wrote:viewtopic.php?f=11&t=6184
-
- Posts: 10
- Joined: Mon Feb 24, 2014 10:37 pm
Re: directory index for https
Does anyone else have a possible solution to this problem?