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 tried out your lib in my auth-server project, but face a problem while using it on WPA2-enterprise.
The following error occurs: 140529911364936:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332
Note: this is when I build in docker, using the node:10-alpine image
When running locally on my mac I get the following error: 4520836544:error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol:../deps/openssl/openssl/ssl/s23_srvr.c:643
I'm not really into SSL, so maybe you can clarify some things? (Debugging didn't help me, I got stuck at crypt.ts)
The text was updated successfully, but these errors were encountered:
@gjongenelen I found the issue, it was related to some missing code implementations ;) in your case I believe it had to do with the "Length" bit.. just commited the new version.
ensure that you rebuild your certificate, as it turned out that there was also something missing. it works now with windows clients too :)
Hi there,
First, thank you for your great work.
I tried out your lib in my auth-server project, but face a problem while using it on WPA2-enterprise.
The following error occurs: 140529911364936:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332
Note: this is when I build in docker, using the node:10-alpine image
When running locally on my mac I get the following error: 4520836544:error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol:../deps/openssl/openssl/ssl/s23_srvr.c:643
I'm not really into SSL, so maybe you can clarify some things? (Debugging didn't help me, I got stuck at crypt.ts)
The text was updated successfully, but these errors were encountered: