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.
Unable to use OpenSSL type on Windows
Re: Unable to use OpenSSL type on Windows
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.
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.