Home
last modified time | relevance | path

Searched refs:rootCertPool (Results 1 – 25 of 81) sorted by relevance

1234

/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/pkg/tlsconfig/
H A Dtlsconfig.go23 rootCertPool := x509.NewCertPool()
29 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
42 …return &tls.Config{RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerif…
51 …RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerify, ServerName: url.…
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/pkg/tlsconfig/
H A Dtlsconfig.go23 rootCertPool := x509.NewCertPool()
29 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
42 …return &tls.Config{RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerif…
51 …RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerify, ServerName: url.…
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/pkg/tlsconfig/
H A Dtlsconfig.go23 rootCertPool := x509.NewCertPool()
29 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
42 …return &tls.Config{RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerif…
51 …RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerify, ServerName: url.…
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/pkg/tlsconfig/
H A Dtlsconfig.go23 rootCertPool := x509.NewCertPool()
29 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
42 …return &tls.Config{RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerif…
51 …RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerify, ServerName: url.…
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/pkg/tlsconfig/
H A Dtlsconfig.go23 rootCertPool := x509.NewCertPool()
29 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
42 …return &tls.Config{RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerif…
51 …RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerify, ServerName: url.…
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/go/pkg/tlsconfig/
H A Dtlsconfig.go23 rootCertPool := x509.NewCertPool()
29 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
42 …return &tls.Config{RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerif…
51 …RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerify, ServerName: url.…
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/pkg/tlsconfig/
H A Dtlsconfig.go23 rootCertPool := x509.NewCertPool()
29 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
42 …return &tls.Config{RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerif…
51 …RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerify, ServerName: url.…
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/pkg/tlsconfig/
H A Dtlsconfig.go23 rootCertPool := x509.NewCertPool()
29 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
42 …return &tls.Config{RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerif…
51 …RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerify, ServerName: url.…
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/pkg/tlsconfig/
H A Dtlsconfig.go23 rootCertPool := x509.NewCertPool()
29 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
42 …return &tls.Config{RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerif…
51 …RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerify, ServerName: url.…
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/pkg/tlsconfig/
H A Dtlsconfig.go23 rootCertPool := x509.NewCertPool()
29 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
42 …return &tls.Config{RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerif…
51 …RootCAs: rootCertPool, Certificates: clientCerts, InsecureSkipVerify: skipVerify, ServerName: url.…
/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/
H A Dtls_mysql.go15 rootCertPool := x509.NewCertPool()
20 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
25 RootCAs: rootCertPool,
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/cmd/goose/
H A Ddriver_mysql.go58 rootCertPool := x509.NewCertPool()
63 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
67 RootCAs: rootCertPool,
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/pressly/goose/cmd/goose/
H A Ddriver_mysql.go58 rootCertPool := x509.NewCertPool()
63 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
67 RootCAs: rootCertPool,
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/service/rds/rdsutils/
H A Dexample_test.go113 rootCertPool := x509.NewCertPool()
114 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
118 return mysql.RegisterTLSConfig("rds", &tls.Config{RootCAs: rootCertPool, InsecureSkipVerify: true})
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/service/rds/rdsutils/
H A Dexample_test.go113 rootCertPool := x509.NewCertPool()
114 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
118 return mysql.RegisterTLSConfig("rds", &tls.Config{RootCAs: rootCertPool, InsecureSkipVerify: true})
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/aws/aws-sdk-go/service/rds/rdsutils/
H A Dexample_test.go113 rootCertPool := x509.NewCertPool()
114 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
118 return mysql.RegisterTLSConfig("rds", &tls.Config{RootCAs: rootCertPool, InsecureSkipVerify: true})
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/aws/aws-sdk-go/service/rds/rdsutils/
H A Dexample_test.go113 rootCertPool := x509.NewCertPool()
114 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
118 return mysql.RegisterTLSConfig("rds", &tls.Config{RootCAs: rootCertPool, InsecureSkipVerify: true})
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/service/rds/rdsutils/
H A Dexample_test.go113 rootCertPool := x509.NewCertPool()
114 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
118 return mysql.RegisterTLSConfig("rds", &tls.Config{RootCAs: rootCertPool, InsecureSkipVerify: true})
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/service/rds/rdsutils/
H A Dexample_test.go113 rootCertPool := x509.NewCertPool()
114 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
118 return mysql.RegisterTLSConfig("rds", &tls.Config{RootCAs: rootCertPool, InsecureSkipVerify: true})
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/physical/
H A Dmysql.go202 rootCertPool := x509.NewCertPool()
209 if ok := rootCertPool.AppendCertsFromPEM(pem); !ok {
214 RootCAs: rootCertPool,
/dports/www/gitea/gitea-1.16.5/vendor/github.com/tstranex/u2f/
H A Dregister.go157 rootCertPool := roots
159 rootCertPool = config.RootAttestationCertPool
162 opts := x509.VerifyOptions{Roots: rootCertPool}
/dports/security/vault/vault-1.8.2/plugins/database/mysql/
H A Dconnection_producer.go187 rootCertPool := x509.NewCertPool()
189 ok := rootCertPool.AppendCertsFromPEM(c.TLSCAData)
207 RootCAs: rootCertPool,
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/k8s.io/client-go/transport/
H A Dtransport.go75 tlsConfig.RootCAs = rootCertPool(c.TLS.CAData)
129 func rootCertPool(caData []byte) *x509.CertPool { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/k8s.io/client-go/transport/
H A Dtransport.go75 tlsConfig.RootCAs = rootCertPool(c.TLS.CAData)
157 func rootCertPool(caData []byte) *x509.CertPool { func
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/k8s.io/client-go/transport/
H A Dtransport.go75 tlsConfig.RootCAs = rootCertPool(c.TLS.CAData)
157 func rootCertPool(caData []byte) *x509.CertPool { func

1234