Page 1 of 1

directory index for https

Posted: Sat Nov 22, 2014 4:34 pm
by bigjohn322
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:

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"
How can I make the root url redirect to index.html automatically when using SSL?

Thanks for your help!

Re: directory index for https

Posted: Sat Nov 22, 2014 5:22 pm
by Milka

Re: directory index for https

Posted: Sat Nov 22, 2014 5:24 pm
by bigjohn322
Thanks, but that thread does not address my question.

Re: directory index for https

Posted: Sun Nov 30, 2014 5:37 pm
by bigjohn322
Does anyone else have a possible solution to this problem?