SSL certificate

m4ri00sh

Verified User
Joined
May 20, 2007
Messages
206
I Installed DA and created my SSL Certificate, so .... it works, and I can login to https://mydomain.com:2222 and I can see that my SSL certificate kicks in.....
But when I click the icons for Webmail: Squirrelmail or UebiMiau I get the pop up asking me to accept the snailoil.dom certificate.....

(httpd service was restarted so it is not the problem).... any ideas ...
the "mydomain.com" is my main domain on the server....

:confused:
 
The instructions you followed set up the Certificate for use with the DirectAdmin daemon, which answers on your IP# on port 2222.

You still have to install a Certificate for use with the Apache daemon on port 443.

There should be instructions somewhere on these forums.

Jeff
 
ok Thank you for info...
directadmin's certificate is not used by Apache...

upsss

Any good practices in that case?

I am about to use the same certificate for apache ... hmmm ??:confused:
 
We use the same certificate when we set up servers.

We don't even install it again; we simply edit the configuration file to point to the same files.

Jeff
 
We use the same certificate when we set up servers.

We don't even install it again; we simply edit the configuration file to point to the same files.

Jeff

Can you actually post here what you change and how you point ... for future reference ...
 
You can edit /httpd/conf/httpd.conf to point to the cert and key you created when you set up directadmin.

Jeff
 
Ok, I did and it works :)

but what got me there was and i did not notice that i modified under
<VirtualHost _default_:443>
the SSLCertificateFile and SSLCertificateKeyFile to point to the .PEMs I found in directadmin/conf folder...and that was not what i should change ..... ooops:rolleyes:

What I should change was under my
<VirtualHost myip:443> section :D ohhh welll it works....

but still what i don't like, and maybe someone knows how I can do this ....
when I point to http://mydomain.com:2222 it transfers to https://myip.com:2222. I think it should go right to https://mydomain.com:2222.....
 
If you noticed, I started that thread ;).

I looked for it for a half-hour before I responded to this thread for you. And I couldn't find it. :( .

Jeff
 
Back
Top