A Java installation by default supports various TLS ciphers for Java applications that use HTTPS / SSL. Some of these TLS ciphers are marked as “vulnerable” and should not be used in production environments for security. Examples of this are TLS 1.0 and TLS 1.1 ciphers, which are deemed no longer secure and should not… Continue reading Java get all enabled TLS cipher suites on Windows via Powershell
Category: Java
How to install Java 11 Amazon Corretto on RedHat 8 / CentOS 8 / AlmaLinux 8
To install Java 11 (Amazon Corretto) on RHEL8 machines, you can run the following commands: After running the above commands, check if Java 11 is successfully installed: That’s it!