Free/Busy Information in Outlook: Difference between revisions

No edit summary
No edit summary
Line 2: Line 2:




Note that this will silently fail if you are using https without a valid ssl certificate on the server. It should be possible to cause Outlook to trust the self-signed CA cert from the Zimbra server by importing it into Outlook
If you are using https without a valid ssl certificate ( commercial certificate ) on the server free/busy information will not get fetched you will get an error . It should be possible to cause Outlook to trust the self-signed CA cert from the Zimbra server by importing it into Outlook.


First you will have to obtain the self-signed certificate from the server. The certificate is in the form or PEM file which cannot be installed on the windows system so we need to convert the certificate file.


Importing of the certificate means the file that is generated after conversion, you have mailed me that file if you remember. I am again mentioning the steps for that please have a look.
For this you will have to follow the steps mentioned below:-


1. Log on to your server as root and go to the directory "/opt/zimbra/ssl/zimbra/ca"
1. Log on to your server as root and go to the directory "/opt/zimbra/ssl/zimbra/ca"
Line 13: Line 14:
     $ openssl x509 -in ca.pem -out cacert.der -outform DER ( as root )
     $ openssl x509 -in ca.pem -out cacert.der -outform DER ( as root )


3. This will generate a file called cacert.der in the same directory. Copy this file to the Outlook system where you are facing the issue and double click on the file.
This will generate a file called cacert.der in the same directory. Copy this file and store it on the windows system on which you want to import the certificate.


4. A popup will occur where you will see a button called "Install Certificate", click on the button and install the certificate, allow outlook to select the store path of certificate automatically.
Once this certificate is copied on the system you need to follow few steps so that the certificate is installed.  


5. A warring message will appear which you need to accept in accordance to allow access to the server to which the certificate belongs.
There are two different methods for Windows XP system and Windows Vista system.


6. Once the installation is done, restart that system. After reboot, open Outlook and check, you will be able to see the free/busy information.
<u>'''Method for Windows XP:-'''</u>
 
1. Double click on the file cacert.der.
 
2. A popup will occur where you will see a button called "Install Certificate", click on the button and install the certificate, allow outlook to select the store path of certificate automatically.
 
3. A warring message will appear which you need to accept in accordance to allow access to the server to which the certificate belongs.
 
4. Once the installation is done, restart that system. After reboot, open Outlook and check, you will be able to see the free/busy information.
 
 
<u>'''Method for Windows Vista:-'''</u>
 
1. Close Internet Explorer if it is open.
 
2. Enter the MMC command at the Run prompt. This will cause Windows to load an empty Microsoft Management Console.
 
3. If you receive a security warning, click the Continue button.
 
4. Select the Add / Remove Snap-In command from the console's File menu.
 
5. Choose the Certificate option from the list of available snap-ins, and then click the Add button.
 
6. Windows will display the Certificates snap-in page. Choose the Computer Account option, and click the Finish button.
 
7. Choose the Local Computer option from the following screen, and click Finish, then OK.
 
8. Now, navigate through the console tree to Certificates | Trusted Root Certification Authorities | Certificates.
 
9. Right-click on the Certificates container, and choose the All Tasks | Import commands from the resulting shortcut menus.
 
10. Windows will now launch the Certificate Import Wizard. Click the Next button to bypass the wizard's Welcome screen.
 
11. When prompted, enter the path and filename of the certificate that you want to import. If you don't know the filename off the top of your head, you can use the Browse button.
 
12. Click Next.
 
13. On the following screen, make sure that the Place All Certificates in the Following Store option is selected and that the Certificate Store field reads: Trusted Root Certification Authorities.
 
14. Click Next, then Finish.
 
15. You should see a message telling you that the certificate has been imported. Click OK to close this message. The certificate should now appear in the console's Certificates container.
 
16. Close the console.

Revision as of 09:54, 15 May 2009

Accessing Free/Busy information over SSL:

If you are using https without a valid ssl certificate ( commercial certificate ) on the server free/busy information will not get fetched you will get an error . It should be possible to cause Outlook to trust the self-signed CA cert from the Zimbra server by importing it into Outlook.

First you will have to obtain the self-signed certificate from the server. The certificate is in the form or PEM file which cannot be installed on the windows system so we need to convert the certificate file.

For this you will have to follow the steps mentioned below:-

1. Log on to your server as root and go to the directory "/opt/zimbra/ssl/zimbra/ca"

2. Run the command: -

    $ openssl x509 -in ca.pem -out cacert.der -outform DER ( as root )

This will generate a file called cacert.der in the same directory. Copy this file and store it on the windows system on which you want to import the certificate.

Once this certificate is copied on the system you need to follow few steps so that the certificate is installed.

There are two different methods for Windows XP system and Windows Vista system.

Method for Windows XP:-

1. Double click on the file cacert.der.

2. A popup will occur where you will see a button called "Install Certificate", click on the button and install the certificate, allow outlook to select the store path of certificate automatically.

3. A warring message will appear which you need to accept in accordance to allow access to the server to which the certificate belongs.

4. Once the installation is done, restart that system. After reboot, open Outlook and check, you will be able to see the free/busy information.


Method for Windows Vista:-

1. Close Internet Explorer if it is open.

2. Enter the MMC command at the Run prompt. This will cause Windows to load an empty Microsoft Management Console.

3. If you receive a security warning, click the Continue button.

4. Select the Add / Remove Snap-In command from the console's File menu.

5. Choose the Certificate option from the list of available snap-ins, and then click the Add button.

6. Windows will display the Certificates snap-in page. Choose the Computer Account option, and click the Finish button.

7. Choose the Local Computer option from the following screen, and click Finish, then OK.

8. Now, navigate through the console tree to Certificates | Trusted Root Certification Authorities | Certificates.

9. Right-click on the Certificates container, and choose the All Tasks | Import commands from the resulting shortcut menus.

10. Windows will now launch the Certificate Import Wizard. Click the Next button to bypass the wizard's Welcome screen.

11. When prompted, enter the path and filename of the certificate that you want to import. If you don't know the filename off the top of your head, you can use the Browse button.

12. Click Next.

13. On the following screen, make sure that the Place All Certificates in the Following Store option is selected and that the Certificate Store field reads: Trusted Root Certification Authorities.

14. Click Next, then Finish.

15. You should see a message telling you that the certificate has been imported. Click OK to close this message. The certificate should now appear in the console's Certificates container.

16. Close the console.

Jump to: navigation, search