Replies: 4 comments
|
Had the same issue when reading password without precaution. My debugger indicates that when no password has been submited the password variable is So : |
|
I found the reason.Because my password is not long enough.OCPP requires a password length of 16 to 20 bytes. |
|
|
@jmluy I am getting 404 and after calling the authenicatesession I am getting the username and password info when will the next step on the server side authenticate these credentials to start a new session? I would appreciate your quick response. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I want to implement ocpp-1.6-j http auth, server code like this:
client code like this:
But The connection will be automatically closed without any exceptions,and the server cannot obtain the username and the password.
So, I would like to inquire about how to use it.
All reactions