X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Ftls.el;h=0ab4293f0d6acd1d0dfafda0cb6387643b6df453;hb=b0eccd76f35ef80c3ad13f09e588d49358e9c22a;hp=d4fa8c2e73cb6e2dd8ff25c28d1e6c81ed87e2f3;hpb=1f6841e684a4d0f549990ee6a79594e40178f70f;p=gnus diff --git a/lisp/tls.el b/lisp/tls.el index d4fa8c2e7..0ab4293f0 100644 --- a/lisp/tls.el +++ b/lisp/tls.el @@ -75,8 +75,8 @@ and `gnutls-cli' (version 2.0.1) output." :type 'regexp :group 'tls) -(defcustom tls-program '("gnutls-cli -p %p %h" - "gnutls-cli -p %p %h --protocols ssl3" +(defcustom tls-program '("gnutls-cli --insecure -p %p %h" + "gnutls-cli --insecure -p %p %h --protocols ssl3" "openssl s_client -connect %h:%p -no_ssl2 -ign_eof") "List of strings containing commands to start TLS stream to a host. Each entry in the list is tried until a connection is successful.