App Transport Security changed?

The behavior of ATS seems to have changed in iOS 13.


We've been using a self signed certificate to access a web server running locally (to serve content into WkWebView).


With previous releases, didReceiveAuthenticationChallenge for WkWebView could successfully allow the connection request. This is no longer working.


Is there any documentation of changes to ATS or WkWebView that would outline what's going on?

Replies

Maybe you are running into this problem:
https://forums.developer.apple.com/thread/117841