hey folks, just wondering how to achieve task like this, I have some github repos, which should be allowed via check point acting as a proxy with https inspection enabled. rest to github should be blocked
allow url: https://github.com/0xInfection/TIDoS-Framework
deny url: https://github.com
from my perspective there is always CONNECT before communication is established to github, when tested I can see traffic never pass via allow url since block url affecting ssl handshakes and so on..
any idea how to do achieve mentioned task?
thx