Date: 2003-12-17T13:46:08 Editor: SamKim <[EMAIL PROTECTED]> Wiki: Apache James Wiki Page: James/UsingSSL URL: http://wiki.apache.org/james/James/UsingSSL
no comment Change Log: ------------------------------------------------------------------------------ @@ -234,3 +234,18 @@ keytool -import -alias james -keystore <your_keystore_filename> \ -trustcacerts -file <your_certificate_filename> }}} + + += Questions = + +== Algorithm Missing? == + +I believe I have followed above directions to the letter, but it seems I still get this error message in ''pop3server-yyyy-MM-dd-HH-mm.log'': + {{{ +Caused by: javax.net.ssl.SSLException: Algorithm missing: +Caused by: java.security.NoSuchAlgorithmException: Could not create cipher AES/128 +Caused by: java.security.NoSuchAlgorithmException: No implementation for AES/CBC/NoPadding found +}}} + +I'm using J2SE 1.4 with James 1.2.1 and Mozilla Thunderbird as e``Mail client. +