Post

Replies

Boosts

Views

Activity

Reply to UrlSession with TLS client authentication
Thanks Eskimo! However I would like you to know that our WatchOS app is a companion application to its parent mobile application. WatchConnectivity framework is used to communicate between watch and iPhone App. Here I would like to know if all the network requests goes through parent app and parent app has TLS Client authentication implemented. What could be the possible reason for receiving "cred store error" when initiating a request from Watch-app, for which my understanding is when requests goes indirectly through parent mobile app. Thanks.
Aug ’21
Reply to UrlSession with TLS client authentication
Hi Eskimo, Hope you are doing well!! I had implemented similar approach in one of my projects works perfectly fine in mobile application. However, found that the same fails in watchOS . When try to hit server from watchOS wearable app following error is displayed. `CredStore - copyIdentPrefs - Error copying Identity cred.  Error=-25300, query={     class = idnt;     labl = "https://customeendpointurl:443/";     "r_Ref" = 1; } When I made following change in the project, configuration.urlCredentialStorage = nil I can see no error.However, api's didn't hit server though. Thanks in advance.
Aug ’21