prajapatipranay / wsdl2objc

Automatically exported from code.google.com/p/wsdl2objc
MIT License
0 stars 0 forks source link

Accept any cert from host #160

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Generate src from WSDL works via https

What is the expected output?

Generated code successfully connect, post and receive the data to\from host.

What do you see instead?

The message indicates the host is untrusted.

Please use labels and text to provide additional information.
Please consider implementation of 
connection:canAuthenticateAgainstProtectionSpace: message of 
NSURLConnectionDelegate. It should return true for any cert from specific host. 
So far the generated code fails to connect to the secure host.

Original issue reported on code.google.com by Andrew.K...@gmail.com on 1 Nov 2011 at 8:09