Any advice on how to go about validating a self-signed certificate with Network.framework? I've been able to connect with TLS to various services that have a chain of trust that iOS / MacOS can validate, but simply get a:POSIXErrorCode: Network is downwhen attempting to connect to a service that presents a self-signed cert. Network.framework is extremely cool. Many thanks to anyone involved in getting out there for third party consumption!
Post
Replies
Boosts
Views
Activity
During the Network.framework session at WWDC 2018 it was briefly mentioned that we should reach out on any use cases involving multicast UDP. We use it for device discovery via SSDP:https://en.wikipedia.org/wiki/Simple_Service_Discovery_ProtocolIt would be great to be able to implement that code using Network.framework.Enhancement request: 41297604Thanks!