On 23Sep2020 16:38, bruce <badoug...@gmail.com> wrote:
>List has been rather sparse today. I have a curl issue that I thought
>I'd toss out. Yes it's off topic, and yes I've posted to the curl list
>as well.
>
>The basic url operates within the browser the curl cmd generates a
>timeout (7) error.

Browser vs command line is sometimes proxy vs no proxy, depending on 
your settings.

My go to for debugging opaque stuff like this is strace:

    strace curl ........

which will at least show you the OS call that timed out - that can be 
illuminating.

Cheers,
Cameron Simpson <c...@cskk.id.au>
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to