Regarding SSL Setup in Servoy

Hi all,

In Servoy, all the passwords(Users and DB Servers) are being stored in the servoy.properties file. So, according to the warning, “Changing the keystore will make all your encripted passwords in the servoy.properties invalid. (enter them plain text again)” in the “Network Settings” page of the Servoy Admin page, Implementing SSL, does this affect the stored password for users and DB Server? Do we need to have it to enter them again???

Thanks in advance.

Yes, stop your application server

Next edit your servoy.properties files with text-editor

Change the lines with encrypted passwords

server.0.password=encrypted:UatuhRWrTn0=

by entering the password again as visible text

server.0.password=myPassword

When you have done this for all database servers, start the AS again.

Servoy will change the properties file and make is encrypted again

Martin