mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #130] The operation couldn’t be completed. (kCFErrorDomainCFNetwork error -1200.) (code=-1200) #80
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @skywalkerlw on GitHub (Jul 4, 2023).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/130
I followed the instruction strictly but got the following error when calling any APIs.
What I have tried:
@NghiaTranUIT commented on GitHub (Jul 4, 2023):
Can you try to install the certificate on your Simulator? You can do it in the Certificate Menu -> Install for iOS -> Simulator.
@skywalkerlw commented on GitHub (Jul 4, 2023):
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?
@skywalkerlw commented on GitHub (Jul 4, 2023):
For atlantis, there's no need to install any certificate. This is the exact reason why i love it.
@NghiaTranUIT commented on GitHub (Jul 4, 2023):
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.
@NghiaTranUIT commented on GitHub (Jul 4, 2023):
Maybe, I will take a look on it 👍