mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 14:17:36 +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 {
|
if http2Transport, err := http2.ConfigureTransports(transport); err != nil {
|
||||||
http2Transport.ReadIdleTimeout = timeout
|
http2Transport.ReadIdleTimeout = timeout
|
||||||
http2Transport.AllowHTTP = false
|
http2Transport.AllowHTTP = false
|
||||||
xTransport.keepCipherSuite = true
|
|
||||||
}
|
}
|
||||||
xTransport.transport = transport
|
xTransport.transport = transport
|
||||||
if xTransport.http3 {
|
if xTransport.http3 {
|
||||||
|
@ -567,9 +566,6 @@ func (xTransport *XTransport) Fetch(
|
||||||
dlog.Warnf(
|
dlog.Warnf(
|
||||||
"TLS handshake failure - Try changing or deleting the tls_cipher_suite value in the configuration file",
|
"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()
|
xTransport.rebuildTransport()
|
||||||
}
|
}
|
||||||
return nil, statusCode, nil, rtt, err
|
return nil, statusCode, nil, rtt, err
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue