mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1068] Internal Error in M1 Pro #1063
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#1063
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 @tianpeili on GitHub (Nov 19, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1068
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
Version 2.35.0 (23500)
macOS Version? (Ex. mac 10.14)
12.0.1 (21A559) M1 pro
Steps to reproduce
handshakeFailed(NIOSSL.BoringSSLError.sslError([]))can not load google.com in Safari
reinstall the certificate in Mac and iOS.
I have two iPhone. Both have a same problem
Expected behavior
Screenshots (optional)
@NghiaTranUIT commented on GitHub (Nov 19, 2021):
It looks like the Proxyman certificate is not trusted properly.
Can you open the Keychain Access app -> Search Proxyamn CA -> Double click to open -> and verify that you have a Blue tick (Marked as trust) like the following screenshot 🤔
@NghiaTranUIT commented on GitHub (Nov 19, 2021):
I'm running on M1 without any issues. I don't think M1 Pro is different.
Just wondering: When you mention "Reinstall the certificate", is it Automatic or Manual (In Certificate Menu -> Install on this mac)?
@tianpeili commented on GitHub (Nov 19, 2021):
Just wondering: When you mention "Reinstall the certificate", is it Automatic or Manual (In Certificate Menu -> Install on this Mac)?
Yes, I followed the guide in https://docs.proxyman.io/troubleshooting/get-ssl-error-from-https-request-and-response.
I delete the certificate and automatic install the certificate.
The screenshot means "Always Trust" in every selection.
@VaslD commented on GitHub (Nov 19, 2021):
It looks like the failed request is coming from a device (other than your MacBook) on the local network. You'll have to trust the certificate on that specific device (not only on your MacBook, which Proxyman's automatic setup does) for its traffic to be captured.
On iOS, you have to manually toggle the trust switch and acknowledge the warning dialog after installing the certificate (profile). The certificate is located in Settings > General > About > Certificate Trust...
@NghiaTranUIT commented on GitHub (Nov 19, 2021):
Ah I understand, the SSL error from your iPhone. I misread it. Thanks @VaslD for the hint 💯
@tianpeili please follow this guideline to install & trust Proxyman Certificate on your iOS Devices: https://docs.proxyman.io/debug-devices/ios-device
You can open it in Certificate menu -> Install on iOS -> Physical device 👍
@tianpeili commented on GitHub (Nov 22, 2021):
It work after I delete the certificate, reinstall and trust. Thanks~