I am planning to deploy a website on IIS 7.0 with the SSL certificate with the encryption of 128 bit. Now, my concern is if, any user visits my website through any of the smartphones' web browsers, are there any pitfalls or all goes good?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
All modern phones are running up-to-date web browsers, and can handle encrypted pages just fine |
|||
|
|
|
The biggest problem you probably will face on Android is, that Android <= 2.2 have a very small list of Certification Authorities (CA) it trusts. Check first, if your certificate is issued from a CA, that is considered as trusted by the most smartphone operating systems (like Verisign etc.). If this is not the case, your users will probably face a security warning alert on their browser. |
|||
|
|