when I try to fetch a web page on an internal server using:

[NSString stringWithContentsOfURL:[NSURL URLWithString: theURLString] encoding:NSASCIIStringEncoding error:&theError];

I get the following error:

<CFString 0xa00daec8 [0xa01d71a0]>{contents = "NSUnderlyingError"} = Error Domain=NSURLErrorDomain Code=-1203 UserInfo=0x15579210 "bad server certificate

what can I do about this?

my problem would likely go away if I could do something like:

wget --no-check-certificate

but i don't know how to do that with NSURL. Is it possibe?
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to