Support SSL/TLS Java connections with RSA >2048 on IBM Domino

When executing Java code on the Domino server to connect to an SSL/TLS site, you may encounter errors, such as

javax.net.ssl.SSLKeyException: RSA premaster secret error
java.security.InvalidKeyException: Illegal key size or default parameters

The problem is that the IBM Domino server (at least up to 9.0.1 FP3) ships with default Java policies which prevents SSL/TLS connections using certificates with RSA higher than 2048 bits.

The solution is simple:

Tell HTTP Quit
Load HTTP