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

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

Description

@shadowbq

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..>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions