mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #1254] No SSL traffic with iOS Simulator 15.5 #1247
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1247
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 @MediaComputing on GitHub (Jun 15, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1254
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3) 3.5.2
macOS Version? (Ex. mac 10.14) macOS Monterey 12.4
Steps to reproduce
XCode 13.4.1, iOS Simulator with OS 15.5
Certificate is installed on simulator as usual and is also marked as trusted within the simulator.
When running my application I only see the following message as response:
"It could be SSL Certificate Pinning, or try installing CA Certificate on iOS Simulators again (code=999)"
Expected behavior
See any SSL traffic as before.
With any iOS 15.4 simulator it is still working as expected.
Screenshots (optional)
@NghiaTranUIT commented on GitHub (Jun 16, 2022):
Not sure what causes your problem.
I tested with iOS 15.5 on Xcode 13.4.1, on the Alamofire Example app. It works fine.
If you don't mind, please download this source, open
Example/iOS Example.xcodeproj, and try to install the certificate on your iOS Simulator.Make sure you reset your Simulator: Device ->
Erase all Content & Data👍@MediaComputing commented on GitHub (Jun 17, 2022):
Hello Nghia,
thanks for your fast reply. I tested the Alamofire project and then again also my project, and now everything is working. Not sure if the erasing did the trick. although it would be weird if that fixed it for all simulators.
Anyway, I am happy that it now works as expected.
Thanks again and kind regards,
Brian
@NghiaTranUIT commented on GitHub (Jun 18, 2022):
Glad to know it fixes. I suppose that the certificate on your iOS device might be expired.
Erase the devicewill do the trick 👍