I've nuilt mutt with imap and ssl support, but when i start it and try to connect to any imaps server it tells me that "SSL in unavailable". I don't understand whu it thinks SSL is unavaiable.
(%:~)- ldd /usr/local/bin/mutt |egrep '(crypto|ssl)' libssl.so.2 => /lib/libssl.so.2 (0x4005c000) libcrypto.so.2 => /lib/libcrypto.so.2 (0x40089000) I can also connect to the imaps server using all 3 SSL protocols using command line openssl tools openssl s_client -host mars -port 993 -verify -debug -tls1 verify depth is 0 CONNECTED(00000003) write:errno=104 ssl2 and ssl3 report the same thing. Mutt 1.4i (2002-05-29) Copyright (C) 1996-2001 Michael R. Elkins and others. Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'. Mutt is free software, and you are welcome to redistribute it under certain conditions; type `mutt -vv' for details. System: Linux 2.4.19 (i686) [using ncurses 5.2] Compile options: -DOMAIN -DEBUG -HOMESPOOL +USE_SETGID +USE_DOTLOCK +DL_STANDALONE +USE_FCNTL -USE_FLOCK -USE_POP +USE_IMAP -USE_GSS +USE_SSL -USE_SASL +HAVE_REGCOMP -USE_GNU_REGEX +HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET +HAVE_CURS_SET +HAVE_META +HAVE_RESIZETERM +HAVE_PGP -BUFFY_SIZE -EXACT_ADDRESS -SUN_ATTACHMENT +ENABLE_NLS -LOCALES_HACK +HAVE_WC_FUNCS +HAVE_LANGINFO_CODESET ++HAVE_LANGINFO_YESEXPR +HAVE_ICONV -ICONV_NONTRANS +HAVE_GETSID +HAVE_GETADDRINFO -ISPELL any ideas why this isn't wokrking? dan