Unfortunately, that’s all my backend has and I guess that’s where I’m going wrong. How do I decrypt the TLS session and understand the CONNECT for SSL pass through?
My use case is to forward or deny the https request based on the destination. I’m looking to use fetchs like “hrd(host)” and “req.ssl_sni” to do the filtering.
Ex: https://www.wikipedia.org should work but https://www.google.com should not.
Is that possible?
Thanks!