You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For consistency between OpenSSL and JSSE TLS implementations, TLSv.13 cipher
suites included in the ciphers attribute of an SSLHostConfig are now always
ignored (previously they would be ignored with OpenSSL implementations and
used with JSSE implementations) and a warning is logged that the cipher suite
has been ignored.
sslHostConfig.certificate.notype=Multiple certificates were specified and at least one is missing the required attribute type
148
148
sslHostConfig.certificateVerificationInvalid=The certificate verification value [{0}] is not recognised
149
149
sslHostConfig.fileNotFound=Configured file [{0}] does not exist
150
+
sslHostConfig.ignoreNonTls13Ciphersuite=The non-TLS 1.3 cipher suite [{0}] included in the TLS 1.3 cipher suite list will be ignored
151
+
sslHostConfig.ignoreTls13Ciphersuite=The TLS 1.3 cipher suite [{0}] included in the TLS 1.2 and below ciphers list will be ignored
150
152
sslHostConfig.invalid_truststore_password=The provided trust store password could not be used to unlock and/or validate the trust store. Retrying to access the trust store with a null password which will skip validation.
151
153
sslHostConfig.mismatch=The property [{0}] was set on the SSLHostConfig named [{1}] and is for the [{2}] configuration syntax but the SSLHostConfig is being used with the [{3}] configuration syntax
152
154
sslHostConfig.mismatch.trust=The trust configuration property [{0}] was set on the SSLHostConfig named [{1}] and is for the [{2}] configuration syntax but the SSLHostConfig is being used with the [{3}] trust configuration syntax
0 commit comments