How to allow the GroupWise 2012 client against a GroupWise 18 backend

  • 7024206
  • 23-Oct-2019
  • 18-Mar-2021

Environment

GroupWise 18
GroupWise 18.2
GroupWise 18.3

Situation

Add the following switch to the POA startup file.

--sslOption "SSL_OP_ALLOW_TLSv1_1,SSL_OP_ALLOW_TLSv1,SSL_OP_NO_TLSv1_3" For GroupWise running on Linux
/sslOption-"SSL_OP_ALLOW_TLSv1_1,SSL_OP_ALLOW_TLSv1,SSL_OP_NO_TLSv1_3" For GroupWise running on Windows

--sslciphersuite "HIGH:!EXP:!aNULL:!MD5:!SSLv2:!LOW:!CAMELLIA256-SHA256:@STRENGTH" Linux
/sslciphersuite-"HIGH:!EXP:!aNULL:!MD5:!SSLv2:!LOW:!CAMELLIA256-SHA256:@STRENGTH" Windows