diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-10-10 06:34:29 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-10-10 06:34:29 +0200 |
commit | 07427ae095618c054f38a519aa49f527bd968294 (patch) | |
tree | 121980d80ec773d14a73f9862df154a8652b7972 /id/server/idserverlib/src | |
parent | 352c4f2de3503dfc7f8528b846ebaa62a7f439f1 (diff) | |
download | moa-id-spss-07427ae095618c054f38a519aa49f527bd968294.tar.gz moa-id-spss-07427ae095618c054f38a519aa49f527bd968294.tar.bz2 moa-id-spss-07427ae095618c054f38a519aa49f527bd968294.zip |
update MOAIDTrustManager to implement a better error handling for acceptedServerCertificates
Diffstat (limited to 'id/server/idserverlib/src')
-rw-r--r-- | id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties b/id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties index 50b2c5ece..d5c7c812d 100644 --- a/id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties +++ b/id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties @@ -88,6 +88,7 @@ config.24=MOA-ID-Auth Configfile {1} does not start with {0} prefix. config.25=Der verwendete IDP PublicURLPrefix {0} ist nicht erlaubt.
config.26=Federated IDP {0} contains no AttributeQuery URL.
config.27=Fehler beim Verarbeiten eines Konfigurationsparameters. Msg:{0}
+config.28=Fehler beim initialisieren des SSL-TrustManagers. Zertifikat {0} kann nicht geladen werden; Ursache: {1}
parser.00=Leichter Fehler beim Parsen: {0}
parser.01=Fehler beim Parsen: {0}
|