[quote='888632022, ShrutiGoyal7032, /thread/826943?answerId=888632022#888632022, /profile/ShrutiGoyal7032'] I am using URLSession as of now. [/quote] There’s definitely nothing like this for URLSession. It has very few TLS knobs to twiddle. It’s basically just min and max TLS version. See the URLSessionConfiguration docs for more. If you drop down to Network framework then you have more options. Specifically, when you create a connection you can tweak many TLS settings via the securityProtocolOptions property. For a full list, see [1]. Reading through that header today, I don’t see anything like what you’re looking for. I encourage you to check that for yourself and, if you don’t find what you need, file an enhancement request with the details, and an explanation of why you need it. And if you do file a bug, please post the bug number, just for the record. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com [1] When reading th
Topic:
App & System Services
SubTopic:
Networking
Tags: