Does Squid+ecap work with IPV6 ?

Asked by Danny

I am newbies to IPV6 protocol stack. All I am aware that since IPV6 traffic is encrypted with mandatory IPSEC. Does this affect Squid+ecap for content filtering ?

For example Http-Request header adding/removal or Http-Response body text filtering.

Thanks for your attention.

Question information

Language:
English Edit question
Status:
Solved
For:
eCAP Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Rousskov
Solved:
Last query:
Last reply:
Revision history for this message
Best Alex Rousskov (rousskov) said :
#1

eCAP is IP-agnostic. There are no IP addresses in any eCAP APIs. It will work with HTTP over IPv6 if the host application supports that combination. Squid does support it.

BTW, I do not think you are interpreting IPSEC meaning correctly. IPSEC does not encrypt HTTP "payload".

Revision history for this message
Danny (penkween) said :
#2

Thank a lot Alex. IPSEC is at layer3(Internet Layer). This clear my doubt. Thanks.

Revision history for this message
Danny (penkween) said :
#3

Thanks Alex Rousskov, that solved my question.