Bug #322
closedCan't login to meineschufa.de
0%
Description
Hello,
Login to meineschufa.de fails with: "org.openecard.apache.http.ProtocolException: Not a valid protocol version"
Not sure if this is a problem with openecard or with schufa online.
Here is the log:
2014-08-19 00:14:03,351 [Thread-10] ERROR o.o.c.m.t.GenericTCTokenHandler:-1 - org.openecard.apache.http.ProtocolException: Not a valid protocol version: <HTML><HEAD><TITLE>Request Entity Too Large</TITLE></HEAD> java.io.IOException: org.openecard.apache.http.ProtocolException: Not a valid protocol version: <HTML><HEAD><TITLE>Request Entity Too Large</TITLE></HEAD> at org.openecard.control.module.tctoken.GenericTCTokenHandler.determineRefreshURL(Unknown Source) [OpeneCardApp-1.0.6.jar:na] at org.openecard.control.module.tctoken.GenericTCTokenHandler.handleActivate(Unknown Source) [OpeneCardApp-1.0.6.jar:na] at org.openecard.control.binding.http.handler.HttpTCTokenHandler.handle(Unknown Source) [OpeneCardApp-1.0.6.jar:na] at org.openecard.apache.http.protocol.HttpService.doService(HttpService.java:375) [OpeneCardApp-1.0.6.jar:na] at org.openecard.apache.http.protocol.HttpService.handleRequest(HttpService.java:290) [OpeneCardApp-1.0.6.jar:na] at org.openecard.control.binding.http.HTTPService$1.run(Unknown Source) [OpeneCardApp-1.0.6.jar:na] Caused by: org.openecard.apache.http.ProtocolException: Not a valid protocol version: <HTML><HEAD><TITLE>Request Entity Too Large</TITLE></HEAD> at org.openecard.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:256) ~[OpeneCardApp-1.0.6.jar:na] at org.openecard.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289) ~[OpeneCardApp-1.0.6.jar:na] at org.openecard.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300) ~[OpeneCardApp-1.0.6.jar:na] at org.openecard.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127) ~[OpeneCardApp-1.0.6.jar:na] at org.openecard.control.module.tctoken.TCTokenGrabber.getStream(Unknown Source) ~[OpeneCardApp-1.0.6.jar:na] ... 6 common frames omitted Caused by: org.openecard.apache.http.ParseException: Not a valid protocol version: <HTML><HEAD><TITLE>Request Entity Too Large</TITLE></HEAD> at org.openecard.apache.http.message.BasicLineParser.parseProtocolVersion(BasicLineParser.java:158) ~[OpeneCardApp-1.0.6.jar:na] at org.openecard.apache.http.message.BasicLineParser.parseStatusLine(BasicLineParser.java:402) ~[OpeneCardApp-1.0.6.jar:na] at org.openecard.apache.http.impl.io.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:98) ~[OpeneCardApp-1.0.6.jar:na] at org.openecard.apache.http.impl.io.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:59) ~[OpeneCardApp-1.0.6.jar:na] at org.openecard.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254) ~[OpeneCardApp-1.0.6.jar:na] ... 10 common frames omitted
Updated by Tobias Wich over 10 years ago
- Status changed from New to In Progress
- Assignee set to Hans-Martin Haase
- Target version set to 1.1.0
Bug applies to 1.0.6 as well as the current development version.
Updated by Hans-Martin Haase over 10 years ago
Hi,
could you retry the login. I tried the usage on this https://www.meineschufa.de/index.php?site=30_2_1_pa&#tabNPA site and it worked until i got problems because of the usage of a test nPA.
So i currently can't reproduce the problem with version 1.0.6. The development version fails with an TLS Handshake error.
Best Regards,
Hans-Martin
Updated by Anonymous over 10 years ago
Hans-Martin Haase wrote:
Hi,
could you retry the login. I tried the usage on this https://www.meineschufa.de/index.php?site=30_2_1_pa&#tabNPA site and it worked until i got problems because of the usage of a test nPA.
Hello,
I tried and it still fails with the same error. It fails AFTER I enter my PIN to confirm the identification request. Don't know if you reached that point in the process? Looks like it fails at the last step before granting me access.
Regards
Sebastian
Updated by Hans-Martin Haase over 10 years ago
Updated by Hans-Martin Haase over 10 years ago
- Status changed from In Progress to Rejected