Re: Issue with SSL3 - Bad certificate
Ognjen Blagojevic <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <[email protected]> |
Harish, On 6.3.2013 9:53, Harish Kumar wrote: > #1. What additional settings i need to make so that SSL version 3 is > used for communication with other server? You may try to add Java system property -Dhttps.protocols="SSLv3" to your WS client. -Ognjen