Following logs sample appear in trace of CWA(Citrix Workspace App)

This error is raised when:CWA's OpenSSL receives the backend server(Netscaler gateway, or intermeidate network device) ServerHello that does NOT include the renegotiation_info extension (RFC 5746), while SSL_OP_LEGACY_SERVER_CONNECT is not set. OpenSSL treats the absence of renegotiation_info from the server as an unsafe legacy peer and aborts.
Adding the renegotiation_info extension (RFC 5746) in the ServerHello message from the backend server can resolve the issue.
