-
Notifications
You must be signed in to change notification settings - Fork 12
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
play: support TLS options #1067
Comments
patapenka-alexey
added a commit
that referenced
this issue
Dec 30, 2024
first approach: pass ssl params as env to the play.lua, and apply them into the URI parameters. Closes #1067
patapenka-alexey
added a commit
that referenced
this issue
Dec 31, 2024
first approach: pass ssl params as env to the play.lua, and apply them into the URI parameters. Closes #1067
patapenka-alexey
added a commit
that referenced
this issue
Jan 3, 2025
This commit adds support of the ssl parameters to the `tt play` command. Closes #1067
patapenka-alexey
added a commit
that referenced
this issue
Jan 3, 2025
Title: play: add TLS options This patch adds support of the ssl parameters to the `tt play` command. Closes #1067
patapenka-alexey
added a commit
that referenced
this issue
Jan 3, 2025
@TarantoolBot document Title: play: add TLS options This patch adds support of the ssl parameters to the `tt play` command. Closes #1067
patapenka-alexey
added a commit
that referenced
this issue
Jan 3, 2025
@TarantoolBot document Title: play: add TLS options This patch adds support of the ssl parameters to the `tt play` command. Closes #1067
patapenka-alexey
added a commit
that referenced
this issue
Jan 3, 2025
@TarantoolBot document Title: play: add TLS options This patch adds support of the ssl parameters to the `tt play` command by using flags: `sslkeyfile` - path to a private SSL key file, `sslcertfile` - path to an SSL certificate file, `sslcafile` - path to a trusted certificate authorities (CA) file, `sslciphers` - colon-separated (:) list of SSL cipher suites the connection. Closes #1067
patapenka-alexey
added a commit
that referenced
this issue
Jan 3, 2025
@TarantoolBot document Title: play: add TLS options This patch adds support of the ssl parameters to the `tt play` command by using flags: `sslkeyfile` - path to a private SSL key file, `sslcertfile` - path to an SSL certificate file, `sslcafile` - path to a trusted certificate authorities (CA) file, `sslciphers` - colon-separated (:) list of SSL cipher suites the connection. Closes #1067
patapenka-alexey
added a commit
that referenced
this issue
Jan 8, 2025
@TarantoolBot document Title: play: add TLS options This patch adds support of the ssl parameters to the `tt play` command by using flags: `sslkeyfile` - path to a private SSL key file, `sslcertfile` - path to an SSL certificate file, `sslcafile` - path to a trusted certificate authorities (CA) file, `sslciphers` - colon-separated (:) list of SSL cipher suites the connection. Closes #1067
patapenka-alexey
added a commit
that referenced
this issue
Jan 8, 2025
@TarantoolBot document Title: play: add TLS options This patch adds support of the ssl parameters to the `tt play` command by using flags: `sslkeyfile` - path to a private SSL key file, `sslcertfile` - path to an SSL certificate file, `sslcafile` - path to a trusted certificate authorities (CA) file, `sslciphers` - colon-separated (:) list of SSL cipher suites the connection. Closes #1067
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
tt play
command should support TLS options likett connect
:The text was updated successfully, but these errors were encountered: