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

play: support TLS options #1067

Open
oleg-jukovec opened this issue Dec 17, 2024 · 0 comments · May be fixed by #1078
Open

play: support TLS options #1067

oleg-jukovec opened this issue Dec 17, 2024 · 0 comments · May be fixed by #1078
Assignees
Labels
3sp feature A new functionality teamE

Comments

@oleg-jukovec
Copy link
Contributor

The tt play command should support TLS options like tt connect:

      --sslcafile string      path to a trusted certificate authorities (CA) file
      --sslcertfile string    path to an SSL certificate file
      --sslciphers string     colon-separated (:) list of SSL cipher suites the connection
      --sslkeyfile string     path to a private SSL key file
@oleg-jukovec oleg-jukovec added teamE 3sp feature A new functionality labels Dec 17, 2024
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 patapenka-alexey linked a pull request Jan 3, 2025 that will close this issue
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
Labels
3sp feature A new functionality teamE
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants