From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46054 Path: main.gmane.org!not-for-mail From: Alexander Kotelnikov Newsgroups: gmane.emacs.gnus.general Subject: Re: IMAP/SSL with gnus Date: Thu, 08 Aug 2002 02:47:18 +0400 Organization: Debian Project Sender: owner-ding@hpc.uh.edu Message-ID: <87n0ryqoax.fsf@pale.loc> References: <87vg6m7i6g.fsf@giotto.sj.ru> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1028760501 19045 127.0.0.1 (7 Aug 2002 22:48:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 7 Aug 2002 22:48:21 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17cZbI-0004x4-00 for ; Thu, 08 Aug 2002 00:48:20 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17cZb5-0008Gc-00; Wed, 07 Aug 2002 17:48:07 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 07 Aug 2002 17:48:33 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id RAA25752 for ; Wed, 7 Aug 2002 17:48:18 -0500 (CDT) Original-Received: (qmail 17721 invoked by alias); 7 Aug 2002 22:47:41 -0000 Original-Received: (qmail 17716 invoked from network); 7 Aug 2002 22:47:41 -0000 Original-Received: from pet-relcom.softjoys.ru (HELO pet.softjoys.ru) (212.113.101.73) by gnus.org with SMTP; 7 Aug 2002 22:47:41 -0000 Original-Received: from pale.loc (pale.softjoys.ru [212.113.101.137]) by pet.softjoys.ru (8.11.0/8.11.0) with ESMTP id g77MqTg84976 for ; Thu, 8 Aug 2002 02:52:30 +0400 (MSD) Original-Received: from sacha by pale.loc with local (Exim 3.35 #1 (Debian)) id 17cZaI-0004mX-00 for ; Thu, 08 Aug 2002 02:47:18 +0400 Original-To: ding@gnus.org X-Face: (uU)eOi[yT~l(bwno'Pl_Z-MbLa:<"SX"r]IQb3zJ8G[n(PGcwS^;\?oSN~iz{IrR3`=_A- ]ghp.+wSOFa}KX@4m{Nl!yP)&v;o8~ (Simon Josefsson's message of "Wed, 07 Aug 2002 18:34:50 +0200") Original-Lines: 21 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.2 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46054 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46054 >>>>> On Wed, 07 Aug 2002 18:34:50 +0200 >>>>> "SJ" == Simon Josefsson wrote: SJ> SJ> Alexander Kotelnikov writes: >> How do I force gnus to ask me, if I accept SSL sertificate from imap >> server? SJ> SJ> Look into ssl.el, in particular `ssl-certificate-verification-policy'. SJ> Interactivity and prompting is poor. The builtin TLS support would SJ> have help. I have (imap-ssl-program (quote ("openssl s_client -ssl3 -connect %s:%p"))) (ssl-certificate-verification-policy 3) ; reject on fail (ssl-program-arguments (quote ("s_client" "-host" host "-port" service "-verify" (int-to-string ssl-certificate-verification-policy) "-CApath" ssl-certificate-directory))) And gnus do not ask my, if I would like to accept a certificate. How would TLS help? -- Alexander Kotelnikov Saint-Petersburg, Russia