Searched refs:certificates (Results 1 – 5 of 5) sorted by relevance
48 … public THttpTransport(Uri uri, TConfiguration config, IEnumerable<X509Certificate> certificates, in THttpTransport() argument53 _certificates = (certificates ?? Enumerable.Empty<X509Certificate>()).ToArray(); in THttpTransport()192 … public virtual HttpClientHandler CreateHttpClientHandler(X509Certificate[] certificates = null) in CreateHttpClientHandler() argument195 if (certificates != null) in CreateHttpClientHandler()196 handler.ClientCertificates.AddRange(certificates); in CreateHttpClientHandler()
16 wget -nv https://entrust.com/root-certificates/entrust_l1k.cer -O /tmp/scanca.cer
2 This folder is dedicated to test keys and certificates provided in multiple formats.12 ## create certificates
212 certificates before you can run the test code in SSL mode. Make sure at least
1669 …issues.apache.org/jira/browse/THRIFT-2103) - [python] Support for SSL certificates with Subject Al…1968 …apache.org/jira/browse/THRIFT-1867) - Python client/server should support client-side certificates.2260 …e.org/jira/browse/THRIFT-3117) - Java TSSLTransportFactory can't load certificates within JAR arch…2954 - [THRIFT-2455](https://issues.apache.org/jira/browse/THRIFT-2455) - Allow client certificates to b…3019 - [THRIFT-2325](https://issues.apache.org/jira/browse/THRIFT-2325) - SSL test certificates3192 …/issues.apache.org/jira/browse/THRIFT-1966) - Support different files for SSL certificates and keys