It is not a bug in the installer! When defining your JDBC connection string, you have to double backslash the truststore path:
i.e. if your truststore path is c:\windows\trust
you connection needs to be:
encrypt=true;truststore=c:\\windows\\trust
I've tested and verified it in my lab setup. The first "\" is considered as an escape character.