cliffdeclerck / eid-applet

Automatically exported from code.google.com/p/eid-applet
Other
0 stars 0 forks source link

Error using the new Belfius cardreader #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to log in using your eid on various sites using a Java implementation.
2. Allow everything it requires, the new Belfius cardreader is used!
3. It won't let you log in, errorcode received on record@home can be found 
below.
4. It says that my pincode was incorrect, however, it wasn't.

What is the expected output? What do you see instead?

It should let me log in, but it returns an error (false incorrect pin).

What version of the product are you using? On what operating system?

Windows 8.1, 64 bit, other info below.

Please provide any additional information below.

eID Applet - Copyright (C) 2008-2013 FedICT.
Released under GNU LGPL version 3.0 license.
More info: http://code.google.com/p/eid-applet/
checking applet privileges...
security manager permission check for java 1.6...
checking web application trust...
running privileged code...
eID browser applet version: 1.1.3
Java version: 1.8.0_25
Java vendor: Oracle Corporation
OS: Windows 8
OS version: 6.2
OS arch: amd64
Web application URL: 
https://www.homebank.recordbank.be/thc/policyenforcer/pages/loginB2C.jsf
Current time: Wed Dec 31 11:56:19 CET 2014
session cookie detected
sending message: HelloMessage
current protocol state: null
protocol state transition: INIT
SSL handshake finish cipher suite: SSL_RSA_WITH_RC4_128_SHA
response message: CheckClientMessage
current protocol state: INIT
protocol state transition: ENV_CHECK
Need to check the client secure environment...
sending message: ClientEnvironmentMessage
current protocol state: ENV_CHECK
SSL handshake finish cipher suite: SSL_RSA_WITH_RC4_128_SHA
response message: AuthenticationRequestMessage
current protocol state: ENV_CHECK
protocol state transition: AUTHENTICATE
include hostname: false
include inet address: false
remove card after authn: false
logoff: true
pre-logoff: false
TLS session Id channel binding: false
server certificate channel binding: false
include identity: false
include certificates: false
include address: false
include photo: false
include integrity data: false
require secure smart card reader: false
transaction message: null
Detecteren van eID kaart...
invoking Javascript message callback: msgCb
Detecteren van eID kaart...
invoking Javascript message callback: msgCb
Gelieve uw eID kaart in te steken...
invoking Javascript message callback: msgCb
Scanning card terminal: VASCO DIGIPASS 870 0
eID card detected in card terminal : VASCO DIGIPASS 870 0
Authentiseren...
invoking Javascript message callback: msgCb
CCID GET_FEATURE IOCTL...
GET_FEATURES IOCTL error: transmitControlCommand() failed
CCID GET_FEATURE IOCTL...
GET_FEATURES IOCTL error: transmitControlCommand() failed
CCID GET_FEATURE IOCTL...
GET_FEATURES IOCTL error: transmitControlCommand() failed
selecting key...
computing digital signature...
PIN verification required...
verifying PIN...
VERIFY_PIN error
SW: 6985
PIN verification error.
error: PIN verification error.
error type: java.lang.RuntimeException
at be.fedict.eid.applet.sc.PcscEid.verifyPin:932
at be.fedict.eid.applet.sc.PcscEid.sign:885
at be.fedict.eid.applet.sc.PcscEid.signAuthn:1258
at be.fedict.eid.applet.Controller.performEidAuthnOperation:1073
at be.fedict.eid.applet.Controller.run:337
at be.fedict.eid.applet.Applet$AppletThread$1.run:602
at java.security.AccessController.doPrivileged:-2
at be.fedict.eid.applet.Applet$AppletThread.run:597
at java.lang.Thread.run:-1
Algemene fout.
invoking Javascript message callback: msgCb

Original issue reported on code.google.com by tieleman...@gmail.com on 31 Dec 2014 at 11:28

GoogleCodeExporter commented 9 years ago
This is a known issue with recent Vasco smart card readers. Please use another 
card reader for eID operations.

Original comment by frank.co...@gmail.com on 31 Dec 2014 at 11:40

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/eid-applet/source/detail?r=864

Original comment by frank.co...@gmail.com on 9 Jan 2015 at 9:02