Page 1 of 1
Regular SSL error message
Posted: April 20th, 2023, 11:41 am
by sastek
Hi, can anyone tell me what the following error message means? It pops up in sab every day. My SSL certificate is working properly for web access, so I don't think it relates to it. Server is running Ubuntu 20.04

Re: Regular SSL error message
Posted: April 20th, 2023, 3:01 pm
by safihre
Is your instance exposed to the internet? If so, it could be a bot scanning you.
Otherwise, it might be some browser checks.
Not much we can do about it.
Re: Regular SSL error message
Posted: April 21st, 2023, 6:47 am
by sastek
Thanks for the reply.
Yes it is exposed to the Internet so a scanning bot could be the problem. My only thought is that it started as soon as I rebuilt the VPS from centos to ubuntu, but it could be a coincidence.
Re: Regular SSL error message
Posted: April 21st, 2023, 2:56 pm
by jcfp
sastek wrote: ↑April 21st, 2023, 6:47 amMy only thought is that it started as soon as I rebuilt the VPS from centos to ubuntu, but it could be a coincidence.
The key difference is probably that you rebuilt with a more recent operating system. Over time, SSL protocol versions are deprecated because they are vulnerable to attacks and no longer offer sufficient levels of protection, so an SSL version that was previously accepted could easily result in warnings or errors on a newer operating system.
Re: Regular SSL error message
Posted: April 21st, 2023, 3:20 pm
by sastek
That's a very good point, thanks for the post.