Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

WAF for Good for Enterprise DirectConnect

Hi @all,

I am trying to publish Good DirectConnect via the Webserver Protection. 

I first tested with portforwading (FullNAT) wihich is working fine, so I guess the mobile Device and the Good Server are configured correctly.

If using WAF, the Client Requests do not reach the Good Server. I think the reason is, that for Good DirectConnect must support the "HTTP CONNECT" method, but the needed Apache module mod_proxy_connect is not loaded in general.

Did anyone succeed in establishing a GOOD DirectConnect via WAF?

Regards,

Robert

 

 



This thread was automatically locked due to age.
Parents
  • Hi Robert,

    In your case, I am interested in looking at the reverseproxy.log. It will provide us some insight. Alongside, I will suggest you to raise a case with the support team and get it investigated.

    Thanks

  • Hi Sachin,

     

    the only thing the the reverseproxy.log throws out is a 400 error:

     

    2017:03:20-17:39:24 firewall reverseproxy: id="0299" srcip="xxx.xxx.123.29" localip="xxx.xxx.102.3" size="226" user="-" host="xxx.xxx.123.29" method="-" statuscode="400" reason="-" extra="-" exceptions="-" time="214" url="-" server="url.domain.tld" referer="-" cookie="-" set-cookie="-"

     

  • Hi Robert,

    Status code 400  means the request contains bad syntax or cannot be fulfilled by the backend web server. Googling further, it also says that 400 Bad Request response code is used when the client has made a HTTP request to a port listening for HTTPS requests.

    Any catch out of that?

Reply
  • Hi Robert,

    Status code 400  means the request contains bad syntax or cannot be fulfilled by the backend web server. Googling further, it also says that 400 Bad Request response code is used when the client has made a HTTP request to a port listening for HTTPS requests.

    Any catch out of that?

Children