unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#43168: elpa.gnu.org Unacsesable with Emacs 25.1 on Windows Server 2019
@ 2020-09-02  6:00 Eugene J.
  2020-09-02  6:01 ` bug#43168: log Eugene J.
  2020-09-02  9:27 ` bug#43168: elpa.gnu.org Unacsesable with Emacs 25.1 on Windows Server 2019 Robert Pluim
  0 siblings, 2 replies; 5+ messages in thread
From: Eugene J. @ 2020-09-02  6:00 UTC (permalink / raw)
  To: 43168

[-- Attachment #1: Type: text/plain, Size: 431 bytes --]

Seems like the bundle from https://ftp.gnu.org/gnu/emacs/windows/emacs-25/
has a SSL problem https://github.com/jcs090218/setup-emacs-windows/issues/9

I think jcs090218  (setup-emacs-windows owner) is right in that the issue,
shouldn't be patched in CI if it can be fixed in the release. Or maybe the
problem is in Windows configs and I should ask GitHub dudes to add
something to the Windows test runner install. I'm confused D:

[-- Attachment #2: Type: text/html, Size: 627 bytes --]

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

* bug#43168: log
  2020-09-02  6:00 bug#43168: elpa.gnu.org Unacsesable with Emacs 25.1 on Windows Server 2019 Eugene J.
@ 2020-09-02  6:01 ` Eugene J.
  2020-09-02 14:00   ` Eli Zaretskii
  2020-09-02  9:27 ` bug#43168: elpa.gnu.org Unacsesable with Emacs 25.1 on Windows Server 2019 Robert Pluim
  1 sibling, 1 reply; 5+ messages in thread
From: Eugene J. @ 2020-09-02  6:01 UTC (permalink / raw)
  To: 43168

[-- Attachment #1: Type: text/plain, Size: 686 bytes --]

Contacting host: elpa.gnu.org:443
Opening TLS connection to `elpa.gnu.org'...Opening TLS connection with
`gnutls-cli --x509cafile nil -p 443 elpa.gnu.org'...Opening TLS
connection with `gnutls-cli --x509cafile nil -p 443
elpa.gnu.org'...failedOpening TLS connection with `gnutls-cli
--x509cafile nil -p 443 elpa.gnu.org --protocols ssl3'...
Opening TLS connection with `gnutls-cli --x509cafile nil -p 443
elpa.gnu.org --protocols ssl3'...failedOpening TLS connection with
`openssl s_client -connect elpa.gnu.org:443 -no_ssl2
-ign_eof'...Opening TLS connection with `openssl s_client -connect
elpa.gnu.org:443 -no_ssl2 -ign_eof'...failedOpening TLS connection to
`elpa.gnu.org'...failed

[-- Attachment #2: Type: text/html, Size: 3203 bytes --]

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

* bug#43168: elpa.gnu.org Unacsesable with Emacs 25.1 on Windows Server 2019
  2020-09-02  6:00 bug#43168: elpa.gnu.org Unacsesable with Emacs 25.1 on Windows Server 2019 Eugene J.
  2020-09-02  6:01 ` bug#43168: log Eugene J.
@ 2020-09-02  9:27 ` Robert Pluim
  1 sibling, 0 replies; 5+ messages in thread
From: Robert Pluim @ 2020-09-02  9:27 UTC (permalink / raw)
  To: Eugene J.; +Cc: 43168

>>>>> On Wed, 2 Sep 2020 09:00:23 +0300, "Eugene J." <w3techplayground@gmail.com> said:

    Eugene> Seems like the bundle from https://ftp.gnu.org/gnu/emacs/windows/emacs-25/
    Eugene> has a SSL problem https://github.com/jcs090218/setup-emacs-windows/issues/9

    Eugene> I think jcs090218  (setup-emacs-windows owner) is right in that the issue,
    Eugene> shouldn't be patched in CI if it can be fixed in the release. Or maybe the
    Eugene> problem is in Windows configs and I should ask GitHub dudes to add
    Eugene> something to the Windows test runner install. I'm confused D:

There will be no further releases of emacs-25 in any case.

I commented on the github issue. I donʼt beleive this is a bug in
emacs.

Robert





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

* bug#43168: log
  2020-09-02  6:01 ` bug#43168: log Eugene J.
@ 2020-09-02 14:00   ` Eli Zaretskii
  2020-09-02 14:17     ` Stefan Kangas
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2020-09-02 14:00 UTC (permalink / raw)
  To: Eugene J.; +Cc: 43168

> From: "Eugene J." <w3techplayground@gmail.com>
> Date: Wed, 2 Sep 2020 09:01:33 +0300
> 
> Contacting host: elpa.gnu.org:443
> Opening TLS connection to `elpa.gnu.org'...
> Opening TLS connection with `gnutls-cli --x509cafile nil -p 443 elpa.gnu.org'...
> Opening TLS connection with `gnutls-cli --x509cafile nil -p 443 elpa.gnu.org'...failed
> Opening TLS connection with `gnutls-cli --x509cafile nil -p 443 elpa.gnu.org --protocols ssl3'...
> Opening TLS connection with `gnutls-cli --x509cafile nil -p 443 elpa.gnu.org --protocols ssl3'...failed
> Opening TLS connection with `openssl s_client -connect elpa.gnu.org:443 -no_ssl2 -ign_eof'...
> Opening TLS connection with `openssl s_client -connect elpa.gnu.org:443 -no_ssl2 -ign_eof'...failed
> Opening TLS connection to `elpa.gnu.org'...failed

This never worked on Windows, and never will.

You must have an Emacs built with GnuTLS to have HTTPS connections
from Emacs on MS-Windows.  Please get a later release from the GNU FTP
site, it should have GnuTLS built-in.






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

* bug#43168: log
  2020-09-02 14:00   ` Eli Zaretskii
@ 2020-09-02 14:17     ` Stefan Kangas
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Kangas @ 2020-09-02 14:17 UTC (permalink / raw)
  To: Eli Zaretskii, Eugene J.; +Cc: 43168

tags 43168 + notabug
close 43168
thanks

Eli Zaretskii <eliz@gnu.org> writes:

> This never worked on Windows, and never will.
>
> You must have an Emacs built with GnuTLS to have HTTPS connections
> from Emacs on MS-Windows.  Please get a later release from the GNU FTP
> site, it should have GnuTLS built-in.

I'm therefore closing this bug report now.





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

end of thread, other threads:[~2020-09-02 14:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02  6:00 bug#43168: elpa.gnu.org Unacsesable with Emacs 25.1 on Windows Server 2019 Eugene J.
2020-09-02  6:01 ` bug#43168: log Eugene J.
2020-09-02 14:00   ` Eli Zaretskii
2020-09-02 14:17     ` Stefan Kangas
2020-09-02  9:27 ` bug#43168: elpa.gnu.org Unacsesable with Emacs 25.1 on Windows Server 2019 Robert Pluim

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).