Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

the connection from WAF to server

THE_BLUE
Cirrostratus
Cirrostratus

I have virtual server with port 443 and client certificate  with pool of port 8080.

so the Connection from client to WAF is 443 with certificate (HTTPS) and from WAF to server is 8080 with no certificate (HTTP). if I  access the portal via WAF, the website is working fine but if i tried to access the website directly from sever i face redirection issue http to https because i tried to access the portal with http and port 8080.

the question now, since the server have redirection issue and the page does't open unless i enter port and http in url why it's working fine with WAF? how the WAF send the request to server?

 

is there any way to check the request from WAF to server?

2 REPLIES 2

chrros95
Altostratus
Altostratus

You can use the tcpump utility to capture the traffic on the wire. Simply use the p-modifier on the interface to capture both sides. For example 

tcpdump -ni 0.0:nnnp -s0 -c 100000 -w /var/tmp/capture.pcap host 10.0.0.1

Another option is maybe to capture all http headers like https://support.f5.com/csp/article/K42210592 describes it.

Hello,

On the waf, can you tell me what SSL profiles are you using on the virtual server? client side only or both client side and server side?

Also to confirm if I understood right: when you access the server directly --> http://1.1.1.1:8080  you got redirected to https://1.1.1.1:8080 is that what is happenning?