mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1144] Why common name of certificate is client.openvpn.net ? #1139
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#1139
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 @tanutsun on GitHub (Feb 10, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1144
Proxyman version? (Ex. Proxyman 1.4.3)
Proxyman 3.1.0
macOS Version? (Ex. mac 10.14)
mac 11.5.2
Steps to reproduce
Expected behavior
Why common name of certificate is client.openvpn.net ?
why not is my computer name ?
Screenshots (optional)
@NghiaTranUIT commented on GitHub (Feb 11, 2022):
Proxyman uses your Hostname to create a certificate. You can find it at System Preference -> Sharing -> Computer Name.
It doesn't connect to any
client.openvpn.net.@tanutsun commented on GitHub (Feb 11, 2022):
My Computer Name is correct but certificate Common Name is incorrect
How to fix it ?
i got error when intercepted request
OPENSSL_internal:SSLV3_ALERT_CERTIFICATE_UNKNOWN
I try to do everything follow documentation
try to Enable Https Response with google it's work
The Common Name is only one did not same with document
@NghiaTranUIT commented on GitHub (Feb 11, 2022):
What client that you made a request? Is it from Python, Ruby, Android, iOS ?
Don't worry about the certificate name, it doesn't affect how Proxyman intercepts HTTPS Traffic. I'm not sure why Proxyman uses a different name since I access it from
NSHost.name, which retrieves the data from your computer name.@tanutsun commented on GitHub (Feb 11, 2022):
I have made request from Android 11
@NghiaTranUIT commented on GitHub (Feb 11, 2022):
Then, you have to install & trust Proxyman Certificate on your Android Device: https://docs.proxyman.io/debug-devices/android-device
Make sure you finish the step 5 and step 6 by modifying these files:
Please note that you're only able to intercept HTTPS traffic from your own Android app. Other apps won't workl.