We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Similar to http://docs.solidwallofcode.com/txn_box/user/ExtractorReference.en.html#inbound-sni can there be a outbound-sni that can be overridden?
outbound-sni
CC @SolidWallOfCode @brbzull0
The text was updated successfully, but these errors were encountered:
I will add one, but this can be done currently by using
txn-conf<proxy.config.ssl.client.sni.policy>: "@name"
The "@" will be dropped and the rest of the expression will be the SNI name for the outbound cconnection. See here.
Sorry, something went wrong.
No branches or pull requests
Similar to http://docs.solidwallofcode.com/txn_box/user/ExtractorReference.en.html#inbound-sni can there be a
outbound-sni
that can be overridden?CC @SolidWallOfCode @brbzull0
The text was updated successfully, but these errors were encountered: