1
|
|
2
|
2015-12-02 15:15:25,984 [Open-eCard Localhost-Binding] ERROR o.o.c.tls.auth.KeyStoreCredential:77 - Failed to deserialize certificate.
|
3
|
java.security.cert.CertificateException: Unknown alias.
|
4
|
at org.openecard.crypto.common.keystore.KeyStoreSigner.getJCACertificateChain(KeyStoreSigner.java:97) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
5
|
at org.openecard.crypto.common.keystore.KeyStoreSigner.getCertificateChain(KeyStoreSigner.java:113) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
6
|
at org.openecard.crypto.tls.auth.KeyStoreCredential.getCertificate(KeyStoreCredential.java:75) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
7
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHEKeyExchange.processServerCredentials(TlsECDHEKeyExchange.java:38) [richclient-1.1.1-bundle-cifs.jar:na]
|
8
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.handleHandshakeMessage(TlsServerProtocol.java:133) [richclient-1.1.1-bundle-cifs.jar:na]
|
9
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processHandshake(TlsProtocol.java:306) [richclient-1.1.1-bundle-cifs.jar:na]
|
10
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processRecord(TlsProtocol.java:228) [richclient-1.1.1-bundle-cifs.jar:na]
|
11
|
at org.openecard.bouncycastle.crypto.tls.RecordStream.readRecord(RecordStream.java:170) [richclient-1.1.1-bundle-cifs.jar:na]
|
12
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:464) [richclient-1.1.1-bundle-cifs.jar:na]
|
13
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) [richclient-1.1.1-bundle-cifs.jar:na]
|
14
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) [richclient-1.1.1-bundle-cifs.jar:na]
|
15
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) [richclient-1.1.1-bundle-cifs.jar:na]
|
16
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) [richclient-1.1.1-bundle-cifs.jar:na]
|
17
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
18
|
2015-12-02 15:15:25,984 [Open-eCard Localhost-Binding] ERROR o.o.c.b.http.LocalKeystoreTlsServer:300 - TLS error sent.
|
19
|
2015-12-02 15:15:25,985 [Open-eCard Localhost-Binding] ERROR o.o.c.b.http.LocalKeystoreTlsServer:301 - TLS(FATAL): Certificate corrupt [bad_certificate=42] --> Failed to read record
|
20
|
org.openecard.bouncycastle.crypto.tls.TlsFatalAlert: bad_certificate(42)
|
21
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHKeyExchange.processServerCertificate(TlsECDHKeyExchange.java:76) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
22
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHEKeyExchange.processServerCredentials(TlsECDHEKeyExchange.java:38) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
23
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.handleHandshakeMessage(TlsServerProtocol.java:133) [richclient-1.1.1-bundle-cifs.jar:na]
|
24
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processHandshake(TlsProtocol.java:306) [richclient-1.1.1-bundle-cifs.jar:na]
|
25
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processRecord(TlsProtocol.java:228) [richclient-1.1.1-bundle-cifs.jar:na]
|
26
|
at org.openecard.bouncycastle.crypto.tls.RecordStream.readRecord(RecordStream.java:170) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
27
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:464) [richclient-1.1.1-bundle-cifs.jar:na]
|
28
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) [richclient-1.1.1-bundle-cifs.jar:na]
|
29
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) [richclient-1.1.1-bundle-cifs.jar:na]
|
30
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) [richclient-1.1.1-bundle-cifs.jar:na]
|
31
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) [richclient-1.1.1-bundle-cifs.jar:na]
|
32
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
33
|
2015-12-02 15:15:25,985 [Open-eCard Localhost-Binding] ERROR o.o.c.binding.http.HttpService:153 - Internal TLS error, this could be an attack
|
34
|
java.io.IOException: Internal TLS error, this could be an attack
|
35
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.failWithError(TlsProtocol.java:655) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
36
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:475) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
37
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
38
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
39
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
40
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
41
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
42
|
2015-12-02 15:15:26,046 [Open-eCard Localhost-Binding] ERROR o.o.c.tls.auth.KeyStoreCredential:77 - Failed to deserialize certificate.
|
43
|
java.security.cert.CertificateException: Unknown alias.
|
44
|
at org.openecard.crypto.common.keystore.KeyStoreSigner.getJCACertificateChain(KeyStoreSigner.java:97) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
45
|
at org.openecard.crypto.common.keystore.KeyStoreSigner.getCertificateChain(KeyStoreSigner.java:113) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
46
|
at org.openecard.crypto.tls.auth.KeyStoreCredential.getCertificate(KeyStoreCredential.java:75) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
47
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHEKeyExchange.processServerCredentials(TlsECDHEKeyExchange.java:38) [richclient-1.1.1-bundle-cifs.jar:na]
|
48
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.handleHandshakeMessage(TlsServerProtocol.java:133) [richclient-1.1.1-bundle-cifs.jar:na]
|
49
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processHandshake(TlsProtocol.java:306) [richclient-1.1.1-bundle-cifs.jar:na]
|
50
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processRecord(TlsProtocol.java:228) [richclient-1.1.1-bundle-cifs.jar:na]
|
51
|
at org.openecard.bouncycastle.crypto.tls.RecordStream.readRecord(RecordStream.java:170) [richclient-1.1.1-bundle-cifs.jar:na]
|
52
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:464) [richclient-1.1.1-bundle-cifs.jar:na]
|
53
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) [richclient-1.1.1-bundle-cifs.jar:na]
|
54
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) [richclient-1.1.1-bundle-cifs.jar:na]
|
55
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) [richclient-1.1.1-bundle-cifs.jar:na]
|
56
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) [richclient-1.1.1-bundle-cifs.jar:na]
|
57
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
58
|
2015-12-02 15:15:26,047 [Open-eCard Localhost-Binding] ERROR o.o.c.b.http.LocalKeystoreTlsServer:300 - TLS error sent.
|
59
|
2015-12-02 15:15:26,047 [Open-eCard Localhost-Binding] ERROR o.o.c.b.http.LocalKeystoreTlsServer:301 - TLS(FATAL): Certificate corrupt [bad_certificate=42] --> Failed to read record
|
60
|
org.openecard.bouncycastle.crypto.tls.TlsFatalAlert: bad_certificate(42)
|
61
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHKeyExchange.processServerCertificate(TlsECDHKeyExchange.java:76) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
62
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHEKeyExchange.processServerCredentials(TlsECDHEKeyExchange.java:38) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
63
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.handleHandshakeMessage(TlsServerProtocol.java:133) [richclient-1.1.1-bundle-cifs.jar:na]
|
64
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processHandshake(TlsProtocol.java:306) [richclient-1.1.1-bundle-cifs.jar:na]
|
65
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processRecord(TlsProtocol.java:228) [richclient-1.1.1-bundle-cifs.jar:na]
|
66
|
at org.openecard.bouncycastle.crypto.tls.RecordStream.readRecord(RecordStream.java:170) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
67
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:464) [richclient-1.1.1-bundle-cifs.jar:na]
|
68
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) [richclient-1.1.1-bundle-cifs.jar:na]
|
69
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) [richclient-1.1.1-bundle-cifs.jar:na]
|
70
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) [richclient-1.1.1-bundle-cifs.jar:na]
|
71
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) [richclient-1.1.1-bundle-cifs.jar:na]
|
72
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
73
|
2015-12-02 15:15:26,048 [Open-eCard Localhost-Binding] ERROR o.o.c.binding.http.HttpService:153 - Internal TLS error, this could be an attack
|
74
|
java.io.IOException: Internal TLS error, this could be an attack
|
75
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.failWithError(TlsProtocol.java:655) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
76
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:475) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
77
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
78
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
79
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
80
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
81
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
82
|
2015-12-02 15:15:50,047 [Open-eCard Localhost-Binding] ERROR o.o.c.tls.auth.KeyStoreCredential:77 - Failed to deserialize certificate.
|
83
|
java.security.cert.CertificateException: Unknown alias.
|
84
|
at org.openecard.crypto.common.keystore.KeyStoreSigner.getJCACertificateChain(KeyStoreSigner.java:97) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
85
|
at org.openecard.crypto.common.keystore.KeyStoreSigner.getCertificateChain(KeyStoreSigner.java:113) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
86
|
at org.openecard.crypto.tls.auth.KeyStoreCredential.getCertificate(KeyStoreCredential.java:75) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
87
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHEKeyExchange.processServerCredentials(TlsECDHEKeyExchange.java:38) [richclient-1.1.1-bundle-cifs.jar:na]
|
88
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.handleHandshakeMessage(TlsServerProtocol.java:133) [richclient-1.1.1-bundle-cifs.jar:na]
|
89
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processHandshake(TlsProtocol.java:306) [richclient-1.1.1-bundle-cifs.jar:na]
|
90
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processRecord(TlsProtocol.java:228) [richclient-1.1.1-bundle-cifs.jar:na]
|
91
|
at org.openecard.bouncycastle.crypto.tls.RecordStream.readRecord(RecordStream.java:170) [richclient-1.1.1-bundle-cifs.jar:na]
|
92
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:464) [richclient-1.1.1-bundle-cifs.jar:na]
|
93
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) [richclient-1.1.1-bundle-cifs.jar:na]
|
94
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) [richclient-1.1.1-bundle-cifs.jar:na]
|
95
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) [richclient-1.1.1-bundle-cifs.jar:na]
|
96
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) [richclient-1.1.1-bundle-cifs.jar:na]
|
97
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
98
|
2015-12-02 15:15:50,049 [Open-eCard Localhost-Binding] ERROR o.o.c.b.http.LocalKeystoreTlsServer:300 - TLS error sent.
|
99
|
2015-12-02 15:15:50,051 [Open-eCard Localhost-Binding] ERROR o.o.c.b.http.LocalKeystoreTlsServer:301 - TLS(FATAL): Certificate corrupt [bad_certificate=42] --> Failed to read record
|
100
|
org.openecard.bouncycastle.crypto.tls.TlsFatalAlert: bad_certificate(42)
|
101
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHKeyExchange.processServerCertificate(TlsECDHKeyExchange.java:76) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
102
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHEKeyExchange.processServerCredentials(TlsECDHEKeyExchange.java:38) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
103
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.handleHandshakeMessage(TlsServerProtocol.java:133) [richclient-1.1.1-bundle-cifs.jar:na]
|
104
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processHandshake(TlsProtocol.java:306) [richclient-1.1.1-bundle-cifs.jar:na]
|
105
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processRecord(TlsProtocol.java:228) [richclient-1.1.1-bundle-cifs.jar:na]
|
106
|
at org.openecard.bouncycastle.crypto.tls.RecordStream.readRecord(RecordStream.java:170) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
107
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:464) [richclient-1.1.1-bundle-cifs.jar:na]
|
108
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) [richclient-1.1.1-bundle-cifs.jar:na]
|
109
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) [richclient-1.1.1-bundle-cifs.jar:na]
|
110
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) [richclient-1.1.1-bundle-cifs.jar:na]
|
111
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) [richclient-1.1.1-bundle-cifs.jar:na]
|
112
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
113
|
2015-12-02 15:15:50,052 [Open-eCard Localhost-Binding] ERROR o.o.c.binding.http.HttpService:153 - Internal TLS error, this could be an attack
|
114
|
java.io.IOException: Internal TLS error, this could be an attack
|
115
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.failWithError(TlsProtocol.java:655) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
116
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:475) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
117
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
118
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
119
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
120
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
121
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
122
|
2015-12-02 15:15:58,891 [PAOS] ERROR o.o.s.p.e.TerminalAuthenticationStep:168 - http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
123
|
==> http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
124
|
==> Command not allowed. Security status not satisfied. (Code: 6982)
|
125
|
org.openecard.common.sal.protocol.exception.ProtocolException: http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
126
|
==> http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
127
|
==> Command not allowed. Security status not satisfied. (Code: 6982)
|
128
|
at org.openecard.common.ECardException.makeException(ECardException.java:64) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
129
|
at org.openecard.common.sal.protocol.exception.ProtocolException.<init>(ProtocolException.java:47) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
130
|
at org.openecard.sal.protocol.eac.TerminalAuthentication.externalAuthentication(TerminalAuthentication.java:119) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
131
|
at org.openecard.sal.protocol.eac.AuthenticationHelper.performAuth(AuthenticationHelper.java:90) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
132
|
at org.openecard.sal.protocol.eac.TerminalAuthenticationStep.perform(TerminalAuthenticationStep.java:152) [richclient-1.1.1-bundle-cifs.jar:na]
|
133
|
at org.openecard.sal.protocol.eac.TerminalAuthenticationStep.perform(TerminalAuthenticationStep.java:55) [richclient-1.1.1-bundle-cifs.jar:na]
|
134
|
at org.openecard.addon.sal.SALProtocolBaseImpl.perform(SALProtocolBaseImpl.java:163) [richclient-1.1.1-bundle-cifs.jar:na]
|
135
|
at org.openecard.addon.sal.SALProtocolBaseImpl.didAuthenticate(SALProtocolBaseImpl.java:244) [richclient-1.1.1-bundle-cifs.jar:na]
|
136
|
at org.openecard.addon.sal.SALProtocolProxy.didAuthenticate(SALProtocolProxy.java:147) [richclient-1.1.1-bundle-cifs.jar:na]
|
137
|
at org.openecard.sal.TinySAL.didAuthenticate(TinySAL.java:1958) [richclient-1.1.1-bundle-cifs.jar:na]
|
138
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_66]
|
139
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_66]
|
140
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_66]
|
141
|
at java.lang.reflect.Method.invoke(Method.java:497) ~[na:1.8.0_66]
|
142
|
at org.openecard.transport.dispatcher.Service.invoke(Service.java:192) [richclient-1.1.1-bundle-cifs.jar:na]
|
143
|
at org.openecard.transport.dispatcher.MessageDispatcher.deliver(MessageDispatcher.java:98) [richclient-1.1.1-bundle-cifs.jar:na]
|
144
|
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:360) [richclient-1.1.1-bundle-cifs.jar:na]
|
145
|
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:97) [richclient-1.1.1-bundle-cifs.jar:na]
|
146
|
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:48) [richclient-1.1.1-bundle-cifs.jar:na]
|
147
|
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_66]
|
148
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
149
|
2015-12-02 15:15:59,079 [Thread-4] ERROR o.o.binding.tctoken.TCTokenHandler:402 - org.openecard.transport.paos.PAOSException: http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
150
|
==> http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
151
|
==> http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
152
|
==> Command not allowed. Security status not satisfied. (Code: 6982)
|
153
|
java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSException: http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
154
|
==> http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
155
|
==> http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
156
|
==> Command not allowed. Security status not satisfied. (Code: 6982)
|
157
|
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[na:1.8.0_66]
|
158
|
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[na:1.8.0_66]
|
159
|
at org.openecard.binding.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:397) [richclient-1.1.1-bundle-cifs.jar:na]
|
160
|
at org.openecard.binding.tctoken.TCTokenHandler.processBinding(TCTokenHandler.java:202) [richclient-1.1.1-bundle-cifs.jar:na]
|
161
|
at org.openecard.binding.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:323) [richclient-1.1.1-bundle-cifs.jar:na]
|
162
|
at org.openecard.binding.tctoken.ActivationAction.processTcTokenOrActivationObject(ActivationAction.java:376) [richclient-1.1.1-bundle-cifs.jar:na]
|
163
|
at org.openecard.binding.tctoken.ActivationAction.processRequest(ActivationAction.java:244) [richclient-1.1.1-bundle-cifs.jar:na]
|
164
|
at org.openecard.binding.tctoken.ActivationAction.checkRequestParameters(ActivationAction.java:224) [richclient-1.1.1-bundle-cifs.jar:na]
|
165
|
at org.openecard.binding.tctoken.ActivationAction.execute(ActivationAction.java:111) [richclient-1.1.1-bundle-cifs.jar:na]
|
166
|
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:55) [richclient-1.1.1-bundle-cifs.jar:na]
|
167
|
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:111) [richclient-1.1.1-bundle-cifs.jar:na]
|
168
|
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:436) [richclient-1.1.1-bundle-cifs.jar:na]
|
169
|
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:341) [richclient-1.1.1-bundle-cifs.jar:na]
|
170
|
at org.openecard.control.binding.http.HttpService$1.run(HttpService.java:131) [richclient-1.1.1-bundle-cifs.jar:na]
|
171
|
Caused by: org.openecard.transport.paos.PAOSException: org.openecard.common.WSHelper$WSException: http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
172
|
==> http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
173
|
==> http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
174
|
==> Command not allowed. Security status not satisfied. (Code: 6982)
|
175
|
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:388) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
176
|
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:97) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
177
|
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:48) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
178
|
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_66]
|
179
|
at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_66]
|
180
|
Caused by: org.openecard.common.WSHelper$WSException: http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
181
|
==> http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
182
|
==> http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
183
|
==> Command not allowed. Security status not satisfied. (Code: 6982)
|
184
|
at org.openecard.common.ECardException.makeException(ECardException.java:64) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
185
|
at org.openecard.common.WSHelper$WSException.<init>(WSHelper.java:47) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
186
|
at org.openecard.common.WSHelper.checkResult(WSHelper.java:69) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
187
|
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:353) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
188
|
... 4 common frames omitted
|
189
|
2015-12-02 15:15:59,080 [Thread-4] ERROR o.o.binding.tctoken.TCTokenHandler:336 - org.openecard.common.WSHelper$WSException: http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
190
|
==> http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
191
|
==> http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
192
|
==> Command not allowed. Security status not satisfied. (Code: 6982)
|
193
|
org.openecard.transport.paos.PAOSException: org.openecard.common.WSHelper$WSException: http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
194
|
==> http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
195
|
==> http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
196
|
==> Command not allowed. Security status not satisfied. (Code: 6982)
|
197
|
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:388) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
198
|
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:97) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
199
|
at org.openecard.binding.tctoken.PAOSTask.call(PAOSTask.java:48) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
200
|
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_66]
|
201
|
at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_66]
|
202
|
Caused by: org.openecard.common.WSHelper$WSException: http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
203
|
==> http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
204
|
==> http://www.bsi.bund.de/ecard/api/1.1/resultminor/al/common#unknownError
|
205
|
==> Command not allowed. Security status not satisfied. (Code: 6982)
|
206
|
at org.openecard.common.ECardException.makeException(ECardException.java:64) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
207
|
at org.openecard.common.WSHelper$WSException.<init>(WSHelper.java:47) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
208
|
at org.openecard.common.WSHelper.checkResult(WSHelper.java:69) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
209
|
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:353) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
210
|
... 4 common frames omitted
|
211
|
2015-12-02 15:16:16,955 [Open-eCard Localhost-Binding] ERROR o.o.c.tls.auth.KeyStoreCredential:77 - Failed to deserialize certificate.
|
212
|
java.security.cert.CertificateException: Unknown alias.
|
213
|
at org.openecard.crypto.common.keystore.KeyStoreSigner.getJCACertificateChain(KeyStoreSigner.java:97) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
214
|
at org.openecard.crypto.common.keystore.KeyStoreSigner.getCertificateChain(KeyStoreSigner.java:113) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
215
|
at org.openecard.crypto.tls.auth.KeyStoreCredential.getCertificate(KeyStoreCredential.java:75) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
216
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHEKeyExchange.processServerCredentials(TlsECDHEKeyExchange.java:38) [richclient-1.1.1-bundle-cifs.jar:na]
|
217
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.handleHandshakeMessage(TlsServerProtocol.java:133) [richclient-1.1.1-bundle-cifs.jar:na]
|
218
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processHandshake(TlsProtocol.java:306) [richclient-1.1.1-bundle-cifs.jar:na]
|
219
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processRecord(TlsProtocol.java:228) [richclient-1.1.1-bundle-cifs.jar:na]
|
220
|
at org.openecard.bouncycastle.crypto.tls.RecordStream.readRecord(RecordStream.java:170) [richclient-1.1.1-bundle-cifs.jar:na]
|
221
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:464) [richclient-1.1.1-bundle-cifs.jar:na]
|
222
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) [richclient-1.1.1-bundle-cifs.jar:na]
|
223
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) [richclient-1.1.1-bundle-cifs.jar:na]
|
224
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) [richclient-1.1.1-bundle-cifs.jar:na]
|
225
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) [richclient-1.1.1-bundle-cifs.jar:na]
|
226
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
227
|
2015-12-02 15:16:16,956 [Open-eCard Localhost-Binding] ERROR o.o.c.b.http.LocalKeystoreTlsServer:300 - TLS error sent.
|
228
|
2015-12-02 15:16:16,956 [Open-eCard Localhost-Binding] ERROR o.o.c.b.http.LocalKeystoreTlsServer:301 - TLS(FATAL): Certificate corrupt [bad_certificate=42] --> Failed to read record
|
229
|
org.openecard.bouncycastle.crypto.tls.TlsFatalAlert: bad_certificate(42)
|
230
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHKeyExchange.processServerCertificate(TlsECDHKeyExchange.java:76) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
231
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHEKeyExchange.processServerCredentials(TlsECDHEKeyExchange.java:38) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
232
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.handleHandshakeMessage(TlsServerProtocol.java:133) [richclient-1.1.1-bundle-cifs.jar:na]
|
233
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processHandshake(TlsProtocol.java:306) [richclient-1.1.1-bundle-cifs.jar:na]
|
234
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processRecord(TlsProtocol.java:228) [richclient-1.1.1-bundle-cifs.jar:na]
|
235
|
at org.openecard.bouncycastle.crypto.tls.RecordStream.readRecord(RecordStream.java:170) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
236
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:464) [richclient-1.1.1-bundle-cifs.jar:na]
|
237
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) [richclient-1.1.1-bundle-cifs.jar:na]
|
238
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) [richclient-1.1.1-bundle-cifs.jar:na]
|
239
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) [richclient-1.1.1-bundle-cifs.jar:na]
|
240
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) [richclient-1.1.1-bundle-cifs.jar:na]
|
241
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
242
|
2015-12-02 15:16:16,957 [Open-eCard Localhost-Binding] ERROR o.o.c.binding.http.HttpService:153 - Internal TLS error, this could be an attack
|
243
|
java.io.IOException: Internal TLS error, this could be an attack
|
244
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.failWithError(TlsProtocol.java:655) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
245
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:475) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
246
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
247
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
248
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
249
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
250
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
251
|
2015-12-02 15:16:20,036 [Open-eCard Localhost-Binding] ERROR o.o.c.tls.auth.KeyStoreCredential:77 - Failed to deserialize certificate.
|
252
|
java.security.cert.CertificateException: Unknown alias.
|
253
|
at org.openecard.crypto.common.keystore.KeyStoreSigner.getJCACertificateChain(KeyStoreSigner.java:97) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
254
|
at org.openecard.crypto.common.keystore.KeyStoreSigner.getCertificateChain(KeyStoreSigner.java:113) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
255
|
at org.openecard.crypto.tls.auth.KeyStoreCredential.getCertificate(KeyStoreCredential.java:75) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
256
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHEKeyExchange.processServerCredentials(TlsECDHEKeyExchange.java:38) [richclient-1.1.1-bundle-cifs.jar:na]
|
257
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.handleHandshakeMessage(TlsServerProtocol.java:133) [richclient-1.1.1-bundle-cifs.jar:na]
|
258
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processHandshake(TlsProtocol.java:306) [richclient-1.1.1-bundle-cifs.jar:na]
|
259
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processRecord(TlsProtocol.java:228) [richclient-1.1.1-bundle-cifs.jar:na]
|
260
|
at org.openecard.bouncycastle.crypto.tls.RecordStream.readRecord(RecordStream.java:170) [richclient-1.1.1-bundle-cifs.jar:na]
|
261
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:464) [richclient-1.1.1-bundle-cifs.jar:na]
|
262
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) [richclient-1.1.1-bundle-cifs.jar:na]
|
263
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) [richclient-1.1.1-bundle-cifs.jar:na]
|
264
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) [richclient-1.1.1-bundle-cifs.jar:na]
|
265
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) [richclient-1.1.1-bundle-cifs.jar:na]
|
266
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
267
|
2015-12-02 15:16:20,036 [Open-eCard Localhost-Binding] ERROR o.o.c.b.http.LocalKeystoreTlsServer:300 - TLS error sent.
|
268
|
2015-12-02 15:16:20,037 [Open-eCard Localhost-Binding] ERROR o.o.c.b.http.LocalKeystoreTlsServer:301 - TLS(FATAL): Certificate corrupt [bad_certificate=42] --> Failed to read record
|
269
|
org.openecard.bouncycastle.crypto.tls.TlsFatalAlert: bad_certificate(42)
|
270
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHKeyExchange.processServerCertificate(TlsECDHKeyExchange.java:76) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
271
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHEKeyExchange.processServerCredentials(TlsECDHEKeyExchange.java:38) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
272
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.handleHandshakeMessage(TlsServerProtocol.java:133) [richclient-1.1.1-bundle-cifs.jar:na]
|
273
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processHandshake(TlsProtocol.java:306) [richclient-1.1.1-bundle-cifs.jar:na]
|
274
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processRecord(TlsProtocol.java:228) [richclient-1.1.1-bundle-cifs.jar:na]
|
275
|
at org.openecard.bouncycastle.crypto.tls.RecordStream.readRecord(RecordStream.java:170) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
276
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:464) [richclient-1.1.1-bundle-cifs.jar:na]
|
277
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) [richclient-1.1.1-bundle-cifs.jar:na]
|
278
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) [richclient-1.1.1-bundle-cifs.jar:na]
|
279
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) [richclient-1.1.1-bundle-cifs.jar:na]
|
280
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) [richclient-1.1.1-bundle-cifs.jar:na]
|
281
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
282
|
2015-12-02 15:16:20,037 [Open-eCard Localhost-Binding] ERROR o.o.c.binding.http.HttpService:153 - Internal TLS error, this could be an attack
|
283
|
java.io.IOException: Internal TLS error, this could be an attack
|
284
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.failWithError(TlsProtocol.java:655) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
285
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:475) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
286
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
287
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
288
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
289
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
290
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
291
|
2015-12-02 15:16:23,049 [Open-eCard Localhost-Binding] ERROR o.o.c.tls.auth.KeyStoreCredential:77 - Failed to deserialize certificate.
|
292
|
java.security.cert.CertificateException: Unknown alias.
|
293
|
at org.openecard.crypto.common.keystore.KeyStoreSigner.getJCACertificateChain(KeyStoreSigner.java:97) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
294
|
at org.openecard.crypto.common.keystore.KeyStoreSigner.getCertificateChain(KeyStoreSigner.java:113) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
295
|
at org.openecard.crypto.tls.auth.KeyStoreCredential.getCertificate(KeyStoreCredential.java:75) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
296
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHEKeyExchange.processServerCredentials(TlsECDHEKeyExchange.java:38) [richclient-1.1.1-bundle-cifs.jar:na]
|
297
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.handleHandshakeMessage(TlsServerProtocol.java:133) [richclient-1.1.1-bundle-cifs.jar:na]
|
298
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processHandshake(TlsProtocol.java:306) [richclient-1.1.1-bundle-cifs.jar:na]
|
299
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processRecord(TlsProtocol.java:228) [richclient-1.1.1-bundle-cifs.jar:na]
|
300
|
at org.openecard.bouncycastle.crypto.tls.RecordStream.readRecord(RecordStream.java:170) [richclient-1.1.1-bundle-cifs.jar:na]
|
301
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:464) [richclient-1.1.1-bundle-cifs.jar:na]
|
302
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) [richclient-1.1.1-bundle-cifs.jar:na]
|
303
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) [richclient-1.1.1-bundle-cifs.jar:na]
|
304
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) [richclient-1.1.1-bundle-cifs.jar:na]
|
305
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) [richclient-1.1.1-bundle-cifs.jar:na]
|
306
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
307
|
2015-12-02 15:16:23,049 [Open-eCard Localhost-Binding] ERROR o.o.c.b.http.LocalKeystoreTlsServer:300 - TLS error sent.
|
308
|
2015-12-02 15:16:23,050 [Open-eCard Localhost-Binding] ERROR o.o.c.b.http.LocalKeystoreTlsServer:301 - TLS(FATAL): Certificate corrupt [bad_certificate=42] --> Failed to read record
|
309
|
org.openecard.bouncycastle.crypto.tls.TlsFatalAlert: bad_certificate(42)
|
310
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHKeyExchange.processServerCertificate(TlsECDHKeyExchange.java:76) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
311
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHEKeyExchange.processServerCredentials(TlsECDHEKeyExchange.java:38) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
312
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.handleHandshakeMessage(TlsServerProtocol.java:133) [richclient-1.1.1-bundle-cifs.jar:na]
|
313
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processHandshake(TlsProtocol.java:306) [richclient-1.1.1-bundle-cifs.jar:na]
|
314
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processRecord(TlsProtocol.java:228) [richclient-1.1.1-bundle-cifs.jar:na]
|
315
|
at org.openecard.bouncycastle.crypto.tls.RecordStream.readRecord(RecordStream.java:170) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
316
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:464) [richclient-1.1.1-bundle-cifs.jar:na]
|
317
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) [richclient-1.1.1-bundle-cifs.jar:na]
|
318
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) [richclient-1.1.1-bundle-cifs.jar:na]
|
319
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) [richclient-1.1.1-bundle-cifs.jar:na]
|
320
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) [richclient-1.1.1-bundle-cifs.jar:na]
|
321
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
322
|
2015-12-02 15:16:23,050 [Open-eCard Localhost-Binding] ERROR o.o.c.binding.http.HttpService:153 - Internal TLS error, this could be an attack
|
323
|
java.io.IOException: Internal TLS error, this could be an attack
|
324
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.failWithError(TlsProtocol.java:655) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
325
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:475) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
326
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
327
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
328
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
329
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
330
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
331
|
2015-12-02 15:16:26,064 [Open-eCard Localhost-Binding] ERROR o.o.c.tls.auth.KeyStoreCredential:77 - Failed to deserialize certificate.
|
332
|
java.security.cert.CertificateException: Unknown alias.
|
333
|
at org.openecard.crypto.common.keystore.KeyStoreSigner.getJCACertificateChain(KeyStoreSigner.java:97) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
334
|
at org.openecard.crypto.common.keystore.KeyStoreSigner.getCertificateChain(KeyStoreSigner.java:113) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
335
|
at org.openecard.crypto.tls.auth.KeyStoreCredential.getCertificate(KeyStoreCredential.java:75) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
336
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHEKeyExchange.processServerCredentials(TlsECDHEKeyExchange.java:38) [richclient-1.1.1-bundle-cifs.jar:na]
|
337
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.handleHandshakeMessage(TlsServerProtocol.java:133) [richclient-1.1.1-bundle-cifs.jar:na]
|
338
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processHandshake(TlsProtocol.java:306) [richclient-1.1.1-bundle-cifs.jar:na]
|
339
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processRecord(TlsProtocol.java:228) [richclient-1.1.1-bundle-cifs.jar:na]
|
340
|
at org.openecard.bouncycastle.crypto.tls.RecordStream.readRecord(RecordStream.java:170) [richclient-1.1.1-bundle-cifs.jar:na]
|
341
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:464) [richclient-1.1.1-bundle-cifs.jar:na]
|
342
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) [richclient-1.1.1-bundle-cifs.jar:na]
|
343
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) [richclient-1.1.1-bundle-cifs.jar:na]
|
344
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) [richclient-1.1.1-bundle-cifs.jar:na]
|
345
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) [richclient-1.1.1-bundle-cifs.jar:na]
|
346
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
347
|
2015-12-02 15:16:26,064 [Open-eCard Localhost-Binding] ERROR o.o.c.b.http.LocalKeystoreTlsServer:300 - TLS error sent.
|
348
|
2015-12-02 15:16:26,065 [Open-eCard Localhost-Binding] ERROR o.o.c.b.http.LocalKeystoreTlsServer:301 - TLS(FATAL): Certificate corrupt [bad_certificate=42] --> Failed to read record
|
349
|
org.openecard.bouncycastle.crypto.tls.TlsFatalAlert: bad_certificate(42)
|
350
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHKeyExchange.processServerCertificate(TlsECDHKeyExchange.java:76) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
351
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHEKeyExchange.processServerCredentials(TlsECDHEKeyExchange.java:38) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
352
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.handleHandshakeMessage(TlsServerProtocol.java:133) [richclient-1.1.1-bundle-cifs.jar:na]
|
353
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processHandshake(TlsProtocol.java:306) [richclient-1.1.1-bundle-cifs.jar:na]
|
354
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processRecord(TlsProtocol.java:228) [richclient-1.1.1-bundle-cifs.jar:na]
|
355
|
at org.openecard.bouncycastle.crypto.tls.RecordStream.readRecord(RecordStream.java:170) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
356
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:464) [richclient-1.1.1-bundle-cifs.jar:na]
|
357
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) [richclient-1.1.1-bundle-cifs.jar:na]
|
358
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) [richclient-1.1.1-bundle-cifs.jar:na]
|
359
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) [richclient-1.1.1-bundle-cifs.jar:na]
|
360
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) [richclient-1.1.1-bundle-cifs.jar:na]
|
361
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
362
|
2015-12-02 15:16:26,065 [Open-eCard Localhost-Binding] ERROR o.o.c.binding.http.HttpService:153 - Internal TLS error, this could be an attack
|
363
|
java.io.IOException: Internal TLS error, this could be an attack
|
364
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.failWithError(TlsProtocol.java:655) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
365
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:475) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
366
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
367
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
368
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
369
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
370
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
371
|
2015-12-02 15:16:26,074 [Open-eCard Localhost-Binding] ERROR o.o.c.tls.auth.KeyStoreCredential:77 - Failed to deserialize certificate.
|
372
|
java.security.cert.CertificateException: Unknown alias.
|
373
|
at org.openecard.crypto.common.keystore.KeyStoreSigner.getJCACertificateChain(KeyStoreSigner.java:97) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
374
|
at org.openecard.crypto.common.keystore.KeyStoreSigner.getCertificateChain(KeyStoreSigner.java:113) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
375
|
at org.openecard.crypto.tls.auth.KeyStoreCredential.getCertificate(KeyStoreCredential.java:75) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
376
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHEKeyExchange.processServerCredentials(TlsECDHEKeyExchange.java:38) [richclient-1.1.1-bundle-cifs.jar:na]
|
377
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.handleHandshakeMessage(TlsServerProtocol.java:133) [richclient-1.1.1-bundle-cifs.jar:na]
|
378
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processHandshake(TlsProtocol.java:306) [richclient-1.1.1-bundle-cifs.jar:na]
|
379
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processRecord(TlsProtocol.java:228) [richclient-1.1.1-bundle-cifs.jar:na]
|
380
|
at org.openecard.bouncycastle.crypto.tls.RecordStream.readRecord(RecordStream.java:170) [richclient-1.1.1-bundle-cifs.jar:na]
|
381
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:464) [richclient-1.1.1-bundle-cifs.jar:na]
|
382
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) [richclient-1.1.1-bundle-cifs.jar:na]
|
383
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) [richclient-1.1.1-bundle-cifs.jar:na]
|
384
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) [richclient-1.1.1-bundle-cifs.jar:na]
|
385
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) [richclient-1.1.1-bundle-cifs.jar:na]
|
386
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
387
|
2015-12-02 15:16:26,075 [Open-eCard Localhost-Binding] ERROR o.o.c.b.http.LocalKeystoreTlsServer:300 - TLS error sent.
|
388
|
2015-12-02 15:16:26,076 [Open-eCard Localhost-Binding] ERROR o.o.c.b.http.LocalKeystoreTlsServer:301 - TLS(FATAL): Certificate corrupt [bad_certificate=42] --> Failed to read record
|
389
|
org.openecard.bouncycastle.crypto.tls.TlsFatalAlert: bad_certificate(42)
|
390
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHKeyExchange.processServerCertificate(TlsECDHKeyExchange.java:76) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
391
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHEKeyExchange.processServerCredentials(TlsECDHEKeyExchange.java:38) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
392
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.handleHandshakeMessage(TlsServerProtocol.java:133) [richclient-1.1.1-bundle-cifs.jar:na]
|
393
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processHandshake(TlsProtocol.java:306) [richclient-1.1.1-bundle-cifs.jar:na]
|
394
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processRecord(TlsProtocol.java:228) [richclient-1.1.1-bundle-cifs.jar:na]
|
395
|
at org.openecard.bouncycastle.crypto.tls.RecordStream.readRecord(RecordStream.java:170) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
396
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:464) [richclient-1.1.1-bundle-cifs.jar:na]
|
397
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) [richclient-1.1.1-bundle-cifs.jar:na]
|
398
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) [richclient-1.1.1-bundle-cifs.jar:na]
|
399
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) [richclient-1.1.1-bundle-cifs.jar:na]
|
400
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) [richclient-1.1.1-bundle-cifs.jar:na]
|
401
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
402
|
2015-12-02 15:16:26,077 [Open-eCard Localhost-Binding] ERROR o.o.c.binding.http.HttpService:153 - Internal TLS error, this could be an attack
|
403
|
java.io.IOException: Internal TLS error, this could be an attack
|
404
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.failWithError(TlsProtocol.java:655) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
405
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:475) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
406
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
407
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
408
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
409
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
410
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
411
|
2015-12-02 15:16:29,087 [Open-eCard Localhost-Binding] ERROR o.o.c.tls.auth.KeyStoreCredential:77 - Failed to deserialize certificate.
|
412
|
java.security.cert.CertificateException: Unknown alias.
|
413
|
at org.openecard.crypto.common.keystore.KeyStoreSigner.getJCACertificateChain(KeyStoreSigner.java:97) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
414
|
at org.openecard.crypto.common.keystore.KeyStoreSigner.getCertificateChain(KeyStoreSigner.java:113) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
415
|
at org.openecard.crypto.tls.auth.KeyStoreCredential.getCertificate(KeyStoreCredential.java:75) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
416
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHEKeyExchange.processServerCredentials(TlsECDHEKeyExchange.java:38) [richclient-1.1.1-bundle-cifs.jar:na]
|
417
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.handleHandshakeMessage(TlsServerProtocol.java:133) [richclient-1.1.1-bundle-cifs.jar:na]
|
418
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processHandshake(TlsProtocol.java:306) [richclient-1.1.1-bundle-cifs.jar:na]
|
419
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processRecord(TlsProtocol.java:228) [richclient-1.1.1-bundle-cifs.jar:na]
|
420
|
at org.openecard.bouncycastle.crypto.tls.RecordStream.readRecord(RecordStream.java:170) [richclient-1.1.1-bundle-cifs.jar:na]
|
421
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:464) [richclient-1.1.1-bundle-cifs.jar:na]
|
422
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) [richclient-1.1.1-bundle-cifs.jar:na]
|
423
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) [richclient-1.1.1-bundle-cifs.jar:na]
|
424
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) [richclient-1.1.1-bundle-cifs.jar:na]
|
425
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) [richclient-1.1.1-bundle-cifs.jar:na]
|
426
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
427
|
2015-12-02 15:16:29,087 [Open-eCard Localhost-Binding] ERROR o.o.c.b.http.LocalKeystoreTlsServer:300 - TLS error sent.
|
428
|
2015-12-02 15:16:29,088 [Open-eCard Localhost-Binding] ERROR o.o.c.b.http.LocalKeystoreTlsServer:301 - TLS(FATAL): Certificate corrupt [bad_certificate=42] --> Failed to read record
|
429
|
org.openecard.bouncycastle.crypto.tls.TlsFatalAlert: bad_certificate(42)
|
430
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHKeyExchange.processServerCertificate(TlsECDHKeyExchange.java:76) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
431
|
at org.openecard.bouncycastle.crypto.tls.TlsECDHEKeyExchange.processServerCredentials(TlsECDHEKeyExchange.java:38) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
432
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.handleHandshakeMessage(TlsServerProtocol.java:133) [richclient-1.1.1-bundle-cifs.jar:na]
|
433
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processHandshake(TlsProtocol.java:306) [richclient-1.1.1-bundle-cifs.jar:na]
|
434
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.processRecord(TlsProtocol.java:228) [richclient-1.1.1-bundle-cifs.jar:na]
|
435
|
at org.openecard.bouncycastle.crypto.tls.RecordStream.readRecord(RecordStream.java:170) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
436
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:464) [richclient-1.1.1-bundle-cifs.jar:na]
|
437
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) [richclient-1.1.1-bundle-cifs.jar:na]
|
438
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) [richclient-1.1.1-bundle-cifs.jar:na]
|
439
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) [richclient-1.1.1-bundle-cifs.jar:na]
|
440
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) [richclient-1.1.1-bundle-cifs.jar:na]
|
441
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|
442
|
2015-12-02 15:16:29,088 [Open-eCard Localhost-Binding] ERROR o.o.c.binding.http.HttpService:153 - Internal TLS error, this could be an attack
|
443
|
java.io.IOException: Internal TLS error, this could be an attack
|
444
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.failWithError(TlsProtocol.java:655) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
445
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:475) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
446
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:149) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
447
|
at org.openecard.bouncycastle.crypto.tls.TlsServerProtocol.accept(TlsServerProtocol.java:66) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
448
|
at org.openecard.control.binding.http.HttpsService.accept(HttpsService.java:59) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
449
|
at org.openecard.control.binding.http.HttpService.run(HttpService.java:124) ~[richclient-1.1.1-bundle-cifs.jar:na]
|
450
|
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_66]
|