Hi, Sven,
On 3/21/08, Sven Joachim <[EMAIL PROTECTED]> wrote:
> On 2008-03-20 23:34 +0100, Valery V. Vorotyntsev wrote:
>
> > `open-tls-stream' cannot establish connection unless `gnutls-bin'
> > package is installed.
> >
> > My jabber.el stopped working today. I've narrowed the problem to
> > `open-tls-stream' function unable to connect with
> > "openssl s_client -connect %h:%p -no_ssl2" command.
>
> Did you upgrade openssl before that? A new version went into testing
> the day before yesterday¹.
Yes, I did.
$ grep openssl /var/log/dpkg.log | tail -1
2008-03-19 14:34:13 status installed openssl 0.9.8g-7
Connection establishes when `s_client' is used without `-no_ssl2' option.
(You can test it against talk.google.com:443.)
Thus, my workaround is
(setq tls-program '("openssl s_client -connect %h:%p"))
...I wonder what is causing the problem: recent openssl change or
talk.google.com server update of some kind.
--
vvv