Bug #267
closedjava.io.EOFException
0%
Description
Beim Parsen eines Berechtigungszertifikats sehe ich folgende Exception auf stdout:
java.io.EOFException
at org.openecard.bouncycastle.crypto.tls.TlsUtils.readUint8(Unknown Source)
at org.openecard.bouncycastle.crypto.tls.RecordStream.readData(Unknown Source)
at org.openecard.bouncycastle.crypto.tls.TlsProtocolHandler.safeReadData(Unknown Source)
at org.openecard.bouncycastle.crypto.tls.TlsProtocolHandler.connect(Unknown Source)
at org.openecard.transport.paos.PAOS.createTlsConnection(Unknown Source)
at org.openecard.transport.paos.PAOS.sendStartPAOS(Unknown Source)
at org.openecard.control.module.tctoken.PAOSTask.call(Unknown Source)
at org.openecard.control.module.tctoken.PAOSTask.call(Unknown Source)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.lang.Thread.run(Thread.java:744)
[sending alert] level: 2 description: 80
Updated by Tobias Wich almost 11 years ago
This stack trace does not point to the parts in the evaluating the access certificate.
Can you give more detailed information how to reproduce the problem and what is meant with "while parsing the access certificate".
Updated by Tobias Wich over 10 years ago
- Status changed from New to Feedback
- Target version set to 1.1.0
Without any further information how to reproduce the bug, I will close it. Please response soon if you have a serious interest in getting this fixed in case this is still an issue with the latest development version.
Updated by Marcel Selhorst over 10 years ago
I can't reproduce this issue anymore. I re-tested it with v1.0.5 and several eID Services (conventional and alternative calling mechanism). Certificate Parsing works fine now. If I see this issue again, I'll re-open this ticket.
Updated by Tobias Wich over 10 years ago
- Status changed from Feedback to Rejected