kittoku / Open-SSTP-Client

Open SSTP Client for Android
MIT License
402 stars 104 forks source link

[Feature Request] EAP-MSCHAPv2 #131

Closed tormentous closed 3 months ago

tormentous commented 6 months ago

as the title say, can it be done?

kittoku commented 6 months ago

You mentioned just EAP-MSCHAPv2, not PEAP, didn't you?

tormentous commented 6 months ago

You mentioned just EAP-MSCHAPv2, not PEAP, didn't you?

If both can be done, the better

kittoku commented 4 months ago

Please try osc-eap.apk. You need to select only EAP-MSCHAPV2 in Select Authentication Protocols.

PEAP could not be implemented. It needs more effort for realizing TLS over TLS.

tormentous commented 4 months ago

Please try osc-eap.apk. You need to select only EAP-MSCHAPV2 in Select Authentication Protocols.

PEAP could not be implemented. It needs more effort for realizing TLS over TLS.

I got this message [2024-07-02 14:30:18.736] Establish VPN connection [2024-07-02 14:30:19.915] SSL: ERR_UNEXPECTED_MESSAGE [2024-07-02 14:30:19.927] Terminate VPN connection

kittoku commented 4 months ago

It look like that the app couldn't establish SSL session before it reaches authentication stage.

Can you establish a VPN connection with the same server and another protocol(PAP or CHAP)?

tormentous commented 4 months ago

It look like that the app couldn't establish SSL session before it reaches authentication stage.

Can you establish a VPN connection with the same server and another protocol(PAP or CHAP)?

Same results

kittoku commented 4 months ago

On the previous version, the app has worked without problems?

tormentous commented 4 months ago

On the previous version, the app has worked without problems?

The previos version has same result as the one you shared too

kittoku commented 4 months ago

Could you try another SSTP client, such as Windows built-in one, to check if the server's configuration is OK?

kittoku commented 4 months ago

Is there any prolem, @tormentous?