mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-19 17:50:17 +02:00
config: add option for tls renogotiation
This commit is contained in:
parent
fa0ba60aee
commit
15d69424d9
5 changed files with 604 additions and 530 deletions
|
@ -307,7 +307,8 @@ func (b *Builder) buildPolicyTransportSocket(
|
|||
ValidationContext: vc,
|
||||
},
|
||||
},
|
||||
Sni: sni,
|
||||
Sni: sni,
|
||||
AllowRenegotiation: policy.TLSUpstreamAllowRenegotiation,
|
||||
}
|
||||
if policy.ClientCertificate != nil {
|
||||
tlsContext.CommonTlsContext.TlsCertificates = append(tlsContext.CommonTlsContext.TlsCertificates,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue