Friday, September 15, 2023

Re: expired certificate

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.

On Wednesday, September 13, 2023 at 5:15:55 PM UTC-6 Stan Brown wrote:
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>.

--
--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/e9e81afc-1c88-40b3-b7a0-43a418f4138bn%40googlegroups.com.

No comments: