ssl does not work

ja3

Verified User
Joined
Mar 28, 2004
Messages
51
At my server I visit https://domain.com/ and there is a screen to accept or not accept the ssl connection. But when I accept it there is just an 404 not found error and there should be a page. I tried it with different domains but there it also doesn't work?

Can somebody help me?

Thanks,
ja3
 
ja3 said:
At my server I visit https://domain.com/ and there is a screen to accept or not accept the ssl connection.
Presumably because you're using a shared cert that doesn't match the domain name, or because you're using a self-signed cert.

If either of the above are true, then so far, so good.
But when I accept it there is just an 404 not found error and there should be a page. I tried it with different domains but there it also doesn't work?
What page? Where did you upload a page? To what directory?[/quote]

Jeff
 
the page for the ssl is in the domains/domain.com/private_html folder.... but it doesn't display the index
 
What index?

What's the name of the page in the private_html folder?

What are the permissions?

What is the ownername of the file?

Jeff
 
I think it has something to do with a wrong domain in the certificate, if I create a certificate myself then the https works.
 
If the cert has a name mismatch, but you still accept it, it should still show the index.html file.

Jeff
 
how can I create a new shared certificate on my server? Somethimes I see the index.html now and sometimes just the 404 error.
 
Hello,

to create a shared certificate on your server, you'd create a certficate normally from the User Panel, but using an Admin account. When an Admin creates a certificate, it saves it as the shared server certificate.

John
 
Back
Top