expired certificate

19 views
Skip to first unread message

rwmit...@gmail.com

unread,
Sep 13, 2023, 4:14:55 PM9/13/23
to vim_use
Is anyone else seeing this?

Untitled.png

Salman Halim

unread,
Sep 13, 2023, 4:22:23 PM9/13/23
to vim...@googlegroups.com
I think I saw this the other day; I just ignored it and went ahead.

On Wed, Sep 13, 2023 at 4:14 PM rwmit...@gmail.com <rwmit...@gmail.com> wrote:
Is anyone else seeing this?

Untitled.png

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/0dd2e1eb-2ca4-4eae-9aaf-59064e28d77fn%40googlegroups.com.


--
 
Salman

I, too, shall something make and glory in the making.

Stan Brown

unread,
Sep 13, 2023, 7:15:55 PM9/13/23
to vim...@googlegroups.com
Both in Firefox and in Chrome, I pasted
https://www.vim.org/
in the address bar. They are both quick to complain about expired
certificates; neither one had a problem displaying the page or showed
any odd messages.

Stan Brown
Tehachapi, CA, USA
https://BrownMath.com

On 2023-09-13 13:14, rwmit...@gmail.com wrote:
> Is anyone else seeing this?
>
> Untitled.png
>
> --
> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
> <http://www.vim.org/maillist.php>
>
> ---
> You received this message because you are subscribed to the Google
> Groups "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to vim_use+u...@googlegroups.com
> <mailto:vim_use+u...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vim_use/0dd2e1eb-2ca4-4eae-9aaf-59064e28d77fn%40googlegroups.com <https://groups.google.com/d/msgid/vim_use/0dd2e1eb-2ca4-4eae-9aaf-59064e28d77fn%40googlegroups.com?utm_medium=email&utm_source=footer>.

Steve Martin

unread,
Sep 15, 2023, 3:45:18 AM9/15/23
to vim_use
I took a look with:

echo |  openssl s_client -showcerts -connect www.vim.org:443 2>/dev/null | openssl x509 -text | grep Not
            Not Before: Jun 10 04:38:43 2023 GMT
            Not After : Sep  8 04:38:42 2023 GMT

So it appears that one of their servers has an expired certificate. Most of my results were fine:

echo |  openssl s_client -showcerts -connect www.vim.org:443 2>/dev/null | openssl x509 -text | grep Not
            Not Before: Aug 26 23:34:41 2023 GMT
            Not After : Nov 24 23:34:40 2023 GMT

Either a script to update Let's Encrypt certificates is not running properly on that one server, or someone has failed to do a manual update if they do that.

Reply all
Reply to author
Forward
0 new messages