X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=8b3a7f9a76049a798ab718bdd9930e2e7398a0ac;hp=4c34f5223fc8cab514e0e389592d9eece41666b1;hb=266027bd600a85f1e488b116275d9f3a9a6ba057;hpb=3561c2815bc6bc896fc7a6da8f094edca48c55b8 diff --git a/elpher.el b/elpher.el index 4c34f52..8b3a7f9 100644 --- a/elpher.el +++ b/elpher.el @@ -616,7 +616,8 @@ the host operating system and the local network capabilities." (unless (< (elpher-address-port address) 65536) (error "Cannot establish network connection: port number > 65536")) (when (and (eq use-tls 'gemini) (not elpher-gemini-TLS-cert-checks)) - (setq-local network-security-level 'low)) + (setq-local network-security-level 'low) + (setq-local gnutls-verify-error nil)) (condition-case nil (let* ((kill-buffer-query-functions nil) (port (elpher-address-port address))