mirror of
https://github.com/muraenateam/muraena.git
synced 2026-07-18 00:54:48 +00:00
Add the following configuration options: - minVersion: contains the minimum TLS version that is acceptable. Default is set to TLS1.0 - preferServiceCipherSuites: controls whether the server selects the client's most preferred ciphersuite, or the server's most preferred ciphersuite. Default is set to true - sessionTicketsDisabled: may be set to true to disable session ticket and PSK (resumption) support. Default is set to true - insecureSkipVerify: controls whether muraena verifies the server's certificate chain and host name. Default is set to false |
||
|---|---|---|
| .. | ||
| doc.go | ||
| handler.go | ||
| helper.go | ||
| reverseproxy.go | ||
| server.go | ||
| transformer.go | ||