Questions tagged [ssl]

10 questions
8
votes
1 answer

M-x list-package fails with error "certificate could not be verified"

My environment: Linux Mint 17.3 (based on Ubuntu 14.04) Emacs 25.3.1 The value of package-archives: (("gnu" . "https://elpa.gnu.org/packages/") ("melpa" . "https://melpa.org/packages/") ("marmalade" .…
York
  • 221
  • 2
  • 5
7
votes
1 answer

Emacs TLS check is still ill-configured

After reading this post I decided to harder the security of Emacs. However, after setting everything and doing the test, Emacs is still ill-configured. Everything is done in a GNU/Linux distribution. Installing certifi As said the in the blog post…
shackra
  • 2,702
  • 18
  • 47
6
votes
2 answers

How can I use ERC with an IRC offered over SSL?

I'm trying to connect to Gitter's IRC servers to join the chat room vermiculus/stack-mode, but according to Gitter, they offer this service over SSL: _ _ _ _ _ (_)_ __ ___ __ _(_) |_| |_ ___ _…
Sean Allred
  • 6,861
  • 16
  • 85
3
votes
1 answer

Send email with gnus via ssl port 465

I'm using gnus and trying to send email through it. This works for my gmail account (which receives outgoing emails on smpt port 587 using tls). My university uses smpt on port 465 and no tls, but ssl. Receiving email via IMAP port 993 works…
erjoalgo
  • 853
  • 1
  • 5
  • 18
2
votes
0 answers

Cannot upgrade packages when adding melpa to the package-archives

I have problems upgrading packages coming from melpa: When executing list-package with "https://melpa.org/packages/" in the package-archives I get the following in the *Messages* buffer: Using a proxy for https... gnutls.c: [0] (Emacs) Received…
halloleo
  • 1,215
  • 9
  • 23
1
vote
1 answer

Failed to download ‘melpa-stable’ archive. GnuTLS : Contacting host: 443

I am trying to install packages/modes from melpa on my emacs27.1, but I am unable to do so. If I run M-x package-refresh-contents , I get the following error : Importing package-keyring.gpg...done Contacting host: elpa.gnu.org:443 gnutls.el:…
Vignesh S
  • 11
  • 2
1
vote
1 answer

mu4e with second account with a different stream type fails to send messages

I use Emacs and mu4e for email. I successfully set up Amazon WorkMail IMAP with Emacs and mu4e as a second account. My first account works with TLS: (setq ; ... smtpmail-smtp-server "smtp.server.com" message-send-mail-function …
miguelmorin
  • 1,751
  • 11
  • 33
1
vote
1 answer

Accessing HTTPS sites with mac emacs 26.3

I'm working on a mac (Catalina 10.15.1) and I've recently switched from Aquamacs to GNU Emacs (updated to 26.3 build 1). In Aquamacs, I had no issues accessing https sites, though I'm unable to do this in my current GNU Emacs set up. Whenever I try…
kozina-adjacent
  • 306
  • 1
  • 8
1
vote
1 answer

gnutls-negotiate: Certificate validation failed for [hostname] verification code 402

After upgrading to Emacs 25, I get gnutls-negotiate: Certificate validation failed for [hostname] verification code 402 on connecting to my weechat IRC proxy, with no prompt about accepting things anyway. I already have (add-to-list…
unhammer
  • 1,127
  • 8
  • 22
0
votes
0 answers

url-retrieve-synchronously on github doesn't return any response

Running the function (url-retrieve-synchronously "https://api.github.com/users/lawlist/gists") returns an empty buffer. This only happens with github. What could possibly be the cause?
FunkyBaby
  • 767
  • 1
  • 4
  • 10