all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: W. Greenhouse <wgreenhouse-sGOZH3hwPm2sTnJN9+BGXg@public.gmane.org>
To: help-gnu-emacs-mXXj517/zsQ@public.gmane.org
Subject: Re: Gnus: Process SMTP not running
Date: Sat, 17 May 2014 16:50:15 +0000	[thread overview]
Message-ID: <8761l4pcxk.fsf@motoko.kusanagi> (raw)
In-Reply-To: 32f1573b-5023-43ac-b0c1-0f2305cd1886@googlegroups.com

gnustestingacc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org writes:

>  Obviously the connection quit, an the SMTP process does not find a
> connection. I wonder why the certificates are not accepted by my (?)
> system. I would believe that the certificates are valid, because they
> are from google and I think these guys are capable of creating valid
> certificates.
>  
>  thx for your help
>  
>  
>  
> PS: I use debian sid, emacs version 23.4.1, and have gnutls-bin
> installed.

Try port 465 rather than 587 for the SMTP connection, e.g.

(setq smtpmail-smtp-server "smtp.gmail.com"
      smtpmail-stream-type 'ssl
      smtpmail-smtp-service 465)

Perhaps you need a certificate update for your system--or an update in
general; the current Emacs for sid is 24.3 and not 23.4, which is the
Emacs in wheezy. I would also recommend attempting to verify this
certificate on another system, just to be safe.
      
-- 
Reply to list only, please.
Off-list replies will be filtered and deleted.




      reply	other threads:[~2014-05-17 16:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-17  0:18 Gnus: Process SMTP not running gnustestingacc
2014-05-17  0:40 ` gnustestingacc
2014-05-17 16:50   ` W. Greenhouse [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8761l4pcxk.fsf@motoko.kusanagi \
    --to=wgreenhouse-sgozh3hwpm2stnjn9+bgxg@public.gmane.org \
    --cc=help-gnu-emacs-mXXj517/zsQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.