You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This patch adds support of the ssl parameters to the
tt play
commandby 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 theconnection.
Closes #1067
Requested by @patapenka-alexey in tarantool/tt@26f350b.
The text was updated successfully, but these errors were encountered: