Jul 29 08 10:29 pm
Jul 30 08 1:44 am
Jul 30 08 2:47 am
Jul 30 08 8:30 pm
Still, I am somewhat confused. I was under the impression that 'User may be assumed' means that the user's identity may be assumed based on the IP address of the connecting computer. Why does 'User must be authenticated' not work?
And a second security related question. Does every HTTP service I define in WinGate accept all CONNECT requests? Or are CONNECT requests restricted to the SSL-connections I allow for the service?
Aug 01 08 6:03 am
logan wrote:The whole assumed versus authenticated thing is very confusing, and will be dropped in the next version of WinGate.
Authenticated users are those who use a secure authentication method, where WinGate can be 100% sure that the user the client has logged in as is in fact the user at that client. Authenticated level is achieved using NTLM, Java auth, GateKeeper, WGIC, or QbikAuth
Assumed users are those who have used an insecure method of authentication, where WinGate can NOT be sure if the user that the client has logged in as is the user at that client. Assumed level is achieved by, IP assumptions, Basic auth, or during the 30 seconds after a user logs out from one of the secure authentication methods above.
The reason user must be authenticated didn't work is because SSH does not support any of WinGate's secure authentication methods. SSH uses plain text, or Basic authentication which only gives it the assumed level.
By default, a proxy will accept all connect requests on all ports. You can however use access policies to control which servers requests can be made to, and the HTTPS configuration to control which ports.
Aug 01 08 11:08 am
Okay, I was thinking, if I define a policy for the HTTP proxy which only allows for connect requests, and that only to one specific server over SSL to port 22 of that server, do I actually need any authentication for the proxy then?
And for normal HTTP/HTTPS proxies, is it good practise to deny any connect requests if the proxy is only used as reverse proxy or for redirects? Or is the connect request also used for other HTTP purposes?
Aug 04 08 12:03 pm