> On 29 Apr 2014, at 00:16, Jeremy Lainé <[email protected]> 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
> [email protected]
> http://lists.qt-project.org/mailman/listinfo/development
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to