Thomas D.

Results 137 comments of Thomas D.

Well I can't share the link for the error, but here is a similar error with the following link `https://wrong.host.badssl.com/icons/icon-red.png` It produces `(60, "SSL: no alternative certificate subject name matches ...

From what I see [here in your code](https://github.com/pyload/pyload/blob/63060a7e3a5adf5a460489eb5785eaf17ccb3d8b/src/pyload/core/network/http/http_request.py#L197C27-L197C48), you might need to add other pycurl "ignore-parameters" to zero : ``` pycurl.SSL_VERIFYHOST pycurl.SSL_VERIFYRESULT pycurl.SSL_VERIFYPEER pycurl.SSL_VERIFYSTATUS ```

I think this should be default, as download managers do not support unencoded URLs. In the meantime, a Python solution to properly encode ODD output file: ``` $ cat script.py...

I just checked the latest version and the output URL are still not encoded. Could you reopen that issue please ?

I don't have other use cases in my mind, but ok for a `leafdir` type !

In JDownloader2 advanced settings, there are different and very useful timeout possibilities allowing fine-grained controls: In pypdl, there is also some timeout management with the `aiohttp` lib: https://github.com/mjishnu/pypdl/blob/main/pypdl/pypdl.py#L152 It would...