I am trying to get a proper commercial certificate installed on my server.
Before I spend the money, there is a concern I have.
As a trial I got a free cert from startssl, followed example in wiki and all appeared good.
However I'm concerned re the difference between server name (myserver.mydomain.ca) and ssl cert (mydomain.ca).
For free cert Startssl allows only domain name (mydomain.com) not myserver.mydomain.com and one subdomain, e.g. mail.mydomain.com.
When I installted as per wiki, https access error messages stopped. I also was able to configure for mail and stop those access error messages. However with only one subdomain it was an "either or" proposition.
http://forums.contribs.org/index.php/topic,47845.0.html
However, when I did this command the result is not encouraging.
echo GET | openssl s_client -connect server.tld:443
gethostbyname failure
connect:errno=0
I've googled re error but could not find anything that was useful to me.
Is there a reason to be concerned?
thx in advance.