RSLVD: SSL Wildcard (GoDaddy) with Smart Client

HI all,

With a wildcard SSL, the servoy admin starts up and shows a secure connection. Using the same keystore, with and without an alias in the server.xml file, the smart client will NOT start and shows an invalid cert.

Any suggestions on getting the smart client to run with a wild card SSL cert?

Single domain certs work just fine, but just cannot get this to go.

Thanks,
–Joe.

Added to server.xml file:

The java keystore is type PKCS12.

Just cannot get the wildcard SSL to run a Smart client.

Hi Joe,

I assume you activated encryption in the servoy-admin, right under network-settings? It should look like this:
[attachment=0]Bildschirmfoto 2021-04-06 um 11.31.50.png[/attachment]

If you’ve done that, does your keystore include the intermediate keys?

If you inspect the keystore with keystore explorer it should look like this:
[attachment=1]Bildschirmfoto 2021-04-06 um 11.21.32.png[/attachment]

What kind of errors do you get?

Thanks, Robert.

Missing the complete chain of authority. Was able to edit the certificate in Keystore Explorer, and add the higher levels.

Thanks,
–Joe.