• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Handshake terminated SSL engine: CLOSED

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I am trying to call a webservice using SSL. I generated a test client using RAD6 which generated the code and the necessary deployment descriptors

My ibm-webservicesclient-ext.xmi and ibm-webservicesclient-bnd.xmi look like this.




where ssl/MYSSL is the SSl cerificate configured int he server. This is called from a webmodule in my application.
The SSL certificate is configured correctly as I have another call using the same certificate from an ejb module of my application which works fine.

My problem is when I am making a call to the webservice, the SSl name I have specified is not passed. On looking at the server traces, I see that the default SSl setting is being passed; not the one I have set in the descriptor.

In my application logs, I get an error:
WSWS3713E: Connection to the remote host xxx.yyy.yyy.com failed.Received the following error: Handshake terminated SSL engine: CLOSED

Can any of you please look at this and let me know if I am missing something.

Please let me know if you need any more information.

Thanks,
Raji.

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi !

Have you found solution for your problem ?

I'm interested because i've got the same !

thanks in advance for sharing solution if you got it

Akriden
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello!!

I am facing the same problem. Can you please help me how to resolve this issue.

Thanks in advance.
 
Please enjoy this holographic presentation of our apocalyptic dilemma right after this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic