Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quincy: rgw/beast: Enable SSL session-id reuse speedup mechanism #56119

Open
wants to merge 1 commit into
base: quincy
Choose a base branch
from

Conversation

mkogan1
Copy link
Contributor

@mkogan1 mkogan1 commented Mar 11, 2024

backport tracker: https://tracker.ceph.com/issues/64767


backport of #55967
parent tracker: https://tracker.ceph.com/issues/64719

this backport was staged using ceph-backport.sh version 16.0.0.6848
find the latest version at https://github.com/ceph/ceph/blob/master/src/script/ceph-backport.sh

@mkogan1 mkogan1 added this to the quincy milestone Mar 11, 2024
@mkogan1 mkogan1 requested review from cbodley and a team March 11, 2024 11:09
@cbodley
Copy link
Contributor

cbodley commented Mar 11, 2024

The following tests FAILED:
7 - run-tox-mgr-dashboard-py3 (Failed)

@cbodley
Copy link
Contributor

cbodley commented Mar 11, 2024

jenkins test make check

@cbodley
Copy link
Contributor

cbodley commented Mar 11, 2024

jenkins test api

@mattbenjamin
Copy link
Contributor

The following tests FAILED:
7 - run-tox-mgr-dashboard-py3 (Failed)

this failure doesn't seem to be unique to this PR

@mkogan1
Copy link
Contributor Author

mkogan1 commented Mar 20, 2024

jenkins test make check

@yuriw
Copy link
Contributor

yuriw commented Apr 17, 2024

This PR is under test in https://tracker.ceph.com/issues/65558.

@yuriw
Copy link
Contributor

yuriw commented Apr 17, 2024

This PR is under test in https://tracker.ceph.com/issues/65561.

Copy link
Contributor

@cbodley cbodley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

possible regression here, want to investigate further

@yuriw
Copy link
Contributor

yuriw commented Apr 22, 2024

@yuriw
Copy link
Contributor

yuriw commented Apr 23, 2024

This PR is under test in https://tracker.ceph.com/issues/65638.

yuriw added a commit to yuriw/ceph that referenced this pull request Apr 23, 2024
* refs/pull/56119/head:
	rgw/beast: enablment of SSL session-id reuse speedup mechanism
@cbodley cbodley removed the needs-qa label Apr 23, 2024
@cbodley
Copy link
Contributor

cbodley commented May 9, 2024

@mkogan1 can you please include the fix from https://tracker.ceph.com/issues/65887?

Enable the OpenSSL session-id reuse acceleration mechanism that is described in:

https://www.openssl.org/docs/man1.0.2/man3/SSL_CTX_set_session_id_context.html
SSL_CTX_set_session_id_context, SSL_set_session_id_context - set context
within which session can be reused (server side only)

Fixes: https://tracker.ceph.com/issues/64719

Signed-off-by: Mark Kogan <mkogan@redhat.com>
(cherry picked from commit 6fb4c5d)
@mkogan1
Copy link
Contributor Author

mkogan1 commented May 15, 2024

jenkins test api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants