CocoaSPDY icon indicating copy to clipboard operation
CocoaSPDY copied to clipboard

Remove custom setTLSTrustEvaluator

Open kgoodier opened this issue 10 years ago • 3 comments

Remove the + (void)setTLSTrustEvaluator:(id<SPDYTLSTrustEvaluator>)evaluator; stuff and just use the NSURL provided mechanism for auth challenges. It's more complicated but unifies the interface better.

kgoodier avatar Jan 09 '15 00:01 kgoodier

+1

NSProgrammer avatar Jan 09 '15 00:01 NSProgrammer

Just an update -- still think this is important, will help avoid auth bugs and oversights.

kgoodier avatar May 12 '16 17:05 kgoodier

We hit a bug from this not going through NSURL mechanism... bump!

NSProgrammer avatar May 12 '16 17:05 NSProgrammer