Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RPC over HTTPS

Status
Not open for further replies.

msh2007

MIS
Oct 13, 2005
16
FR
I have exchange server 2003 on windows server 2003 and I have configured the FE as rpc-http FE and BE as rpc-http backend server. SSL is done on apache reverse proxy so I have done SSL offloading by making a registry change on FE as microsoft said.
In revrse proxy apache configuration i have done <Location></Location> for rpc directory as for OWA,OMA we have for Exchange,exchweb and oma virtual directories but Outlook is unable to connect. I get an error "YOUR Microsoft Exchange Server is Unavailable". I have even made the profile on my computer for the user connecting remotely and done the export/import for the registry key of generated profile as it was suggested earlier that first time Outlook needs to connect from LAN or otherwise VPN needs to be used or the registry can be emailed to remote user.
Is there something to be done on apache reverse proxy or there is some other problem. Any suggestion or help is higly appreciated. THANKS
 

Also make sure your security is configured right in IIS.

Default Web site
Enable Anonymous access
Integrated Windows Authentication
Exadmin
Integrated Windows Authentication
Require SSL
Require 128 bit
Exchange
Basic Authentication
Default Domain \
Exchange-oma
Integrated Windows Authentication
Basic Authentication
ExchWeb
Enable Anonymous access
Require SSL
Require 128 bit
Microsoft-Server-ActiveSync
Scripts and Executables
Exchange Application Pool
Basic Authentication
Default Domain DomainName
OMA
Scripts Only
ExchangeMobileBrowseApplicationPool
Basic Authentication
Default Domain DomainName
Public
Basic Authentication
Default Domain \
Require SSL
Require 128 bit


I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top