What I listed above is not the solution, just an option.
Main Topics
Browse All TopicsI have found similar people in my situation. Using Iphone 3g via Activesync for email. Iphone appears properly configured with domain\username, server name. I (and others) do not receive any error message on iphone.
I read an article for treo user who said to uncheck require ssl on the exhange object in IIS. Once I did this I was to sync. However am I not defeating the purpose of SSL by not requiring it????
If I am to require SSL and can not sync. what other steps can I take?
thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
>>I believe I'm eliminating the use of ssl thus I don't think my connection is encrypted. but that is beyond my knowledge.
That is a common misconception - as I said earlier, you don't have to REQUIRE SSL to use it. Close port 80, leave require ssl unticked, and the only way in will be 443 (HTTPS) meaning you are encrypted.
Correct, it is the certificate - however - IIS, when answering on its SSL port (by default, 443) will use the certificate and then encrypt it.
Try it - untick "require SSL" then go to https://yourserver/exchang
Same issue, I wrote a .ASP named index.asp which reads the address in the URL
and if the browser is using the HTTP prefix it will redirect to HTTPS.
This ensure that anyone visiting the root directory of the mail server will be forwarded to the HTTPS version of the site (without the 403.4 SSL error which IIS uses when SSL is required).
Only problem is you can still configure the iPhone either way, with or without SSL, and you can manually type in http://myserver/exchange to aviod the script.
Business Accounts
Answer for Membership
by: 50centosPosted on 2008-07-12 at 18:03:10ID: 21990936
I ran into the same issue as you. I'm giving my iPhone users the option to use IMAP over SSL.