This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-03
Channels
- # announcements (3)
- # asami (4)
- # aws (1)
- # babashka (22)
- # beginners (111)
- # calva (3)
- # cider (1)
- # clj-kondo (55)
- # clj-on-windows (9)
- # cljsrn (1)
- # clojure (13)
- # clojure-europe (35)
- # clojure-losangeles (3)
- # clojure-nl (2)
- # clojure-norway (2)
- # clojure-spec (2)
- # clojure-uk (5)
- # clojurescript (51)
- # conjure (5)
- # cursive (5)
- # datascript (1)
- # datomic (27)
- # deps-new (8)
- # depstar (41)
- # emacs (4)
- # fulcro (24)
- # graphql (4)
- # gratitude (8)
- # helix (36)
- # jobs (2)
- # leiningen (2)
- # lsp (11)
- # off-topic (24)
- # pathom (23)
- # pedestal (2)
- # polylith (27)
- # re-frame (12)
- # reagent (7)
- # reitit (1)
- # releases (3)
- # remote-jobs (1)
- # rewrite-clj (4)
- # sci (1)
- # shadow-cljs (27)
- # spacemacs (12)
- # tools-deps (31)
- # web-security (2)
Hey everyone, having an issue with emacs on Mac OS.
context:
system: Mac OS Big Sur 11.5.2
emacs: ver. 27.2
issue:
After running the command package-list-packages, I am getting the following error message
(fn STATUS)]: Error retrieving: (error connection-failed "connect" :host "" :service 443)
error in process sentinel: Error retrieving: (error connection-failed "connect" :host "" :service 443) [2 times]
I found someone having a similar issue without resolution here (from 7 days ago):
https://emacs.stackexchange.com/questions/68288/error-retrieving-https-elpa-gnu-org-packages-archive-contents
Any help would be greatly appreciated!one thing you can try is running Emacs 25, 26, 27 from https://emacsformacosx.com/builds/all it could be an openssl thingy? By trying different builds you might be exercising different SSL stacks
Thank you for the suggestion - I found a solution on Reddit & wanted to post it here in case anyone is going thru a similar issue… I fixed it by adding `(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")` to my custom.el under .emacs.d/personal I cannot say I have any idea why this worked. A redditor provided the solution saying it was a race condition issue with v27