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 : |
Beta Was this translation helpful? Give feedback.
-
I found the reason.Because my password is not long enough.OCPP requires a password length of 16 to 20 bytes. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@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. |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions