SslDomain.allowUnsecuredClient

Permit a server to accept connection requests from non-SSL clients.

This configures the server to "sniff" the incoming client data stream, and dynamically determine whether SSL/TLS is being used. This option is disabled by default: only clients using SSL/TLS are accepted.

  1. void allowUnsecuredClient(bool allowUnsecured)
    interface SslDomain
    void
    allowUnsecuredClient
  2. bool allowUnsecuredClient()

Meta