Avatar of klsphotos
klsphotos
 asked on

New Exchange 2010 owa ( 403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied)

Hi Experts,

Help!

We just migrated to our new exchange 2010 server from 2007 and I just installed our certificate and am getting


403 - Forbidden: Access is denied.
You do not have permission to view this directory or page using the credentials that you supplied.

When going to owa.  If I go to the actual name of the server it works fine but if I go to our main domain name that is set up with everyone's mail, I get that error.

Any help would be appreciated.

Karen
Exchange

Avatar of undefined
Last Comment
Simon Butler (Sembee)

8/22/2022 - Mon
Simon Butler (Sembee)

To be clear here

If you go to https://sever/owa it works, but https://host.example.com/owa does not?

Are you testing this internally or externally? Internally, do you have a split DNS setup so the external name works internally?
Do you have an RPC CAS Array setup?
It could be that the DNS doesn't go where you expect to, so the result isn't what should be happening.

Simon.
klsphotos

ASKER
https://mail.server.org/owa works  https://mail.server.org/ does not.

This site does not have a split dns and should work internally as well as externally.

From outside and inside I land on a IIS 7 page.

I confirmed DNS for mail is set to the new server.
Simon Butler (Sembee)

That is the expected behaviour.

Exchange only works on /owa.

If you want to drop the use of /owa then you need to put a redirection on the root of the site. However you must configure all URLs within Exchange with the subdirectory listed - so you cannot list the URL on the OWA virtual directory without the /owa.

If you are configuring a redirect ensure that it doesn't affect subdirectories as well, or better still, use an HTML redirect in the root of the site.

If you want to use the same host name internally and externally you should use a split DNS. Most firewalls will not allow an external IP address to be used internally (basically coming back on itself) so the best practise is the deployment of a split DNS.

Simon.
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
Kwoof

Sembee2 has it all correct.  If your firewall/router does not allow the external IP to be used internally, you may want to add your internal to the SAN certificate.  How was your 2007 exchange setup?
klsphotos

ASKER
This is resolved, sort of.  It was the redirect that needed to be configured.  We had mail.company.org that needed a redirect to be set up for server.domainname.org/owa.

The issue now is that the redirect for http works fine, but the https redirect does not.  The redirect for http is set up through the 404 pages, not in IIS.  How can I redirect https as well?
ASKER CERTIFIED SOLUTION
Simon Butler (Sembee)

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
klsphotos

ASKER
Does that code redirect https as well?  That seems way too simple :)
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Simon Butler (Sembee)

If you put the URL in the code as https://host.example.com/owa/, instead of just /owa/ then it will do so. Although if you have the URL set as https://host.example.com/owa in Exchange, then Exchange should redirect for you.

Simon.