如何对PAC(代理自动配置)文件中的袜子5个代理进行身份验证 [英] How To Authenticate Socks 5 Proxies Inside PAC (Proxy Auto Config) Files

查看:355
本文介绍了如何对PAC(代理自动配置)文件中的袜子5个代理进行身份验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何设置PAC文件以将SOCKS代理用于身份验证?

以这个简单的PAC文件为例:

function FindProxyForURL(url, host) { return "SOCKS 69.123.133.75:7257;"; }

您将如何使用用户名和密码连接到该袜子代理?

解决方案

由于firefox和msie不支持socks 5身份验证,因此,如果不先修改您选择的浏览器,就不可能在PAC文件中指定用户名和密码. /p>

How can you setup PAC files to use SOCKS proxies with authentication?

Using this simple PAC file as an example:

function FindProxyForURL(url, host) { return "SOCKS 69.123.133.75:7257;"; }

How would you connect to that socks proxy using a username and password?

解决方案

Since firefox and msie do not support socks 5 authentication, it is impossible to specify the username and password in a PAC file without first modifying your browser of choice.

这篇关于如何对PAC(代理自动配置)文件中的袜子5个代理进行身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆