You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please provide us clear steps to test TCP over TLS.
I have tried by loading certificates which are available but with that syslog server is not running and getting below error. I know we get below error when server is not running on particluar address and port
InetAddress of the Syslog Server have changed, create a new connection
Exception in thread "main" java.net.ConnectException: Exception connecting to /127.0.0.1:6514
I have tried by setting another certificate but getting below error
Exception in thread "main" javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Where is provision to configure SSL certs in given class TcpSyslogMessageSender.?
I need to complete testing TCP over TLS to incorporate this syslog-java-client into my application.
Thanks and Regards,
Arjun
The text was updated successfully, but these errors were encountered:
Searching on Google for InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty I see that you may have a problem with the truststore you have configured:
What was the stacktrace for the first exception you got? The message Exception connecting to /127.0.0.1:6514 is not much detailed, there is probably a cause.
Hi,
Can you please provide us clear steps to test TCP over TLS.
I have tried by loading certificates which are available but with that syslog server is not running and getting below error. I know we get below error when server is not running on particluar address and port
I have tried by setting another certificate but getting below error
Where is provision to configure SSL certs in given class
TcpSyslogMessageSender
.?I need to complete testing TCP over TLS to incorporate this syslog-java-client into my application.
Thanks and Regards,
Arjun
The text was updated successfully, but these errors were encountered: