[Development] No SSL on iOS ?

Kurt Pattyn pattyn.kurt at gmail.com
Tue Apr 29 08:01:08 CEST 2014



> On 29 Apr 2014, at 00:16, Jeremy Lainé <jeremy.laine at m4x.org> wrote:
> 
>> On 04/28/2014 11:44 AM, Nichols Andy wrote:
>> It is possible still in the packaged versions of Qt for iOS to make connections using SSL via QNetworkAccessManager as there is a backend that uses Apples crypto API, but without OpenSSL support you can’t use any of the API’s in Qt that use OpenSSL directly (like QSSLSocket).
> 
> Ouch I just realised that most likely means QWebSocket on iOS does not support secure
> websockets!
Yes, unfortunately. QWebSockets uses QSSLSocket and hence is not supported on iOS.
> 
> What would the best course of action be to add support for secure websockets on iOS?
> 
> Cheers,
> Jeremy
> 
> 
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development



More information about the Development mailing list