Skip to content

Commit

Permalink
add handling for tcp handshake (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelonelyvulpes committed Mar 18, 2024
1 parent fd7325e commit 3748bea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ await sslStream
}
catch (Exception e)
{
throw new SecurityException($"Failed to establish encrypted connection with server {uri}.", e);
throw new ServiceUnavailableException($"Failed to establish encrypted connection with server {uri}.", e);
}
}
}
Expand Down

0 comments on commit 3748bea

Please sign in to comment.