0

I deployed a ssl proxy with nghttx + squid with wildcard ssl domain eg:*.s1.example.com and I do not want use basic auth by squid because the GFW firewall can determine by basic auth header and will block ssl connection to this domain

I want to assign https proxy with uniq domain to my customers like https://bob-passwd.s1.example.com https://tom-passwd2.s1.example.com

nghttpx can log tls_sni, so I think there should be a way to change the source code only allow connection to https://bob-passwd.s1.example.com https://tom-passwd2.s1.example.com (theses domains are exitst in a speciafied file) and deny connection to https://random.s1.example.com.

I am not familiar with nghttpx source code, any one who can tell my which part of the source can be modified to accomplish my requirement.

thank you .

cosbeta
  • 25
  • 4

0 Answers0