Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

WADebug returns failed on check_network while using https_proxy and http_proxy #5

@fahmyxfiles

Description

@fahmyxfiles

I've configured whatsapp docker and passed proxy parameters to docker-compose, still returned failed on network check using WADebug because WADebug uses nc instead of curl for testing network for reliable validation while using proxy.

WADebug Results :
image

Testing directly to the container with CURL
image
image
image
image
image
image
image

Referenced files : https://github.com/WhatsApp/WADebug/blob/main/wadebug/wa_actions/network_utils.py line 12
["nc", "-zv", hostname, str(port), "-w", str(timeout)]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions