Changes between Initial Version and Version 1 of Ticket #1529, comment 14
- Timestamp:
- 12/29/18 16:27:36 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1529, comment 14
initial v1 3 3 In my case I wished to prioritize 128-bit AES over 256-bit AES and CHACHA20, so I used: 4 4 `Ciphersuites = TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256` 5 6 It might be useful to set a nginx-specific OpenSSL config file (this was useful for ensuring that TLS 1.2 with compression was used for PostgreSQL), but that is beyond the scope of this ticket.