How to use the plug-in with SSL or basic authentication?

In the global configuration of the plug-in, there is a Advanced button. Click on it and an extra option will be shown, TestLink Java API Properties.

Click on the help icon on the right to see which options you can enable. They are used by testlink-java-api to set properties in the connection.

Among the properties, you may have to set xmlrpc.basicUsername and xmlrpc.basicPassword with the credentials used for basic authentication.

For SSL, there are guides available in the Internet showing how to add a certificate to the Java key store and proceed with a SSL connection.