Forum Discussion

Chris_Howell_11's avatar
Chris_Howell_11
Icon for Nimbostratus rankNimbostratus
Aug 17, 2006

How DO I exclude an IP Address

I looked through the forum and could not find an example that would work for me.

 

 

Below is my current rule for redirection:

 

 

when HTTP_REQUEST

 

{

 

log local0. "Redirection to HTTPS!"

 

HTTP::redirect "HTTPS://testcase.college.edu/test/"

 

}

 

 

 

I need to exclude a single IP to continue using port 80. But want to insure all other traffic is redirected to use 443

 

 

SO somoehow I want all traffic except for 10.0.0.1 to use https

 

 

Thanks,'

 

 

Chris

17 Replies