| 37 | }}} |
| 38 | |
| 39 | |
| 40 | {{{#!div class="box" |
| 41 | == SSL Mode == |
| 42 | |
| 43 | The TCP to SSL socket upgrade can be used with SSL clients, websockets clients (html5 clients) or HTTPS connections. |
| 44 | Unfortunately, not all of them at the same time. (see ticket:1213#comment:5 for details - #1504 may eventually lift this limitation) |
| 45 | |
| 46 | The option {{{ssl=MODE}}} can be used to select which clients protocols will be allowed on the {{{bind-tcp}}} sockets: |
| 47 | ||= Mode =||||||= Client Protocol =|| |
| 48 | || ||= SSL =||= Websockets =||= Secure Websockets =|| |
| 49 | ||auto [[BR]](default)|| Yes || Yes || No || |
| 50 | ||TCP|| Yes || No || No || |
| 51 | ||www|| No || Yes || Yes || |