|
func newClient(jar http.CookieJar, roots *x509.CertPool, cert *tls.Certificate, timeout TimeoutType, secure bool) *http.Client {
|
|
func newClient(jar http.CookieJar, roots *x509.CertPool, cert *tls.Certificate, timeout TimeoutType, secure bool) *http.Client {
|
|
tlsConfig.Certificates = append(tlsConfig.Certificates, *cert)
|
|
tlsConfig.Certificates = append(tlsConfig.Certificates, *cert)
|