Skip to content
#

mitmproxy

Here are 154 public repositories matching this topic...

peasoft
peasoft commented Nov 6, 2021

在Ubuntu系统下使用dev-sidecar时,程序需要安装根证书,但是在安装时会出现以下问题:

Error: sudo: 没有终端存在,且未指定 askpass 程序

要解决此问题,可以打开终端,运行 sudo /opt/dev-sidecar/@docmirrordev-sidecar-gui --no-sandbox ,以root身份安装证书,从而避开sudo的密码询问步骤,解决问题。
在安装完证书后,重新启动程序,就能发现证书安装成功了。

proxy.py
abhinavsingh
abhinavsingh commented Jan 20, 2022

Several clients throw TLSV1_ALERT_UNKNOWN_CA alert. Example:

  • cloudresourcemanager.googleapis.com

Several clients throw ssl.SSLEOFError EOF occurred in violation of protocol (_ssl.c:997) alert. Example:

  • gateway.icloud.com
  • gs-loc.apple.com
  • p25-content.icloud.com
  • p57-content.icloud.com

Proxy should be able to auto-detect (which it already does when handling exceptions)

Baker68
Baker68 commented Jan 12, 2022

When this modal appears the script execution is stopped, it does not execute your next action.
I've encountered this issues on Amazon & Google.
Is there a way to detect and interact with permission, to click on Block or Allow ?

MPS is a high-performance HTTP(S) proxy library that supports forward proxies, reverse proxies, man-in-the-middle proxies, tunnel proxies, Websocket proxies. MPS 是一个高性能HTTP(s)中间代理库,它支持正向代理、反向代理、中间人代理、隧道代理、Websocket代理

  • Updated Oct 14, 2020
  • Go

Improve this page

Add a description, image, and links to the mitmproxy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mitmproxy topic, visit your repo's landing page and select "manage topics."

Learn more