1
|
2013-09-25 11:02:31,152 [main] WARN o.openecard.addon.ClasspathRegistry:74 - Skipped loading internal add-on PKCS#11, because it is not available.
|
2
|
2013-09-25 11:02:39,002 [Thread-4] WARN o.o.c.t.auth.DynamicAuthentication:132 - No certificate verifier available, skipping certificate verification.
|
3
|
2013-09-25 11:02:39,696 [PAOS] ERROR org.openecard.transport.paos.PAOS:291 - Connecting to the PAOS endpoint with TLSv1.1 failed. Falling back to TLSv1.0.
|
4
|
java.io.IOException: Internal TLS error, this could be an attack
|
5
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.failWithError(TlsProtocol.java:545) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
6
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:398) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
7
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:113) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
8
|
at org.openecard.bouncycastle.crypto.tls.TlsClientProtocol.connect(TlsClientProtocol.java:100) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
9
|
at org.openecard.control.module.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:177) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
10
|
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:367) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
11
|
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:289) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
12
|
at org.openecard.control.module.tctoken.PAOSTask.call(PAOSTask.java:71) [richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
13
|
at org.openecard.control.module.tctoken.PAOSTask.call(PAOSTask.java:42) [richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
14
|
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [na:1.6.0_27]
|
15
|
at java.util.concurrent.FutureTask.run(FutureTask.java:166) [na:1.6.0_27]
|
16
|
at java.lang.Thread.run(Thread.java:679) [na:1.6.0_27]
|
17
|
2013-09-25 11:02:39,726 [Thread-4] ERROR o.o.c.module.tctoken.TCTokenHandler:420 - org.openecard.transport.paos.PAOSException: java.io.IOException: Internal TLS error, this could be an attack
|
18
|
java.util.concurrent.ExecutionException: org.openecard.transport.paos.PAOSException: java.io.IOException: Internal TLS error, this could be an attack
|
19
|
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252) ~[na:1.6.0_27]
|
20
|
at java.util.concurrent.FutureTask.get(FutureTask.java:111) ~[na:1.6.0_27]
|
21
|
at org.openecard.control.module.tctoken.TCTokenHandler.waitForTask(TCTokenHandler.java:415) [richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
22
|
at org.openecard.control.module.tctoken.TCTokenHandler.processBinding(TCTokenHandler.java:291) [richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
23
|
at org.openecard.control.module.tctoken.TCTokenHandler.handleActivate(TCTokenHandler.java:387) [richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
24
|
at org.openecard.control.module.tctoken.TCTokenAction.execute(TCTokenAction.java:65) [richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
25
|
at org.openecard.addon.bind.AppPluginActionProxy.execute(AppPluginActionProxy.java:52) [richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
26
|
at org.openecard.control.binding.http.handler.HttpAppPluginActionHandler.handle(HttpAppPluginActionHandler.java:126) [richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
27
|
at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:375) [richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
28
|
at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:290) [richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
29
|
at org.openecard.control.binding.http.HTTPService$1.run(HTTPService.java:117) [richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
30
|
org.openecard.transport.paos.PAOSException: java.io.IOException: Internal TLS error, this could be an attack
|
31
|
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:346) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
32
|
at org.openecard.control.module.tctoken.PAOSTask.call(PAOSTask.java:71) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
33
|
at org.openecard.control.module.tctoken.PAOSTask.call(PAOSTask.java:42) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
34
|
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) ~[na:1.6.0_27]
|
35
|
at java.util.concurrent.FutureTask.run(FutureTask.java:166) ~[na:1.6.0_27]
|
36
|
at java.lang.Thread.run(Thread.java:679) ~[na:1.6.0_27]
|
37
|
Caused by: java.io.IOException: Internal TLS error, this could be an attack
|
38
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.failWithError(TlsProtocol.java:545) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
39
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:398) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
40
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:113) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
41
|
at org.openecard.bouncycastle.crypto.tls.TlsClientProtocol.connect(TlsClientProtocol.java:100) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
42
|
at org.openecard.control.module.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:177) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
43
|
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:367) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
44
|
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:292) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
45
|
... 5 common frames omitted
|
46
|
2013-09-25 11:02:39,848 [Thread-4] ERROR o.o.c.module.tctoken.TCTokenHandler:401 - java.io.IOException: Internal TLS error, this could be an attack
|
47
|
org.openecard.transport.paos.PAOSException: java.io.IOException: Internal TLS error, this could be an attack
|
48
|
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:346) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
49
|
at org.openecard.control.module.tctoken.PAOSTask.call(PAOSTask.java:71) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
50
|
at org.openecard.control.module.tctoken.PAOSTask.call(PAOSTask.java:42) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
51
|
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) ~[na:1.6.0_27]
|
52
|
at java.util.concurrent.FutureTask.run(FutureTask.java:166) ~[na:1.6.0_27]
|
53
|
at java.lang.Thread.run(Thread.java:679) ~[na:1.6.0_27]
|
54
|
Caused by: java.io.IOException: Internal TLS error, this could be an attack
|
55
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.failWithError(TlsProtocol.java:545) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
56
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.safeReadRecord(TlsProtocol.java:398) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
57
|
at org.openecard.bouncycastle.crypto.tls.TlsProtocol.completeHandshake(TlsProtocol.java:113) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
58
|
at org.openecard.bouncycastle.crypto.tls.TlsClientProtocol.connect(TlsClientProtocol.java:100) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
59
|
at org.openecard.control.module.tctoken.TlsConnectionHandler.createTlsConnection(TlsConnectionHandler.java:177) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
60
|
at org.openecard.transport.paos.PAOS.openHttpStream(PAOS.java:367) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
61
|
at org.openecard.transport.paos.PAOS.sendStartPAOS(PAOS.java:292) ~[richclient-1.1.0-SNAPSHOT-bundle.jar:na]
|
62
|
... 5 common frames omitted
|