SSL not working

We are using the metabase community edition. I want to run in ssl mode. I have set the below properties before starting my metabase server.

set MB_JETTY_SSL=true
set MB_JETTY_SSL_PORT=9443
set MB_JETTY_SSL_KEYSTORE=C:\certificate.jks
set MB_JETTY_SSL_KEYSTORE_PASSWORD=12345

In server startup I see below:

2024-03-07 08:17:23,950 INFO metabase.core :: Starting Metabase in STANDALONE mode
2024-03-07 08:17:24,025 INFO metabase.server :: Launching Embedded Jetty Webserver with config:
{:port 3000, :ssl? true, :ssl-port 9443, :keystore "C:\certificate.jks"}

But when I open the URL https://localhost:9443 the page is not displayed but it opens with http://localhost:3000.
No errors in the log.
Can you please help me resolve this issue.

did you add one more C?

The typo error was in the post, but I have tried with "https://localhost:9443". It doesnt work.