MSIR.0573 SSL client trying to use unsupported protocol: (protocol)

From m204wiki
(Redirected from MSIR.0573)
Jump to navigation Jump to search

A client (probably a web browser) tried to connect to an SSL port but tried to use an SSL protocol that is explicitly blocked by the SSLPROT parameter in the JANUS DEFINE command for the port being connected to. Note that setting SSLPROT to 2 will, somewhat counter-intuitively, prevent access to the port with SSL V2.

Either eliminate the SSLPROT parameter from the port definition, set it to allow the excluded protocol, set up an SSLPROTOCOLERR handler, or upgrade the browser to support the excluded protocol.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal

Back to list of messages