zsw104 / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

Https problem #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.try to connect to a https soap sevrer

What is the expected output? What do you see instead?
i was hoping that it would connect but i get "ERROR:java.io.IOException: 
Hostname <#######> was not verified

What version of the product are you using?
2.3

is there a different call for connecting to https soap servers?

Original issue reported on code.google.com by jonathan...@gtempaccount.com on 11 Feb 2010 at 10:00

GoogleCodeExporter commented 8 years ago
I'm trying the same thing here, but I'm getting problems with the CA, that is
self-signed.
You're problem looks alike, but the error I'm getting is 
javax.net.ssl.SSLException:
Not trusted server certificate.

I looked for a call for https servers, but found nothing, so I'm working on a 
workaround.

If you find something, please, let me know.

Regards.

Original comment by Xose.Ra...@gmail.com on 17 Feb 2010 at 12:48

GoogleCodeExporter commented 8 years ago
Could you please submit a testcase that reproduces this problem?  Ideally, 
that'd
include the URL of a public HTTPS SOAP server that causes the problem and a 
sample
SOAP request for that server.

Original comment by karl.mic...@gmail.com on 14 Mar 2010 at 6:08

GoogleCodeExporter commented 8 years ago
I have a transport class for https that I am going to put into the project in 
the near future. That should solve this problem.

Original comment by mosa...@gmail.com on 12 Oct 2010 at 7:00

GoogleCodeExporter commented 8 years ago
this would be amazing as it is all i need for a project im working on

Original comment by doghouse...@gmail.com on 16 Oct 2010 at 10:36

GoogleCodeExporter commented 8 years ago
Give me a week or two to clean it up for public use.. 

Original comment by mosa...@gmail.com on 17 Oct 2010 at 4:27

GoogleCodeExporter commented 8 years ago

Original comment by mosa...@gmail.com on 21 Oct 2010 at 4:43

GoogleCodeExporter commented 8 years ago
The implementation I have working and use in an app is now on github. I will do 
some more testing and then push to a new release. Ideally others could do some 
testing too. I will post on the mailing list.

Original comment by mosa...@gmail.com on 30 Oct 2010 at 4:11

GoogleCodeExporter commented 8 years ago
The 2.5.2 release has the working transport and connection now and is being 
used successfully.

Original comment by mosa...@gmail.com on 1 Nov 2010 at 7:12