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)
Line 3: Line 3:
  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 a SSLPROTOCOLERR handler (see the ''Janus Web Server Reference Manual'') or upgrade the browser to support the excluded protocol.


[[Category:Sirius Mods Messages]]
[[Category:Sirius Mods messages]]

Revision as of 17:46, 19 April 2013

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.