Hi @Andrew.Zebic -
Sounds like either your key store is not setup correctly or you have a root CA which has not yet been trusted by your browser or OS.
Which certificate authority are you using?
Have you double checked the following:
- There exists a java key store at
$IGNITION/webserver/ssl.key
- The key store has password
ignition
- There exists one entry with alias
tomcat
- The entry with alias
tomcat
has a private key protected by passwordignition
- The entry with alias
tomcat
has a certificate chain in order starting with the server cert, followed by any intermediary ca certs, ending with the root ca cert - The private key and the public key in the server cert form a valid key pair
If you double checked the above, and it is still not working, I would call into support so they could take a closer look at what’s going on.