Jmix application with https

Based on Configuration :: Jmix Documentation I did configure my IDE.

grafik

And then the server does not start with the message

Caused by: java.io.FileNotFoundException: class path resource [org.biooffice.bio4/keystore/localhost.jks] cannot be resolved to URL because it does not exist

Which is not true
grafik

Is this a problem with JMix 2.2 ?

Jmix version: 2.2.0-RC1
Jmix Studio plugin version: 2.2.NIGHTLY1302-233
IntelliJ version: IntelliJ IDEA 2023.3.4 (Ultimate Edition)

Hi,

The <base-package> in the path to the keystore (server.ssl.key-store property) should be presented as a slash-separated path:
server.ssl.key-store = classpath:org/biooffice/bio4/keystore/localhost.jks

Regards,
Sergey

Hi Sergey

Thank you a lot !

Just for the beauty; if server.ssl.enabled=true the link in the text

Application started at http://localhost:8443

should contain the httpS://

Regards
Felix