-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: No version of gnu-elpa-keyring-update >= nil is available #740
Comments
I find some information on this problem. https://emacs.stackexchange.com/questions/26335/emacs-behind-firewall-cannot-download-packages-from-melpa |
I am getting the same issue on RHEL 8. However, I am not inside any firewall. I just spun up an Amazon EC2 RHEL8 instance and cloned the repo. The command
Adding debug-init output,
Starting with
|
I find the issue #721 (#721) could be reproduced on this version of emacs configuration on RHEL 8.0.
The error "No version of gnu-elpa-keyring-update >= nil is available" is reported during the stage of initiation, and the following error could also be found in the output of "emacs --debug-init":
On the issue #721, I worked around it by replacing "https" with "http" in init-elpa.el, which is not worked for this version any more. I post this problem here because I believe there must be someone who knows the root cause and maybe can give me some help.
Any reply is very appreciated!
The following is some information for reference:
because I find the rescue method has already been imported into init-elpa.el:
my emacs can open something like "https://www.yahoo.com", but cannot open "https://elpa.gnu.org". This may has little relation to the GFW(Great Firewall of China), because I can open https://elpa.gnu.org from firefox browser.
Some thing on ELPA's certificate chains of my certifacates:
4.1 output of "gnutls-cli-debug"
4.2 output of "gnutls-cli elpa.gnu.org":
4.3 output of emacs with command of
M-:
(gnutls-available-p)(ClientHello\ Padding Key\ Share Post\ Handshake\ Auth PSK\ Key\ Exchange\ Modes Cookie Supported\ Versions Early\ Data Pre\ Shared\ Key Se
ssion\ Ticket Record\ Size\ Limit Extended\ Master\ Secret Encrypt-then-MAC ...)
The text was updated successfully, but these errors were encountered: