Hi all,
I have a question about the SSL hooks in upstream support, i.e.:
struct ngx_peer_connection_s {
/* … */
#if (NGX_SSL)
ngx_event_set_peer_session_pt set_session;
ngx_event_save_peer_session_pt save_session;
#endif
/* ... */
};
When are the hooks called? What are they supposed to do? They look
like support for https proxying but I cannot see the bigger picture.
Any insight greatly appreciated.
Best regards,
Grzegorz N.