Hi Preshita Agrawal,
Welcome to our forum!
Please Check the following configuration first:
- Ensure EWS is properly enabled on your Exchange server;
- Verify virtual directories are correctly configured in IIS;
- Check authentication methods - Outlook for Mac typically requires Basic authentication for AutoDiscover;
- Test with a different client (like native Mail app) to isolate the issue.
Meanwhile, here are some steps you may take:
- Verify AutoDiscover URL Format
Ensure your AutoDiscover URL follows the exact pattern:
https://autodiscover.yourdomain.com/autodiscover/autodiscover.xml
(Replace "yourdomain.com" with your actual domain)
2__. Check SSL Certificate__
- The certificate must be valid and trusted by macOS
- Must cover both your mail domain (mail.domain.com) and autodiscover.domain.com
- Must be issued by a trusted CA (not self-signed unless explicitly trusted on the Mac)
- Examine AutoDiscover Response
The proper EWS response should include something like:
{
"Protocol": "ews",
"Server": "mail.domain.com",
"ServerDN": "...",
"ServerVersion": "...",
"MdbDN": "...",
"ASUrl": "https://mail.domain.com/EWS/Exchange.asmx",
"OABUrl": "https://mail.domain.com/OAB/...",
"EwsUrl": "https://mail.domain.com/EWS/Exchange.asmx"
}
If AutoDiscover continues to fail, you can manually configure the EWS server in Outlook:
- Go to Outlook > Preferences > Accounts
- Select your account
- Click "Advanced" and enter the EWS server URL manually
Hope it helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our [documentation] to enable e-mail notifications if you want to receive the related email notification for this thread.