$ENV{HTTPS_PROXY} = 'http://proxy.domain.com:8080'; $ENV{HTTPS_PROXY_USERNAME} = 'nt_user'; $ENV{HTTPS_PROXY_PASSWORD} = 'nt_pwd'; #### $ua->proxy(['https'], ... );