I never experienced any issues with SSL connections, but I will take the fix just in case. Can anyone explain what the symptom was for this issue?
thanks!
This actually is a pretty major security issue. In some cases, connections that were secured using TLS (aka SSL, used by HTTPS web browsers and many other apps) did not actually check whether the certificate provided by the server actually matched the server's name. In effect it trusts any certificate that is valid for any site (issued by a real certificate authority and not expired). For example, foo.com using a valid certificate for foo.com could pretend to be gmail.com and iOS would just say OK sounds good! A malicious (or curious) ISP/DNS provider/Mobile carrier/wireless hotspot/etc could pretend to be gmail.com (or any other destination) and silently read (or modify) everyone's encrypted traffic.