01-19-2021, 03:55 AM
(This post was last modified: 01-19-2021, 11:33 AM by Jose Nilton Pace.)
(12-22-2020, 07:46 PM)kudzu Wrote: I have forwarded him this forum link to follow up.
As you advised I done the Cipher list and this got resolved in this quarter PT. Thank you very much.
Code:
TInServerIOHandlerSSLOpenSSL(IOHandler).SSLOptions.CipherList :='ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:' +
'DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:' +
'ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:!ADH:!EXP:!RC4:!eNULL@STRENGTH';Now getting the vulnerability 'SSL 64-bit Block Size Cipher Suites Supported (SWEET32)'. How can resolve this issue please

