Date: 2004-08-31T00:59:32 Editor: VincenzoGianferrari <[EMAIL PROTECTED]> Wiki: Apache James Wiki Page: UsingSSL URL: http://wiki.apache.org/james/UsingSSL
Questions should go to the mailing list (and have been covered in the page). Change Log: ------------------------------------------------------------------------------ @@ -256,44 +256,3 @@ -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. - -== Required Client Settings == - -=== Outlook 2003 === - -When using Outlook 2003 on port 465, I get -{{{ -Task 'smtp SSL - Sending' reported error (0x800CCC7D) : 'Your outgoing (SMTP) server does not - support SSL-secured connections. If SSL-secured connections have worked in the past, contact your - server administrator or Internet service provider (ISP).' -}}} -and not even a -{{{ -21/05/04 10:56:00 INFO smtpserver: Connection from ... -}}} - entry shows up in the smtpserver log. - -=== Mozilla 1.7b === - - -When using the Mozilla Mailer, it is important to use SSL and not TLS? -Otherwise, the protocol will hang on the first writeLoggedFlushedResponse() of SMTPHandler.java. - -When setting TLS, unfortunately, I do not get much further since I get very quickly thereafter a -{{{ -mysmtp.mydomain.com has received an incorrect or unexpected message. Error Code: -12229 -}}} -error pop-up in Mozilla. Any hints?