Switch to full style
Use this forum to post questions relating to WinGate, feature requests, technical or configuration problems
Post a reply

SSL Policy chart: {{Session.ServerPort}} vs {{Request.Port}}

Jun 16 14 6:18 pm

Hi & Hello Qbik WIingate Team.
What's correct & and the best value to use in SSL Policy chart (to allow or block specific port).
{{Session.ServerPort}} vs {{Request.Port}}

Thanks :-)

Re: SSL Policy chart: {{Session.ServerPort}} vs {{Request.Po

Jun 16 14 6:34 pm

Hi

that's a good question!

the request is initially parsed into the Request object, so that will get the port number first, afterwards it's copied into the session server port. when that happens may depend on the type of the request, so I'd need to review the code to know if it's done prior to processing the ConnectRequest event.

I think it would be better to use Request.Port

Adrien

Re: SSL Policy chart: {{Session.ServerPort}} vs {{Request.Po

Jun 17 14 2:33 pm

Thanks :)
Post a reply