HTTPConnectionPool = 80 应该是 8080
HTTPConnectionPool = 80 should be 8080
我正在尝试使用 ZapLibrary (https://github.com/airesv/robotframework-zaplibrary)
当 运行 我的 RobotFrameWork 测试它尝试连接到 port=80
在 Zap 中我的 localhost:8080(所以它是 运行 在端口 8080 上)
我该如何更改或设置它以尝试访问端口 8080
ProxyError: HTTPConnectionPool(host='localhost', port=80): Max retries exceeded with url: http://zap/JSON/core/action/shutdown/?apikey=d9i7specimen (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000193028DF070>: Failed to establish a new connection: [WinError 10061] Kan geen verbinding maken omdat de doelcomputer de verbinding actief heeft geweigerd')))
1
转到
C:\Users\You\AppData\Local\Programs\Python\Python38\Lib\site-packages\urllib3
2
查看文件,
泳池经理,
连接池,
和,连接
3
在 8080 中更改 80
我正在尝试使用 ZapLibrary (https://github.com/airesv/robotframework-zaplibrary) 当 运行 我的 RobotFrameWork 测试它尝试连接到 port=80
在 Zap 中我的 localhost:8080(所以它是 运行 在端口 8080 上)
我该如何更改或设置它以尝试访问端口 8080
ProxyError: HTTPConnectionPool(host='localhost', port=80): Max retries exceeded with url: http://zap/JSON/core/action/shutdown/?apikey=d9i7specimen (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00000193028DF070>: Failed to establish a new connection: [WinError 10061] Kan geen verbinding maken omdat de doelcomputer de verbinding actief heeft geweigerd')))
1
转到
C:\Users\You\AppData\Local\Programs\Python\Python38\Lib\site-packages\urllib3
2
查看文件, 泳池经理, 连接池, 和,连接
3 在 8080 中更改 80