You are not logged in.

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.

  • "sivgin" started this thread

Posts: 163

Date of registration: Feb 4th 2009

Location: berlin

  • Send private message

1

Tuesday, March 3rd 2009, 5:57pm

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

  • "sivgin" started this thread

Posts: 163

Date of registration: Feb 4th 2009

Location: berlin

  • Send private message

2

Wednesday, March 4th 2009, 4:51pm

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

Rate this thread