Skip to Content
Nginx HTTP Server - Fourth Edition
book

Nginx HTTP Server - Fourth Edition

by Martin Bjerretoft Fjordvald, Nedelcu
February 2018
Beginner to intermediate
348 pages
9h 40m
English
Packt Publishing
Content preview from Nginx HTTP Server - Fourth Edition

SSL-related directives

If you are going to be working with SSL backend servers, the following directives will be useful to you.

Directive

Description

proxy_ssl_certificate

Context: httpserverlocation

Sets the path of a PEM file that contains a certificate for authentication to an SSL backend.

Syntax: File path

Default value: None

proxy_ssl_certificate_key

Context: httpserverlocation

Sets the path of the secret key file (PEM format) for authentication to an SSL backend.

Syntax: File path

Default value: None

proxy_ssl_ciphers

Context: httpserverlocation

Sets the ciphers for SSL communication with the backend server. Run the following shell command to get the list of available ciphers on your server: openssl ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Nginx: From Beginner to Pro

Nginx: From Beginner to Pro

Rahul Soni
Nginx Essentials

Nginx Essentials

Valery Kholodkov, Valery I Kholodkov
SSH, The Secure Shell: The Definitive Guide, 2nd Edition

SSH, The Secure Shell: The Definitive Guide, 2nd Edition

Daniel J. Barrett, Richard E. Silverman, Robert G. Byrnes

Publisher Resources

ISBN: 9781788623551Other