Page 1 of 1

RSLVD: SSL Wildcard (GoDaddy) with Smart Client

PostPosted: Wed Mar 31, 2021 8:08 pm
by joe26
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.

Re: SSL Wildcard (GoDaddy) with Smart Client. How?

PostPosted: Fri Apr 02, 2021 4:19 pm
by joe26
Added to server.xml file:
<Connector port="8444"
maxThreads="500"
connectionTimeout="60000"
scheme="https"
secure="true"
SSLEnabled="true"
keystoreFile="conf/keystore.ks"
keyAlias="ssl"
keystorePass="Password"
/>

The java keystore is type PKCS12.

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

Re: SSL Wildcard (GoDaddy) with Smart Client. How?

PostPosted: Tue Apr 06, 2021 11:34 am
by robert.edelmann
Hi Joe,

I assume you activated encryption in the servoy-admin, right under network-settings? It should look like this:
Bildschirmfoto 2021-04-06 um 11.31.50.png
Bildschirmfoto 2021-04-06 um 11.31.50.png (77.26 KiB) Viewed 2123 times


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:
Bildschirmfoto 2021-04-06 um 11.21.32.png
Bildschirmfoto 2021-04-06 um 11.21.32.png (78.69 KiB) Viewed 2123 times


What kind of errors do you get?

Re: SSL Wildcard (GoDaddy) with Smart Client. How?

PostPosted: Wed Apr 07, 2021 8:39 pm
by joe26
Thanks, Robert.

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

Thanks,
--Joe.