[EMAIL PROTECTED] HTTPS and SSL certificate issue + PKIX = javax.net.ssl.SSLHandshakeException

2008-09-07 Thread sh_santosh
Dear all, I am getting this exception while invoking(web services) or accessing through java code. The URL which i try to access is secured using Certificate. Please see the exception - javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: su

Re: [EMAIL PROTECTED] Https certificate issue

2008-08-01 Thread sh_santosh
at org.apache.axis.client.Call.invoke(Call.java:2767) at org.apache.axis.client.Call.invoke(Call.java:1792) Regards Santosh Eric Covener wrote: > > On Fri, Aug 1, 2008 at 12:00 PM, sh_santosh <[EMAIL PROTECTED]> > wrote: >> >> So, how to solve this issue. >> What configurati

[EMAIL PROTECTED] Https certificate issue

2008-08-01 Thread sh_santosh
Dear All, There is a windows server, where .Net web services is exposed. But they have configured HTTPS at windows server. So, we are not able to invoke their web services over HTTPS. i am not sure but they have configured HTTPS with ssl certification at their end. I am using JDK1.6 and Tomcat.

RE: [EMAIL PROTECTED] HttpURLConnection - java.net.ConnectException: Connection timed out

2007-12-07 Thread sh_santosh
endAndReceive method - just i have changed the url - http://staging.stemp.com/tempgo1/ to http://localhost:8080/tempgo1/ and it started working. it's change in url to localhost:8080 only... so, what is the problem ? can any body explain Thank you for Help sh_santo

RE: [EMAIL PROTECTED] HttpURLConnection - java.net.ConnectException: Connection timed out

2007-12-07 Thread sh_santosh
ween your java client host and the > hosts on which Tomcat and Axis are running. To do so, try doing telnet > my.tomcat.com:8080 from the java client host. > > If you reproduce the problem in 2) above, there may be a firewall between > the client and the server. > > > -ascs &

[EMAIL PROTECTED] HttpURLConnection - java.net.ConnectException: Connection timed out

2007-12-05 Thread sh_santosh
Dear all, I am usging Apache-Tomcat 5.5.20 and Axis 1.2 RC. I am invoking the web services method by my java client program. In SoapBindingImpl class i have written a Implementation method sendAndReceive(). sendAndReceive method code is -- public String sendAndReceive(String sRequest, S