mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-4330 facilitate specification of enabled TLS cipher suites for Ghidra
Server
This commit is contained in:
parent
d27222d9b5
commit
2c65b1f796
3 changed files with 33 additions and 13 deletions
|
@ -199,6 +199,9 @@ public class ClientUtil {
|
|||
Msg.debug(ClientUtil.class, "Server not connected (" + operation + ")");
|
||||
promptForReconnect(repository, operation, mustRetry, parent);
|
||||
}
|
||||
else if (exc instanceof RepositoryNotFoundException) {
|
||||
Msg.showError(ClientUtil.class, parent, title, exc.getMessage());
|
||||
}
|
||||
else if (exc instanceof UserAccessException) {
|
||||
Msg.showError(ClientUtil.class, parent, title,
|
||||
"Access denied: " + repository + "\n" + exc.getMessage());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue