Hello,
i searched the community and found some threads with same content like mine here 🙂
But somehow no solutions are provided in these threads. So this is why i am writing a new question.
We are in a migration process from our BlueCoat Proxy to our 7000+ ClusterXL with R80.40
One special thing we do on our BlueCoat rulebase is, to block the category "Media Streams" for all users.
So YouTube is blocked to with this category block rule.
But we have some videos on YouTube we would like to allow them to the users.
For BlueCoat there are some knowledge base entries how to do that and it worked perfectly the last years.
Allowing a single YouTube video through a ProxySG (broadcom.com)
I tried to use the same exclusions etc. but somehow it will not work in the Check Point rulebase.
These are my exclusions where i would add all whitelisted videos in the future:
Is there somewhere a sk directly from Check Point (like from other proxy companies) where i can read how to do it?
Or maybe you guys have a solution how to do that.
I am not a regex expert, so a How To would be great 😉
For example, i tried this pattern:
(?=.*youtube\.com)(?=.*yts).*
But i get this Warning from Check Point:
So no idea how i can build it with the working exclusions from our BlueCoat.
Thank you.