Changes between Initial Version and Version 1 of Ticket #1301, comment 2
- Timestamp:
- 06/26/17 14:20:20 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1301, comment 2
initial v1 3 3 $ssl_client_signature is client x509 certificate signature. 4 4 5 Now we use $ssl_client_cert and proxy_set_header. We do not use the entire certificate onthe backend - we use certificate signature only.5 Now we use $ssl_client_cert and proxy_set_header. We do not use the entire certificate at the backend - we use certificate signature only. 6 6 7 7 At the same time there is a problem with $ssl_client_cert and proxy_set_header, for example https://trac.nginx.org/nginx/ticket/857