On Tue, Feb 10, 2015 at 02:51:04PM +0100, Vincent Lasselin wrote:
> I'm using lftp to access an https url. I'm using an https proxy.
> I've set https_proxy variable and it's not working...
> With wireshark, I've constated that the CONNECT frame is send without 
> credentials to my proxy :
> 
> cd: Access failed: 407 Proxy Authentication Required (...)

You have to provide user and password for the proxy. You can do it in the
proxy URL:

        set https:proxy http://user:p...@your-proxy.example.com

-- 
   Alexander.
_______________________________________________
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Reply via email to