Hi Max,
Thank you for the answer! I am using a certificate given to me by the IT team from our university. They didn't really know how to help, so I solved the problem by reducing the security cipher to 1 from the default 2 in Ubuntu 20.4 (see
solution).
I opened the ssl config file:
sudo nano /etc/ssl/openssl.cnf
In this file I added this line at the beginning:
openssl_conf = openssl_init
And then these lines at the end:
[openssl_init]
ssl_conf = ssl_sect
[ssl_sect]
system_default = system_default_sect
[system_default_sect]
CipherString = DEFAULT@SECLEVEL=1
This might not be the best solution, but for now until IT gets back to me, I will go with it.
Many thanks,
Domnica