Proxy user authentication failed
-
- Posts: 6
- Joined: Sat Aug 08, 2015 7:36 am
Proxy user authentication failed
hi,
i installed softether vpn client in windows ,but after setting http proxy ip address & port with username ,passwd while connecting it says user authentication failed but username,passwd r correct.
kindly give the solution.tried using tcp protocol.
regards
Srinivasan.K
i installed softether vpn client in windows ,but after setting http proxy ip address & port with username ,passwd while connecting it says user authentication failed but username,passwd r correct.
kindly give the solution.tried using tcp protocol.
regards
Srinivasan.K
-
- Posts: 551
- Joined: Wed Jul 24, 2013 12:09 pm
Re: Proxy user authentication failed
Where does the error come from? The vpn server or proxy?
-
- Posts: 6
- Joined: Sat Aug 08, 2015 7:36 am
Re: Proxy user authentication failed
hi
i got this in vpn client while connecting through http proxy to vpn servers.
i got this in vpn client while connecting through http proxy to vpn servers.
-
- Posts: 551
- Joined: Wed Jul 24, 2013 12:09 pm
Re: Proxy user authentication failed
What do I mean is proxy authentication failed or VPN authentication failed?
-
- Posts: 6
- Joined: Sat Aug 08, 2015 7:36 am
Re: Proxy user authentication failed
hi
its proxy user authentication failed .in our organisation we use squid proxy.
i can use openvpn client to connect to vpn serverrs through same http proxy.
regards
Srinivasan.K
its proxy user authentication failed .in our organisation we use squid proxy.
i can use openvpn client to connect to vpn serverrs through same http proxy.
regards
Srinivasan.K
-
- Posts: 551
- Joined: Wed Jul 24, 2013 12:09 pm
Re: Proxy user authentication failed
I can connect to port 3072 through squid 3.4.11 without problem. Can you check your settings? Also, can you check whether your squid proxy is allowing HTTPS traffic to ports other port 443?
You may need to configure your squid proxy by editing configuration files to allow the traffic.
You may need to configure your squid proxy by editing configuration files to allow the traffic.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 6
- Joined: Sat Aug 08, 2015 7:36 am
Re: Proxy user authentication failed
sir
the problem is when openvpn with same squid proxy with ipaddress & port 3128 of it with usename and pwd, can go through
,why this softether vpn client is not connecting and getting user authentication failed message.
regards
Srinivasan.K
the problem is when openvpn with same squid proxy with ipaddress & port 3128 of it with usename and pwd, can go through
,why this softether vpn client is not connecting and getting user authentication failed message.
regards
Srinivasan.K
-
- Posts: 551
- Joined: Wed Jul 24, 2013 12:09 pm
Re: Proxy user authentication failed
For example, your VPN Server(203.0.113.1) is listening on port 8888.
Check your proxy server settings with the following method:
1. Configure your browser to use the proxy.
2. Try to browse https://203.0.113.1:8888/
If it is not working, you will need to modify the squid.conf to allow that port.
Make sure you have "acl SSL_ports port 8888" in your squid.conf.
I tested my squid 3.4.11 proxy and it is working when connecting to my VPN server.
Check your proxy server settings with the following method:
1. Configure your browser to use the proxy.
2. Try to browse https://203.0.113.1:8888/
If it is not working, you will need to modify the squid.conf to allow that port.
Make sure you have "acl SSL_ports port 8888" in your squid.conf.
I tested my squid 3.4.11 proxy and it is working when connecting to my VPN server.
-
- Posts: 6
- Joined: Sat Aug 08, 2015 7:36 am
Re: Proxy user authentication failed
hi
89.163.144.138 germany server i can connect in browser without port no 8888,but while giving :8888 port no,
it gives
This webpage is not available
ERR_TUNNEL_CONNECTION_FAILED
89.163.144.138 germany server i can connect in browser without port no 8888,but while giving :8888 port no,
it gives
This webpage is not available
ERR_TUNNEL_CONNECTION_FAILED
-
- Posts: 551
- Joined: Wed Jul 24, 2013 12:09 pm
Re: Proxy user authentication failed
Do you have access to the squid.conf in the proxy server?
-
- Posts: 2458
- Joined: Mon Feb 24, 2014 11:03 am
Re: Proxy user authentication failed
Does the proxy support a basic auth?