Comments
-
We would also like to see this feature be implemented. At the very least a configurable selection. We deactivate users as they leave so that we don't lose the ticket history and keep them handy if they ever come back. This means that the user list can be extraordinarily long and confusing to end users.
-
ciphers="TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA256,…
-
Yeah, I found that file and added sslEnabledProtocols="TLSv1.2,TLSv1.1,TLSv1,SSLv3" but didn't futz with the cipher suites. Making the sslEnabledProtocols change caused the server to not startup correctly, saying "web peer not authenticated". I'll make this change in a little bit and try again, some other work came up.…