Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

if protocol is declared in '-i' connect will fail #4

Open
shadowbq opened this issue Feb 22, 2018 · 0 comments
Open

if protocol is declared in '-i' connect will fail #4

shadowbq opened this issue Feb 22, 2018 · 0 comments

Comments

@shadowbq
Copy link
Owner

Creates an Error:

robust-profiles.py -u 'user' -p 'password' -i 'https://atd.example.com' -n -l -v
Error connecting to ATD:
 ('Connection aborted.', gaierror(-2, 'Name or service not known'))

Work around:

robust-profiles.py -u 'user' -p 'password' -i 'atd.example.com' -n -l -v
<..connection..>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant