• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

SunFakeTrustSocketFactory / CustomSSLSocketFactory not working

 
Ranch Hand
Posts: 143
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have a set of axis 1.3 webservices and clients which need to made secure using SSL. I tried following the steps outlined in this article - http://alweb.homeip.net/dw0rm/dblog/?p=38

Whether I code & use CustomSSLSocketFactory or SunFakeTrustSocketFactory , I'm still getting this exception -


Have tried searching the web without any luck.

Any help would be greatly appreciated!
 
Ranch Hand
Posts: 263
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could try link below:

http://shivendra-tripathi.blogspot.com/2010/11/enabling-ssl-for-axis2-service-and.html
 
Prasanna Wamanacharya
Ranch Hand
Posts: 143
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply Shivendra.

Looks like the link outlines usage of Axis2. Will the solution work for Axis 1.3?

BTW, I have to use JDK 1.4.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic