![]() |
|
|
| Become a Columnist Microsoft Exchange Site Microsoft Support SiteMSDN Exchange Site | ||
|
|
SSL (Security Sockets Layer), can look quite daunting if you've never had to implement it before. Realistically it's quite simple. Some people only want SSL to allow users to change passwords, whilst others want to implement it to create a permanent secure connection. Here is a quick overview on how to implement it. Initially, the main component of SSL is the Security Certificate. This is where most people stop. Without getting in depth of setting up Certificate Servers etc, you can obtain a trial certificate from Verisign. Look for the link 'Free trial SSL ID' on their website www.verisign.com and follow the instructions on how to get your certificate. It's relatively straight forward, and IIS 5 provides you with plenty of easy to follow wizards. For starters though, I'll assume you have been sent a certificate.
You should already have been through this wizard before to create your certificate to send to the authority.
Now you have installed SSL on your server, but have not actually enabled it as such. You can test this out by browsing to you OWA using the https protocol - https://owaserver/exchange/<mailbox>. Most people wish to implement SSL, purely to enable users to change their passwords with OWA. We have installed SSL, but we cannot still change passwords. To do this we need to implement the IISADMPWD directory. Don't panic, it's most likely not showing under the Default Web Site. We need to create the Virtual Directory.
Users can now change their passwords via OWA. For the others that want to have the whole OWA connection protected by IIS read on.
Now clients can only access OWA using the https protocol, not http. The biggest problem here is, is that most probably your clients have been using OWA, and now you need to inform them of the change. A simpler method is to re-direct the original site to the new secure site. This is done quite simply by modifiying one of the actual error messages. Microsoft have explained this quite well, so to found out how to do this read this article :- How to force SSL encryption for an OWA2000 client.
|
Disclaimer: Your use of the information contained in these pages is at your sole risk. All information on these pages is provided "as is", without any warranty, whether express or implied, of its accuracy, completeness, fitness for a particular purpose, title or non-infringement, and none of the third-party products or information mentioned in the work are authored, recommended, supported or guaranteed by Stephen Bryant or Pro Exchange. OutlookExchange.Com, Stephen Bryant and Pro Exchange shall not be liable for any damages you may sustain by using this information, whether direct, indirect, special, incidental or consequential, even if it has been advised of the possibility of such damages.
Copyright Stephen Bryant 2008