Re: NSURL and certificates

2008-04-16 Thread Bill Monk
On Apr 16, 2008, at 12:03 AM, Stephane Huaulme [EMAIL PROTECTED] wrote: 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

Re: NSURL and certificates

2008-04-15 Thread Nick Zitzmann
On Apr 15, 2008, at 7:20 PM, Stephane Huaulme wrote: 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? Without calling a private