atlantis
atlantis copied to clipboard
The operation couldn’t be completed. (kCFErrorDomainCFNetwork error -1200.) (code=-1200)
I followed the instruction strictly but got the following error when calling any APIs.
What I have tried:
- Reset simulators
- Reboot Mac (Mac Studio M1 chip, Xcode 14.3, iOS 16)
Can you try to install the certificate on your Simulator? You can do it in the Certificate Menu -> Install for iOS -> Simulator.
found the root cause, i have to disable this.
Can we make the mac app smarter to automatically disable this if we are on atlantis?
tificate on your Simulator? You can do it i
For atlantis, there's no need to install any certificate. This is the exact reason why i love it.
It's because your iOS Simulator proxies the traffic to Proxyman, and you enable SSL Proxying on this domain -> Thus, it also performs the SSL Handshake -> You get SSL Error if you haven't installed the certificate yet.
- Disable the SSL Proxying or install the certificate will fix it 👍
Can we make the mac app smarter to automatically disable this if we are on atlantis?
Maybe, I will take a look on it 👍