Post

Replies

Boosts

Views

Activity

Reply to UrlSession with TLS client authentication
Hi eskimo, we would like our watch app to work without the phone nearby, so offloading the work to the iOS app is not an option for us. Using console app, I can see three errors: The CredStore - copyIdentPrefs - Error copying Identity cred. Error=-25300 error described above. An exception Exception: decodeObjectForKey: Object of class "NSURLCredential" returned nil from -initWithCoder: while being decoded for key <no key> An error TLS Client Certificates encountered error 1:89
Aug ’21
Reply to UrlSession with TLS client authentication
I am seeing the same Cred Store Error as above. Using .forSession for the persistence param on URLCredentials. Using .none didn't fix the issue. iOS app works perfectly. watchOS app fails every time with the cred store error printed to the console. The watchOS app performs it's own network calls. Do we have any options here or is mTLS just not supported on watchOS?
Aug ’21