deptofdefense / AndroidTacticalAssaultKit-CIV

Other
900 stars 321 forks source link

Add host header / sni support #312

Open nerdalertdk opened 8 months ago

nerdalertdk commented 8 months ago

Hi

Would really appreciate if atak/wintak/xtak had support for host headers / sni right now it makes it almost impossible to host multiple instance on the same port behind a proxy, I'm my case Traefik

Funny enough the missionpackagemanager supports headers/sni so there is no problem there.

Test for you're self, try this command and see how it completely ignores you fancy proxy rules :'( openssl s_client -connect tak.tak:8089 -servername "tak.tak"