MitmProxy 无法在 Ubuntu 中启动:启动代理服务器时出错:错误(98,'Address already in use')
MitmProxy cannot start in Ubuntu: Error starting proxy server: error(98, 'Address already in use')
我愿意使用 MitmProxy 拦截我电脑中的 https 流量。我关注了 Ubuntu 中的 installation document here。完成后,我尝试在终端中 运行 "mitmproxy" 并收到此错误。
Error starting proxy server: error(98, 'Address already in use')
我尝试检查是否有某些进程正在使用端口 80 但未找到。
mitmproxy 默认使用端口 8080,所以这看起来您已经在端口 8080 上有一个应用程序 运行。
我愿意使用 MitmProxy 拦截我电脑中的 https 流量。我关注了 Ubuntu 中的 installation document here。完成后,我尝试在终端中 运行 "mitmproxy" 并收到此错误。
Error starting proxy server: error(98, 'Address already in use')
我尝试检查是否有某些进程正在使用端口 80 但未找到。
mitmproxy 默认使用端口 8080,所以这看起来您已经在端口 8080 上有一个应用程序 运行。