Link to home
Start Free TrialLog in
Avatar of digitalhitman00
digitalhitman00

asked on

Accepting Exchange 2010 ActiveSync Basic Authentication OR Certificate Based Authentication

Hey,

I would like to implement Exchange 2010 EAS Certificate Based Authentication along with still being able to use Basic Authentication. Reason being is we are testing CBA and a small subset of people will use it at first.  When configure CBA, Certificates need to be set to accept or require in the EAS properties of the CAS server along with unchecking Basic Authentication which would prohibit EAS from accepting the basic usernames and passwords. What is the best way of me trying to accomplish having both authentication methods work?  Would I need a second ActiveSync virtual directory, one with a URL pointing the virtual directory that accepts BASIC authenticaiton, and another URL pointing to a second virtual direction that accepts Certificates only?
ASKER CERTIFIED SOLUTION
Avatar of Simon Butler (Sembee)
Simon Butler (Sembee)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of digitalhitman00
digitalhitman00

ASKER

Ok,  I just tried creating a second EAS website, but it yelled at me.  I tried running:

New-ActiveSyncVirtualDirectory -websiteName "EAS CBA" - Error: The web site doesnt Exist.
New-ActiveSyncVirtualDirectory  - Error, the AD Configuration for virtual directory 'Microsoft-Server-ActiveSync' already exists, please fremote this AD config manually.

I saw this listed: Only one Exchange ActiveSync virtual directory can exist in each Exchange ActiveSync website. Microsoft Site

Any ideas on adding a second eas instance on a computer that already has a first one?
I presume you have created the web site in IIS manager? Did you run IISRESET after doing so?

Is the name of the site exactly as you have put in the command?

You can only have one ActiveSync virtual directory per web site, but you can multiple web sites on the server.

Simon.
Ah, no I did not.  Ok I have to create a completely second website outside of the Default.  I think I get it now. let me try.