Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy Error #32

Open
gauravkumar13 opened this issue Oct 20, 2022 · 0 comments
Open

Proxy Error #32

gauravkumar13 opened this issue Oct 20, 2022 · 0 comments

Comments

@gauravkumar13
Copy link

I'm trying to use this script on a windows machine which uses corporate proxy to connect to internet but running this script always throw proxy error as below. Accessing the black duck url in a browser with same proxy configured at env setting and proxy setting works well.

[2022-10-20 06:03:51,632] {Client:51} INFO: Using a session with a 15.0 second timeout and up to 3 retries per request
[2022-10-20 06:03:51,632] {Authentication:56} WARNING: ssl verification disabled, connection insecure. do NOT use verify=False in production!
[2022-10-20 06:03:51,647] {connectionpool:812} WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000024E5A10F6D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))': /api/tokens/authenticate
[2022-10-20 06:03:55,663] {connectionpool:812} WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000024E5A10F850>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))': /api/tokens/authenticate
[2022-10-20 06:04:03,674] {connectionpool:812} WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000024E5A10F9D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))': /api/tokens/authenticate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant