Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TLSCiphersBackwardCompatible (0.23 seconds)

  1. cmd/utils.go

    	s := xhttp.ConnSettings{
    		LookupHost:       globalDNSCache.LookupHost,
    		DialTimeout:      defaultDialTimeout,
    		RootCAs:          globalRootCAs,
    		CipherSuites:     crypto.TLSCiphersBackwardCompatible(),
    		CurvePreferences: crypto.TLSCurveIDs(),
    		TCPOptions:       globalTCPOptions,
    		EnableHTTP2:      false,
    	}
    
    	if clientCert != "" && clientKey != "" {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 33K bytes
    - Click Count (0)
Back to Top