During a demo of Microsoft Small Business Server 2003 to a client recently, I was demonstrating the Remote Web Workplace (RWW) and Outlook Web Access (OWA) features. These are always a great selling point to anyone who is considering a server solution.
Browsing to https://vpn.ourdomain.com/remote – Internet Explorer naturally flashed up a screen to say “The security certificate presented by this web-site was not issued by a trusted certificate authority” – which is, of course, a correct statement when your server is using a self-signed certificate (as my server was). I clicked Continue, as I always do, and was about to demonstrate the excellent features of RWW when the client asked the question
“Why did that error pop-up?”
My usual response is “It’s nothing to worry about” but it did get me thinking. We are always trying to educate users not to click through warnings, especially on web-sites, without questioning why those warnings are there. The fact my own SBS server gives these warnings isn’t a great demonstration of security! So how to avoid this error?
Asking around a few other SMB Consultants (the smaller outfits and still-learning SMB Consultants like myself, or “Riff Raff” as Vlad refers to us <grin>) on how they would tackle this issue gleaned a variety of answers, none of which were altogether conclusive. So here’s my attempt at explaining how to use SSL certificates with SBS 2003!
First, a crash-course in Trusted Certificates as they are used within SBS 2003. When you visit a secure (https) web-site, your web browser (in this case Internet Explorer) checks the certificate it is presented with by that web-site against a list of Certificate Authorities (CA) it know’s it can trust. Authorities such as Geotrust, Globalsign and Verisign. These are known as “Root Authorities” and are regularly updated by Microsoft.
So when you receive the error “The security certificate presented by this web-site was not issued by a trusted certificate authority” it simply means Internet Explorer cannot verify the certificate it has been presented by the web-site you are visiting as being created by a CA it can trust.
So the simple solution to this problem is – get yourself a Certificate created by a CA that IS trusted by Internet Explorer! Unfortunately, most of the big CA’s charge a small fortune (£100+/year) for such Certificates. For a SMB Consultant rolling out a dozen or more new SBS 2003 solutions per year, that’s going to be a nasty additional cost.
Is there a cheaper alternative? Yes! Get yourself over to www.godaddy.com and buy one of their Turbo SSL Certificates at $34 (about £17) per year. Use the discount code “dl.tv” “YESSSL” for another 10% off a large discount. GoDaddy SSL Certificates are created by ValiCert who are a Trusted Root Authority.
Before you begin to create a new SSL certificate from GoDaddy, you need to do two things
- Decide the sites Common Name (i.e. vpn.joebloggs.com) – this is the address that users who are typing in https://<yourcommonname>/rww will use and the address your certificate will become bound to.
- Make sure that the Administrative Contact for that domain (i.e. joebloggs.com) has a proper e-mail address that you can access. GoDaddy will send confirmations to this address and you’ll need to respond to it to proceed. You can usually check this information through a WHOIS lookup, or by contacting the ISP you registered the domain with.
When you go through the process of creating your GoDaddy SSL certificate, you’ll be asked to provide a Certificate Signing Request (CSR). This is a chunk of text that tells the SSL provider what to generate within the new Certificate. To create a CSR from your SBS 2003 server:-
- On your SBS 2003 server, open Server Management.
- Open Advanced Management > Internet Information Services > [your server] > Web-Sites > Default Web-Site.
- Right-Click Default Web-Site and select Properties.
- Open the Directory Security Tab and select Server Certificate
- Click Next and select “Remove the Current Certificate”. Follow the prompts to remove the certificate.

- Go back into the Server Certificate option and select “Create a New Certificate”
- Select “Prepare the Request Now, but send it later” and click Next.
- Enter your Organization name (your Company name) and Organizational Unit. Make sure this is accurate as however unlikely, you may be quizzed on this by the CA later!
- Enter the sites common name. It’s very important you get this right! This entry would be your sites externally accessible name (i.e. vpn.joebloggs.com – without the http) and not your servers internal name! Choose carefully here, as if you change your sites name in the future, the certificate you have bought may not work with it post-name change!
- Click Next and Fill in the required Geographic Information as required.
- Finally, save the request to a file in a location of your choice.
Once the CSR is created, you can open the file within Notepad and copy the information to your clipboard – ready to paste into GoDaddy’s Certificate Generation screen.
GoDaddy will send you a variety of e-mails including an important one to the Administrative contact of the domain you are using. You’ll need to reply to this e-mail to confirm you are the owner of this domain, to enable the Certifcate request to proceed.
Within a few minutes and a few e-mail responses, you should be able to download your new SSL certificate from GoDaddy’s web-site! Save this to your server.
Now we have the certificate, we will need to apply it to your server:-
- Open the Server Management console.
- Click Internet and E-mail.
- Click Connect to the Internet. The Configure E-mail and Internet Connection Wizard starts.
- On the Welcome page, click Next.
- On the Connection Type page, click Do not change connection type, and then click Next.
- On the Firewall page, click Do not change firewall configuration, and then click Next.
- On the Web Server Certificate page, click Use a Web server certificate from a trusted authority, click Browse.
- You’ll see the type of certificates SBS is looking for are .cer and your GoDaddy certificate may be named something different. In my case, I changed the drop-down list to search for “All Files” and the certificate worked anyway! You may need to use Internet Explorer to import the GoDaddy Certificate and then export it as a .cer file – but try it and see!

- Navigate to and double-click the certificate file provided by GoDaddy, and then click Next.
- On the Internet E-mail page, click Do not change Internet e-mail configuration, and then click Next.
- On the Completing the Configure E-mail and Internet Connection Wizard page, click Finish.
Hopefully we’re all done!
Open Internet Explorer and browse to the external address – i.e. https://vpn.joebloggs.com/remote and with any luck you shouldn’t get any sort of Internet Explorer Certificate warning, and you’ll be good to go! If you’re an SMB Consultant, next time you demo SBS 2003 to a client you won’t have to gloss over any of those error messages!
One thing to remember is that this Certificate verifies the identity of the server externally. If you accessed the server internally – i.e. https://yourserver/remote – you’d still get a warning message that the Certificate doesn’t match the actual server name.
There is a way around this, using a Certificate option known as “Subject Alternative Naming” (SAN). Using this option you can give your Certificate both an internal and external address to use. The catch? Price – you’ll usually find these types of servers are much more expensive.
If you’re still interested in using SAN - go take a look at the options at Globalsign. The company comes highly recommended – it’s owned by my Cousin Steven and he kindly helped me research the various options!
Another upside of using a 3rd Party Certificate is that if you own a Windows Mobile device with an “always on” Internet connection, you can set it to synchronise with your Exchange Server and also push e-mails from Exchange directly to your device. I’ll document how I set that up next time!
I hope you find the above information useful and it saves you some time drawing together the various snippets of information you’ll find elsewhere on the ‘net. If you’ve got anything to add or any corrections for me, do leave a comment!
Richard Tubb is an Independent Consultant who works with IT companies to help them feel in control and grow their businesses. He is also a Microsoft UK Small Business Specialist Partner Area Lead (PAL). You can e-mail him at richard@tubblog.co.uk or connect with him via Twitter and LinkedIn.
Lowson Ward report
Subscribe by email






