Всем привет!
Такая задача, можно ли как-то передать бекенд серверу (apache) информацию о
SSL соединении?
Хотябы такую
SSL_PROTOCOL - The SSL protocol version (SSLv3, TLSv1, TLSv1.1, TLSv1.2)
SSL_CIPHER - The cipher specification name
SSL_CIPHER_USEKEYSIZE - Number of cipher bits (actually used)
Конфиг такой:
location / {
proxy_pass http://127.0.0.1:80;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarfed-For $proxy_add_x_forwarded_for;
# Вот сюдабы ещё добавить доп. инфы о соединении...
}
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,246913,246913#msg-246913
_______________________________________________
nginx-ru mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx-ru