mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #1131] Suggestion to avoid requests.exceptions.SSLError #1124
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#1124
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 @novitae on GitHub (Jan 30, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1131
Originally assigned to: @NghiaTranUIT on GitHub.
When proxyMan is running and a request is sent from python requests, you get the following error:
Clicking on pause button in Proxyman stops the data to be added to the lists in the app, but doesn't stop the listening. It could be nice if this button could stops listening too so we don't have to quit completely Proxyman each time we send a request. Thanks !
@NghiaTranUIT commented on GitHub (Jan 30, 2022):
If you would like Proxyman to stop listening, you can toggle it at Tool -> Proxy Setting -> Override macOS Proxy. Or using OPTION+CMD+O as a shortcut.
Regarding the SSL Error from your python code, you have to tell your Python to use Proxyman Certificate. You can follow the Doc at https://docs.proxyman.io/debug-devices/python
@novitae commented on GitHub (Jan 30, 2022):
amazing, thanks a lot !