You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing the plugin for custom handling SSL errors in WebView, and on iOS, this requires creating SecTrust object and passing an array of certificates to it. But URLProtectionSpace from URLAuthenticationChallenge, received in onReceivedServerTrustAuthRequest event, contains only one certificate - first certificate from original iOS SecTrust object.
Suggested solution
Please consider passing the full certificate chain on iOS. Thanks!
Is there an existing feature request for this?
Operating System
iOS
Pain
I am developing the plugin for custom handling SSL errors in WebView, and on iOS, this requires creating SecTrust object and passing an array of certificates to it. But URLProtectionSpace from URLAuthenticationChallenge, received in onReceivedServerTrustAuthRequest event, contains only one certificate - first certificate from original iOS SecTrust object.
Suggested solution
Please consider passing the full certificate chain on iOS. Thanks!
Useful resources
https://developer.apple.com/documentation/security/creating-a-trust-object
Additional information
No response
Self grab
The text was updated successfully, but these errors were encountered: