Configure socket used by NSURLConnection?
Configure socket used by NSURLConnection?
- Subject: Configure socket used by NSURLConnection?
- From: Jeffrey Walton <email@hidden>
- Date: Tue, 29 Jul 2014 11:31:59 -0400
I'm trying to set cipher suites on an SSL/TLS connection before using NSURLConnection and delegate. I have the code to set the cipher suites, and I have the code to use NSURLConnection. But I'm missing the steps in between.
I've been through the Networking Overview at [1], but I don't grasp how to work with both technologies concurrently.
Is it possible to retrieve the socket that will be used with a NSURLConnection?
If its not possible, then is it possible to create/configure a socket and then tell NSURLConnection to use it?
Or is there another way to bridge the high level and low level?
Thanks in advance.
[1] https://developer.apple.com/library/ios/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/SocketsAndStreams/SocketsAndStreams.html
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden