From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/3040 Path: news.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.user Subject: Re: IMAP/SSL problems Date: Mon, 29 Sep 2003 21:16:36 +0200 Message-ID: <86oex38kx7.fsf@slowfox.dyndns.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669266 17419 80.91.229.2 (31 Jan 2006 01:01:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:01:06 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:31:36 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!p508e32b5.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: p508e32b5.dip.t-dialin.net (80.142.50.181) Original-X-Trace: news.uni-berlin.de 1064862943 10383327 80.142.50.181 (16 [73968]) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (berkeley-unix) Cancel-Lock: sha1:ObqFdLnfky9LF8wz/GBbfyVq50k= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:3181 Original-Lines: 13 X-Gnus-Article-Number: 3181 Tue Jan 17 17:31:36 2006 Xref: news.gmane.org gmane.emacs.gnus.user:3040 Archived-At: Jason Dufair writes: > - When I look at the *Process List* buffer, I see that Gnus is trying to > do "/bin/bash -c openssl s_client -quiet -ssl3 -connect > myserver.org:993". When I do this at a bash prompt, I just get the > OpenSSL> prompt. Is it a quoting issue? Does /bin/bash -c "openssl s_client -quiet -ssl3 --connect myserver.org:993" work?