KWSupport

Kevin Weilbacher [SBS MVP] blog on SBS, WHS and other topics of interest!

Recent Posts

Tags

News

  • Check out the "Song of the Week" link!
    Xobni outlook add-in for your inbox

Community

Email Notifications

SBS Blogs

SBS2003 Links

Archives

Changing the SSL port number used by OWA

A question was asked “How can I change the SSL port# used to access OWA?“. This response was provided by Ray Fong (assuming we want to change the port# from 443 to 10001:

1. Go to Exchange System Manager, Protocols -> HTTP. Right-click New HTTP Virtual Server.
2. Specify "Exchange OWA 10001" for the name.
3. Click Advanced, modify, change the port from 80 to 81. SSL port is not available, that's OK.
4. After you click OK and Applied, go back to the same screen. Now remove port 81 and specify 10001 as the SSL port. Click OK all the way.
5. Follow the steps below to force the DS2MB replication.

a. Go to IIS, right-click servername (local computer), Properties. Backup/Restore Configuration to save a copy of IIS settings
b. Right-click servername (local computer), Properties. Check Enable Direct Metabase Edit.
c. Open MetaBase.xml with Notepad.
d. Locate the following object where ID = 61472

<IIsConfigObject  Location
="/LM/DS2MB/HighWaterMarks/{57F70E62-7E37-472B-A9F0-3BE08883AC5A}">
  <Custom
                Name="UnknownName_61472"
ID="61472"   (<---- This one)
Value="53322"
Type="STRING"
UserType="IIS_MD_UT_SERVER"
Attributes="NO_ATTRIBUTES"
   />

e. Change the Value to "0". Your original number will not be "53322".
f. Save the file.
g. From a command prompt, type "iisreset"
h. Restart Exchange System Attendant

6. Now, OWA is available via https://FQDN:10001

Ray Fong
Microsoft SBS Product Support

Posted: Fri, Aug 6 2004 23:21 by kwsupport | with 5 comment(s)
Filed under: ,

Comments

kwsupport said:

If your port 80 is unavailable (or blocked), you can use TZO dynamic dns and Web Relay. WebRelay will redirect www.example.tzo.com to your full URL (so users do not need to type in the :81 web port. People always forget to type that).
# June 7, 2005 10:36 AM

kwsupport said:

Is it possible to change the standard port number if OWA from 80 to 81? And how is this achieved.

Also if i wanted to move OWA to a subdomain, how can this be achieved?
# August 17, 2005 10:36 PM

Webster said:

I can't get step 4 to work on SBS 2003 Std.
# May 8, 2006 10:44 AM

shawn said:

I can't get step 6 to work.
# May 12, 2007 12:02 PM