Dear visitor, welcome to Palo Community Forum.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
Received close_notify during handshake
Hello,
I am trying to establish a connection via ssl / https between etlclient (windows plattform) and etlserver (linux).
2009-03-03 17:43:24,061 INFO [main] (CLIClient.java:192) - Parameters: -s https://10.0.50.252:8443 -a /mysamples/tracking.xml Failed to connect to server: Received close_notify during handshake Exiting...
I do have a good connection with web-etl.war file and tomcat 5.5.
ETL-Server is running and not throwing error messages.
What am I doing wrong? Thanks for helping
sivgin
RE: Received close_notify during handshake
Problem solved.
1) I created a new keystore file
2) I copied keystore to the correct folder and update jetty-ssl.xml on etl-server trustpassword, password and keypassword
The same needs to be done in web-etl project if you want to use the web-application:
See webetl.properties file
javax.net.ssl.trustStore=../../../../../../../keystore
javax.net.ssl.keyStore=../../../../../../../keystore
javax.net.ssl.keyStorePassword=password
sivgin