The policy files must be downloaded manually and installed in your Java lib/security folder replacing the old files. (DO NOT KEEP THE OLD FILES.  Keeping both will invalidate the install.  Replace the old ones.)

Java6: http://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html \\
Java7: http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html \\
Java8: http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html \\
You may also search google for: 'java unlimited cryptography policy files'\\
\\
(If you are unsure which java version is in use, simply look at the about tab on the admin console.)
\\

OS X Java 6 install location:\\
{{{
/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home/lib/security/
}}}
OS X Java 7 and above install location:\\
{{{
/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/security/
}}}
Windows install location:\\
{{{
C:\Program Files\Java\jre8\lib\security\
}}}

[attachments|oracle.png]\\
[attachments|windows.png]\\
[attachments|replace.png]\\

CrushFTP must be restarted after making this change. (The service or daemon.)  You can use the CrushFTP app to stop the daemon, and start the daemon.\\

Once this has been done, edit the cipher list in the server prefs SSH port item, SSH tab to duplicate the AES128 ciphers and replace the 128 with 256. Your Encryption, SSL tab items will automatically include the new items. Stronger key and keystore files will now work properly too.  You will now be secure using strong cryptography instead of the weakened default policy that ships with Java due to 1990's bureaucracy.\\
\\
[attachments|SSH.png]
\\
The updated files will resolve PGP decryption issues, outbound SFTP/FTPES/HTTPS/SMTP connection issues to servers requiring strong cryptography, etc.  Anything requiring strong cryptography will now work!\\

At the admin > Preferences > Encryption > SSL tab you can set select the "All insecure ciphers" and that will automatically remove the weak encryption files. After this change save the changes and at the admin > status tab move the mouse over the https port to and restart the service to apply the changes you have made.
\\
[attachments|all_insecure.png]