MyVolumio certificate is out of date

The MyVolumio certificate is out of date, it expired 21 days ago.Screenshot 2021-07-20 at 18.41.30

@Poly
@volumio @DED

Email to : techsupport@volumiodotorg for help requests
replace dot with a point.

Hi,

Support ticket has been raised for this:
support+id2587@volumio.zendesk.com

I cannot connect via myvolumio. Works fine locally. When I click the green arrow I get the spinning white wheel forever.
The actual issue is, as reported by Safari Java script console:

Failed to load resource: The certificate for this server is invalid. You might be connecting to a server that is pretending to be “huorcyg4ghbqfvdzrr3fduxikg12-22590984b18b78ebe0cd021ea9237916.eu3.myvolumio.org”, which could put your confidential information at risk.

Running Volumio 2.882 on Raspberry Pi.

I can now connect with Chrome if I ignore the certificate error.

I have also now emailed this to: techsupport@volumiodotorg

did you replace the dot for a .

Yep I replaced the dot for a .

Thank you for your help with this. Volumio is a great product.

Certificate still not updated.

i think all are on vaction poly … normal they would respond.

It is weird as I check certificate expiration date. It is 2021 September 11th.
Did you test with an other computer?

Hi, yes I have tested with another computer. I get the same certificate error. The certificate that MyVolumio backend is trying to use is here:
https://huorcyg4ghbqfvdzrr3fduxikg12-22590984b18b78ebe0cd021ea9237916.eu3.myvolumio.org/socket.io/?EIO=3&transport=polling&t=NhTu8rg

This appears to be a backend connection certificate to facilitate the connection to my pi and not the SSL certificate used by the myvolumio.org site.

Looks like the certs for eu{1,4} have all expired…

for i in {1..5}; do echo -e "\nTesting eu${i}.myvolumio.org"; curl --insecure -vvI \ 
"https://eu${i}.myvolumio.org" 2>&1 | grep 'Server certificate:' -A  4; done
Testing eu1.myvolumio.org
* Server certificate:
*  subject: CN=eu1.myvolumio.org
*  start date: Mar 31 06:38:21 2021 GMT
*  expire date: Jun 29 06:38:21 2021 GMT
*  issuer: C=US; O=Let's Encrypt; CN=R3

Testing eu2.myvolumio.org
* Server certificate:
*  subject: CN=eu2.myvolumio.org
*  start date: Mar 31 06:49:11 2021 GMT
*  expire date: Jun 29 06:49:11 2021 GMT
*  issuer: C=US; O=Let's Encrypt; CN=R3

Testing eu3.myvolumio.org
* Server certificate:
*  subject: CN=eu3.myvolumio.org
*  start date: Mar 31 06:52:37 2021 GMT
*  expire date: Jun 29 06:52:37 2021 GMT
*  issuer: C=US; O=Let's Encrypt; CN=R3

Testing eu4.myvolumio.org
* Server certificate:
*  subject: CN=eu4.myvolumio.org
*  start date: Mar 31 06:56:02 2021 GMT
*  expire date: Jun 29 06:56:02 2021 GMT
*  issuer: C=US; O=Let's Encrypt; CN=R3

Testing eu5.myvolumio.org

I have been away for a few days. Look like they have been updated now. Thank you very much :grinning_face_with_smiling_eyes:

for i in {1..5}; do echo -e "\nTesting eu${i}.myvolumio.org"; curl --insecure -vvI \
"https://eu${i}.myvolumio.org" 2>&1 | grep 'Server certificate:' -A 4; done
Testing eu1.myvolumio.org

* Server certificate:

* subject: CN=eu1.myvolumio.org

* start date: Jul 26 09:00:17 2021 GMT

* expire date: Oct 24 09:00:15 2021 GMT

* issuer: C=US; O=Let's Encrypt; CN=R3

Testing eu2.myvolumio.org

* Server certificate:

* subject: CN=eu2.myvolumio.org

* start date: Jul 26 12:33:28 2021 GMT

* expire date: Oct 24 12:33:26 2021 GMT

* issuer: C=US; O=Let's Encrypt; CN=R3

Testing eu3.myvolumio.org

* Server certificate:

* subject: CN=eu3.myvolumio.org

* start date: Jul 26 12:29:49 2021 GMT

* expire date: Oct 24 12:29:47 2021 GMT

* issuer: C=US; O=Let's Encrypt; CN=R3

Testing eu4.myvolumio.org

* Server certificate:

* subject: CN=eu4.myvolumio.org

* start date: Jul 26 12:35:20 2021 GMT

* expire date: Oct 24 12:35:18 2021 GMT

* issuer: C=US; O=Let's Encrypt; CN=R3

Testing eu5.myvolumio.org

Looks like the certificates have expired again:

for i in {1…5}; do echo -e “\nTesting eu${i}.myvolumio.org”; curl --insecure -vvI \

https://eu${i}.myvolumio.org” 2>&1 | grep ‘Server certificate:’ -A 4; done

Testing eu1.myvolumio.org

  • Server certificate:

  • subject: CN=eu1.myvolumio.org

  • start date: Jul 26 09:00:17 2021 GMT

  • expire date: Oct 24 09:00:15 2021 GMT

  • issuer: C=US; O=Let’s Encrypt; CN=R3

Testing eu2.myvolumio.org

  • Server certificate:

  • subject: CN=eu2.myvolumio.org

  • start date: Jul 26 12:33:28 2021 GMT

  • expire date: Oct 24 12:33:26 2021 GMT

  • issuer: C=US; O=Let’s Encrypt; CN=R3

Testing eu3.myvolumio.org

  • Server certificate:

  • subject: CN=eu3.myvolumio.org

  • start date: Jul 26 12:29:49 2021 GMT

  • expire date: Oct 24 12:29:47 2021 GMT

  • issuer: C=US; O=Let’s Encrypt; CN=R3

Testing eu4.myvolumio.org

  • Server certificate:

  • subject: CN=eu4.myvolumio.org

  • start date: Jul 26 12:35:20 2021 GMT

  • expire date: Oct 24 12:35:18 2021 GMT

  • issuer: C=US; O=Let’s Encrypt; CN=R3

Testing eu5.myvolumio.org

Thanks for reporting, the auto update of certs failed.
We are updating certs as we speak

Great, thank you, just checked and is all working now.