Skip to content

Conversation

@dongbeiouba
Copy link

I hereby granted the copyright of the changes in this pull request
to the authors of this lua-nginx-module project.

Nginx support caching and reusing the upstream ssl session, but balancer_by_lua don't support reusing the ssl session.

So i add the hook balancer_ssl_session_fetchby and balancer_ssl_session_storeby; and then we can cache the ssl session with lua code.

Cache and reuse the ssl session can reduce ssl full handshake with the proxied servers; especially for those nginx which not config keepalive.

@dongbeioubadongbeiouba changed the title add balancer_ssl_session_fetchby and balancer_ssl_session_storebyFeature: add balancer_ssl_session_fetchby and balancer_ssl_session_storebyApr 28, 2018
@dongbeioubadongbeiouba changed the title Feature: add balancer_ssl_session_fetchby and balancer_ssl_session_storebyfeature: add balancer_ssl_session_fetchby and balancer_ssl_session_storebyApr 28, 2018
@gwittel
Copy link

Are there any plans to pick up this work? Was debugging SSL induced performance issues when I verified this behavior (and later found this ticket).

@doujiang24
Copy link
Member

@spacewander@rainingmaster please help to take a look at this PR, thanks :)

@mergify
Copy link

mergifybot commented Jun 26, 2020

This pull request is now in conflict :(

@nr17
Copy link

nr17 commented Oct 15, 2020

@spacewander@rainingmaster Any help in integrating this PR would be much appreciated.

@mergify
Copy link

mergifybot commented Mar 20, 2023

This pull request is now in conflict :(

@mergifymergifybot removed the conflict label May 10, 2023
@mergify
Copy link

mergifybot commented May 10, 2023

This pull request is now in conflict :(

@mergifymergifybot removed the conflict label Sep 23, 2023
@mergify
Copy link

mergifybot commented Sep 23, 2023

This pull request is now in conflict :(

@mergifymergifybot removed the conflict label Mar 6, 2024
@mergify
Copy link

mergifybot commented Mar 6, 2024

This pull request is now in conflict :(

@mergifymergifybot added the conflict label Mar 6, 2024
@mergifymergifybot removed the conflict label May 27, 2024
@mergify
Copy link

mergifybot commented May 27, 2024

This pull request is now in conflict :(

@mergifymergifybot removed the conflict label Feb 13, 2025
@mergify
Copy link

mergifybot commented Feb 13, 2025

This pull request is now in conflict :(

@mergifymergifybot removed the conflict label May 7, 2025
@mergify
Copy link

mergifybot commented May 7, 2025

This pull request is now in conflict :(

@mergifymergifybot added the conflict label May 7, 2025
@mergifymergifybot removed the conflict label Jul 9, 2025
@mergify
Copy link

mergifybot commented Jul 9, 2025

This pull request is now in conflict :(

@mergifymergifybot added the conflict label Jul 9, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@dongbeiouba@gwittel@doujiang24@nr17