mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 05:37:38 +03:00
Update xtransport.go
fix on startup and cipher suite downgrade on refresh
This commit is contained in:
parent
a9bfb2adac
commit
eeead7f8a2
1 changed files with 0 additions and 4 deletions
|
@ -256,7 +256,6 @@ func (xTransport *XTransport) rebuildTransport() {
|
|||
if http2Transport, err := http2.ConfigureTransports(transport); err != nil {
|
||||
http2Transport.ReadIdleTimeout = timeout
|
||||
http2Transport.AllowHTTP = false
|
||||
xTransport.keepCipherSuite = true
|
||||
}
|
||||
xTransport.transport = transport
|
||||
if xTransport.http3 {
|
||||
|
@ -567,9 +566,6 @@ func (xTransport *XTransport) Fetch(
|
|||
dlog.Warnf(
|
||||
"TLS handshake failure - Try changing or deleting the tls_cipher_suite value in the configuration file",
|
||||
)
|
||||
if xTransport.keepCipherSuite != true {
|
||||
xTransport.tlsCipherSuite = nil
|
||||
}
|
||||
xTransport.rebuildTransport()
|
||||
}
|
||||
return nil, statusCode, nil, rtt, err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue