multiOTP / multiOTPCredentialProvider

multiOTP Credential Provider is a V2 Credential Provider for Windows 7/8/8.1/10/2012(R2)/2016 with options like RDP only and UPN name support
Apache License 2.0
232 stars 77 forks source link

Client-Server timeout after 5 seconds for ssl #48

Closed khangcnttspkt closed 3 years ago

khangcnttspkt commented 3 years ago

image

I try to set this value is higher than 5 by default in registry, but no affect.

image

multiOTP commented 3 years ago

Hello, Could you please provide us:

multiOTP commented 3 years ago

Hello, we found a bug in the credential installer. The multiOTPServerTimeout should be a Dword instead of a REG_SZ. Can you please try to remove the registry : HKCR\CLSID{FCEFDFAB-B0A1-4C4D-8B2B-4FF4E0A3D978}\multiOTPServerTimeout and replace it with a REG_DEWORD with the value 60. Be carefull the value of multiOTPServerTimeout must be LOWER than multiOTPTimeout

When using the credential prodvider (CP), the CP calls multiOTP and the timeout used is multiOTPTimeout then inside multiOTP, it calls the remote server and at this call, it's multiOTPServerTimeout that is used.

Best regards

khangcnttspkt commented 3 years ago

Hello, we found a bug in the credential installer. The multiOTPServerTimeout should be a Dword instead of a REG_SZ. Can you please try to remove the registry : HKCR\CLSID{FCEFDFAB-B0A1-4C4D-8B2B-4FF4E0A3D978}\multiOTPServerTimeout and replace it with a REG_DEWORD with the value 60. Be carefull the value of multiOTPServerTimeout must be LOWER than multiOTPTimeout

When using the credential prodvider (CP), the CP calls multiOTP and the timeout used is multiOTPTimeout then inside multiOTP, it calls the remote server and at this call, it's multiOTPServerTimeout that is used.

Best regards

Hi @multiOTP ,

After changed Dword instead of a REG_SZ, this work. I install version 5.8.3.0, but The multiOTPServerTimeout still REG_SZ instead of a Dword.

Thank you very much.

multiOTP commented 3 years ago

Thanks for the feedback, we have not yet published a new version. Best regards