Sidebar

Receiving "the trustAnchors parameter must be non-empty" when setting up TLS SMTP server setttings

0 votes
415 views
asked Jul 31, 2014 by brandon-w-8204 (33,270 points)
I am setting up a TLS SMTP server in the System Configuration. When i click the Send Test Email i get a "the trustAnchors parameter must be non-empty". What does this mean and how do i fix it.

1 Answer

0 votes
 
Best answer

This is caused by the following options being blank in the QIE Service Manager under the Startup tab. 

-Djavax.net.ssl.trustStore=

-Djavax.net.ssl.trustStorePassword=

-Djavax.net.ssl.keyStore=

-Djavax.net.ssl.keyStorePassword=

-Djavax.net.ssl.keyStoreType=

QIE now does the certificat management in the QIE Console and these are no longer required. Simply delete these from the startup tab and restart the QIE service and test your SMTP connections again.

answered Jul 31, 2014 by brandon-w-8204 (33,270 points)
...