Can't connect using Java 7

Sometimes, when attempting to connect to a bank and using Java 7, the connection will fail with the following error:

I'm sorry, an error occurred: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificates does not conform to algorithm constraints

This error is due to a change in the Java 7 security model, which by default no longer accepts certificates using less secure encryption algorithms. Some bank SSL certificates are still using this insecure algorithm, and are therefore rejected by Moneydance. If you see this error, you'll need to install Java 6 on your computer instead of Java 7. You should also contact your bank and ask them to update their certificate to use a more secure algorithm.