LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Http proxy server with username/password support? (https://www.linuxquestions.org/questions/linux-server-73/http-proxy-server-with-username-password-support-856195/)

centosfan 01-13-2011 06:55 PM

Http proxy server with username/password support?
 
I bought a firefox extension which support proxy with username and password,but seems only http version,and not socks 5 server which i already have installed on server.I know for privoxy,but privoxy dont support username/password.Is there anything else what works with username/password?Also what is different between http and socks5?

Felipe 01-14-2011 12:51 PM

hallo:

Not sure what you are looking for.

If you look for a proxy which supports authentication, you can use squid (www.squid-cache.org).
I support authentication with user/password:
- Plain text.
- Digest.
- NTLM (SSO for windows clients).
- Kerberos (SSO for Windows, Linux,...).
- Digital certificate (soft or PCSC).
Also supports authorization against ldap, DAS, database,...

I don't know if is that what you are looking for...

centosfan 01-14-2011 01:09 PM

Quote:

Originally Posted by Felipe (Post 4224462)
hallo:

Not sure what you are looking for.

If you look for a proxy which supports authentication, you can use squid (www.squid-cache.org).
I support authentication with user/password:
- Plain text.
- Digest.
- NTLM (SSO for windows clients).
- Kerberos (SSO for Windows, Linux,...).
- Digital certificate (soft or PCSC).
Also supports authorization against ldap, DAS, database,...

I don't know if is that what you are looking for...

I want to connect to proxy so i can get ip adress of server where i connect.Since i have dynamic ip address,i cannot use ip restriction to prevent non-authorized users to connect to proxy,that's why i need username/password authentication.I installed once proxy program and someone was using my server to send spam,which is why i am very careful when it comes to security on proxy servers.

Felipe 01-17-2011 03:05 AM

If you need to control access (internet, internal servers) you can use a http proxy which uses authentication. Squid has different methods of authentication and authorization. So, instead of using IP clients to control access, you can use his username/passwd, certificate, ...


All times are GMT -5. The time now is 07:17 PM.