all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Cant install rnc-mode package
@ 2021-03-23 13:15 aprekates
  2021-03-23 13:29 ` Philip Kaludercic
  0 siblings, 1 reply; 3+ messages in thread
From: aprekates @ 2021-03-23 13:15 UTC (permalink / raw)
  To: Help Gnu Emacs mailing list

M-xpackage-install  RETrnc-mode  RET

Contacting host: elpa.gnu.org:443
package-install-from-archive: https://elpa.gnu.org/packages/rnc-mode-0.2.el: Bad Request

Emacs version: 26.1
OS: Debian 10



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Cant install rnc-mode package
  2021-03-23 13:15 Cant install rnc-mode package aprekates
@ 2021-03-23 13:29 ` Philip Kaludercic
  2021-03-23 13:44   ` aprekates
  0 siblings, 1 reply; 3+ messages in thread
From: Philip Kaludercic @ 2021-03-23 13:29 UTC (permalink / raw)
  To: aprekates; +Cc: Help Gnu Emacs mailing list

aprekates <aprekates@posteo.net> writes:

> M-xpackage-install  RETrnc-mode  RET
>
> Contacting host: elpa.gnu.org:443
> package-install-from-archive: https://elpa.gnu.org/packages/rnc-mode-0.2.el: Bad Request
>
> Emacs version: 26.1
> OS: Debian 10

This is related to a TLS issue in 26.1, according to [0]

     (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")

should fix it

[0] https://emacs.stackexchange.com/questions/58424/is-elpa-broken

-- 
	Philip K.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Cant install rnc-mode package
  2021-03-23 13:29 ` Philip Kaludercic
@ 2021-03-23 13:44   ` aprekates
  0 siblings, 0 replies; 3+ messages in thread
From: aprekates @ 2021-03-23 13:44 UTC (permalink / raw)
  To: Philip Kaludercic, Help Gnu Emacs mailing list

Thanks Philip.

I put in into my .init.el

No way i would have ever found that!

Alexandros Prekates

On 23/3/21 3:29 μ.μ., Philip Kaludercic wrote:
> (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-23 13:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-23 13:15 Cant install rnc-mode package aprekates
2021-03-23 13:29 ` Philip Kaludercic
2021-03-23 13:44   ` aprekates

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.