Skip to content

Commit

Permalink
Updated the SSL connection error message with info about code signing
Browse files Browse the repository at this point in the history
  • Loading branch information
fpillet committed Dec 13, 2010
1 parent bc0846c commit eeaa190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Desktop Viewer/Classes/LoggerNativeTransport.m
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,8 @@ - (void)stream:(NSStream *)theStream handleEvent:(NSStreamEvent)streamEvent
// See https://devforums.apple.com/thread/77848?tstart=0
dispatch_async(dispatch_get_main_queue(), ^{
NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
NSLocalizedString(@"NSLogger SSL connection failure", @""), NSLocalizedDescriptionKey,
NSLocalizedString(@"This error usually occurs the first time you start NSLogger.\n\nRestart NSLogger now to fix the issue.", @""), NSLocalizedRecoverySuggestionErrorKey,
NSLocalizedString(@"NSLogger SSL authentication failure", @""), NSLocalizedDescriptionKey,
NSLocalizedString(@"Your NSLogger build may not be codesigned. As a result, a conflict between Firewall and Keychain tagging of your viewer requires that you restart NSLogger to complete the SSL certificate authorization.\n\nRestart NSLogger now to fix the issue.", @""), NSLocalizedRecoverySuggestionErrorKey,
[NSString stringWithFormat:@"CFStream error %d", errCode], NSUnderlyingErrorKey,
NSLocalizedString(@"Click the Restart button to restart NSLogger now.", @""), NSLocalizedRecoverySuggestionErrorKey,
[NSArray arrayWithObject:NSLocalizedString(@"Restart", @"")], NSLocalizedRecoveryOptionsErrorKey,
Expand Down

0 comments on commit eeaa190

Please sign in to comment.