Page 1 of 1

Unable to use OpenSSL type on Windows

Posted: Fri Jul 10, 2015 3:11 pm
by mak
Hi!

I've modified demo c# client and server to use SslImplementation.OpenSsl on windows, but the client fails with the following error:
>>OpenSSL error: 9172:error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac:.\ssl\s3_pkt.c:532:

When response message got no parameters, it works well. Tried to use several versions of openssl libs and http/https endpoints. Could you please help to resolve an issue.

Re: Unable to use OpenSSL type on Windows

Posted: Tue Aug 11, 2015 8:51 am
by jarl
I haven't seen that before. I will see if I can reproduce it here.

On Windows you're probably better off using the default Schannel SSL implementation anyway. That will work even if your server is on a non-Windows OpenSSL-based platform.