Make get_client() infallible
If getting the system proxies fails, the request will fail. This will enable us to use only the reqwest error type easily in many places.
Edited by Alejandro Domínguez
If getting the system proxies fails, the request will fail. This will enable us to use only the reqwest error type easily in many places.