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

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
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.  
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 a SSLPROTOCOLERR handler (see the ''Janus Web Server Reference Manual'') or upgrade the browser to support the excluded protocol.
Either eliminate the SSLPROT parameter from the port definition, set it to allow the excluded protocol, set up an [[JANUS WEB exception rules#proterr|SSLPROTOCOLERR handler]], or upgrade the browser to support the excluded protocol.


[[Category:Sirius Mods Messages]]
{{Template:MSIR.0573 footer}}
[[Category:MSIR.0400 - MSIR.0599]]

Latest revision as of 23:13, 3 March 2017

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