donkeyKICK
Verified User
- Joined
- Jul 24, 2007
- Messages
- 389
I've been playing with SSL certificates, and noticed a problem I am having. If I enable SSL on my DA server and set the hostname to server.example.com, then all emails going out from my server include a link to https://server.example.com:2222/stuff... That's great and I create a certificate with Common Name of server.example.com. Cool.
Now, the redirect when I type www.example.com/config goes to https://IP_ADDRESS:2222/ and thus the cert doesn't work. So, either I change my Server's Hostname to the IP address, or I do a redirect to the hostname in directadmin.conf (ssl_redirect_host=server.example.com).
Seems like the default should work, so what am I doing wrong?
Now, the redirect when I type www.example.com/config goes to https://IP_ADDRESS:2222/ and thus the cert doesn't work. So, either I change my Server's Hostname to the IP address, or I do a redirect to the hostname in directadmin.conf (ssl_redirect_host=server.example.com).
Seems like the default should work, so what am I doing wrong?