- Sort Score
- Result 10 results
- Languages All
Results 201 - 210 of 216 for certificates (0.08 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
* <li>COOKIES_PROPERTY: Cookie settings.</li> * <li>AUTH_SCHEME_PROVIDERS_PROPERTY: Authentication scheme providers.</li> * <li>IGNORE_SSL_CERTIFICATE_PROPERTY: Ignore SSL certificate validation.</li> * <li>DEFAULT_MAX_CONNECTION_PER_ROUTE_PROPERTY: Default maximum connections per route.</li> * <li>MAX_TOTAL_CONNECTION_PROPERTY: Maximum total connections.</li>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 52.2K bytes - Viewed (0) -
api/go1.txt
pkg crypto/tls, method (*Conn) Write([]uint8) (int, error) pkg crypto/tls, type Certificate struct pkg crypto/tls, type Certificate struct, Certificate [][]uint8 pkg crypto/tls, type Certificate struct, Leaf *x509.Certificate pkg crypto/tls, type Certificate struct, OCSPStaple []uint8 pkg crypto/tls, type Certificate struct, PrivateKey crypto.PrivateKey pkg crypto/tls, type ClientAuthType int
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
okhttp/api/android/okhttp.api
public final fun check (Ljava/lang/String;[Ljava/security/cert/Certificate;)V public fun equals (Ljava/lang/Object;)Z public final fun findMatchingPins (Ljava/lang/String;)Ljava/util/List; public final fun getPins ()Ljava/util/Set; public fun hashCode ()I public static final fun pin (Ljava/security/cert/Certificate;)Ljava/lang/String;
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 69.4K bytes - Viewed (0) -
cmd/utils.go
defer cancel() transport, err := s.NewHTTPTransportWithClientCerts(ctx, clientCert, clientKey) if err != nil { internalLogIf(ctx, fmt.Errorf("Unable to load client key and cert, please check your client certificate configuration: %w", err)) } if transport == nil { // Client certs are not readable return default transport. return s.NewHTTPTransportWithTimeout(1 * time.Minute) } return transport }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 33K bytes - Viewed (0) -
api/go1.5.txt
pkg crypto/tls, type Certificate struct, SignedCertificateTimestamps [][]uint8 pkg crypto/tls, type ConnectionState struct, OCSPResponse []uint8 pkg crypto/tls, type ConnectionState struct, SignedCertificateTimestamps [][]uint8 pkg crypto/x509, method (*CertificateRequest) CheckSignature() error pkg crypto/x509, type Certificate struct, UnhandledCriticalExtensions []asn1.ObjectIdentifier
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0) -
docs/es/docs/deployment/docker.md
Podría ser otro contenedor, por ejemplo, con <a href="https://traefik.io/" class="external-link" target="_blank">Traefik</a>, manejando **HTTPS** y la adquisición **automática** de **certificados**. /// tip | Consejo Traefik tiene integraciones con Docker, Kubernetes, y otros, por lo que es muy fácil configurar y configurar HTTPS para tus contenedores con él. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri May 30 13:15:52 UTC 2025 - 31K bytes - Viewed (0) -
go.sum
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/googleapis/enterprise-certificate-proxy v0.3.6 h1:GW/XbdyBFQ8Qe+YAmFU9uHLo7OnF5tL52HFAgMmyrf4= github.com/googleapis/enterprise-certificate-proxy v0.3.6/go.mod h1:MkHOF77EYAE7qfSuSS9PU6g4Nt4e11cnsDUowfwewLA= github.com/googleapis/gax-go/v2 v2.14.1 h1:hb0FFeiPaQskmvakKu5EbCbpntQn48jyHuvrkurSS/Q=
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sat Sep 06 17:33:19 UTC 2025 - 79.9K bytes - Viewed (0) -
docs/pt/docs/deployment/docker.md
Isso poderia ser outro contêiner, por exemplo, com <a href="https://traefik.io/" class="external-link" target="_blank">Traefik</a>, lidando com **HTTPS** e aquisição **automática** de **certificados**. /// tip Traefik tem integrações com Docker, Kubernetes e outros, portanto, é muito fácil configurar e configurar o HTTPS para seus contêineres com ele. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 37.4K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# Search Engine # The type of search engine backend (e.g., default, opensearch). search_engine.type=default # The URL of the search engine HTTP endpoint. search_engine.http.url=http://localhost:9201 # Path to SSL certificate authorities for secure HTTP connections. search_engine.http.ssl.certificate_authorities= # Username for authenticating to the search engine. search_engine.username= # Password for authenticating to the search engine.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
*/ String getSearchEngineHttpUrl(); /** * Get the value for the key 'search_engine.http.ssl.certificate_authorities'. <br> * The value is, e.g. <br> * comment: Path to SSL certificate authorities for secure HTTP connections. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getSearchEngineHttpSslCertificateAuthorities();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (2)