MongoDB login with SSL

Hi Team,

I have MongoDB server with self signed OpenSSL configuration. it was working fine yesterday, but today my API were facing slow response issue for which I restarted mongod service to eradicate the API slow response issue. the restart of the service itself took quite long time than usual restart.

Post restart when I login to mongo shell I am getting below error.

The server generated these startup warnings when booting:
2023-03-28T11:48:24.851+00:00: Server certificate has no compatible Subject Alternative Name. This may prevent TLS clients from connecting

Please HELP!