With newer OpenSSL versions (e.g., on Ubuntu 20.04), the NetSSL_OpenSSL testsuite fails. The reason is an error when loading the `any.pem` file. ``` error:140AB18E:SSL routines:SSL_CTX_use_certificate:ca md too weak ``` Certificate needs to be updated.
With newer OpenSSL versions (e.g., on Ubuntu 20.04), the NetSSL_OpenSSL testsuite fails.
The reason is an error when loading the
any.pemfile.Certificate needs to be updated.