Table of Contents
Problem
HTTP Error 401 Unauthorized show on browser when try to access Zimbra 8.8.9 Shared Calendar and Mailbox. It’s most likely the browser either did not send another request with Authorization in response to the 401, or had sent an Authorization which is not using GSS-API / SPNEGO scheme.
Solution 1: Make sure Browser is Supported
The following browsers are supported:
- Windows PC: Internet Explorer 6.0 or later, Firefox 3.0 or later, Chrome, Safari
- Apple Mac computer: Safari
Solution 2: Configure Browser Settings
For Firefox browser on Windows
- In address field, type about:config.
- The warning This might void your warranty is now displayed. Click I’ll be careful, I promise!
- Search in Filters, type network.n. Enter a comma-delimited list oftrutsed domains or URLs.
Double-click network.negotiate-auth.delegation-uris. Enter http://,https://
Double-click network.negotiate-auth.trusted-uris. Enter http://,https://
Or, to set specific URLs,
Double-click network.negotiate-auth.delegation-uris. Enter the domain addresses. For example,
http://mail1.example.com,https://mail2.example.com
Double-click network.negotiate-auth.trusted-uris. Enter the domain addresses. For example, http://mail1.example.com,https://mail2.example.com
For Internet Explorer, Chrome, and Safari for computers running Windows
- In these browsers, go to Tools > Internet Options > Security > Local Intranet > Sites. On the Sites dialog make sure all items are checked.
- Select Advanced. Add the domain server (hostname) URL, both http:// and https://
- Click OK to close the fle.
- Go to Tools > Options > Advanced > Security. Locate and check Enable Integrated Windows Authentication.
- Click OK and close the browser.
For Safari on Apple Mac
No configuration is necessary.