You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this on version 1.5.6 after logging out and trying to log in again:
Having a user called user or e.g. foobar gives me a different error:
Interestingly the user andre does not work with the cass-npm library.
user and foobar initially throw an error in the library (undefined: error: EcPpkFromPem: Error: Invalid PEM formatted message.). Afterwards when trying to log in I get the malformed URl error above, BUT then the cass library works without errors.
Steps to reproduce
Create a new user newuser
Log out, log in - works fine
Connect with newuser credentials using cass-npm
First time: undefined: error: EcPpkFromPem: Error: Invalid PEM formatted message.
Second or third time: login via cass-npm suddenly works!
Try to log in using CaSS web UI - Login failed: URIError: malformed URI sequence (login basically broken now for newuser)
The text was updated successfully, but these errors were encountered:
I discovered 2 login problems:
I got this on version 1.5.6 after logging out and trying to log in again:
Having a user called
user
or e.g.foobar
gives me a different error:Interestingly the user
andre
does not work with the cass-npm library.user
andfoobar
initially throw an error in the library (undefined: error: EcPpkFromPem: Error: Invalid PEM formatted message.
). Afterwards when trying to log in I get the malformed URl error above, BUT then the cass library works without errors.Steps to reproduce
newuser
newuser
credentials using cass-npmundefined: error: EcPpkFromPem: Error: Invalid PEM formatted message.
Login failed: URIError: malformed URI sequence
(login basically broken now fornewuser
)The text was updated successfully, but these errors were encountered: