How can I setup yandex-tank to tell phantom to use TLS encryption instead of SSL? I already found that phantom can be configured to used TLS via it's startup parameter --ssl-protocol=tlsv1
, but I don't know how can I pass this parameter when using yndex-tank configs.
link to phantom config issue with startup cli parameter
Here is the part of load.ini file which is configuring phantom load generator.
[phantom]
address=%(env_url)s:443
ssl=1
writelog=1
rps_schedule=step(1, 70, 5, 15s) line(1, 70, 1m)
header_http=1.1
uris=/
I'm trying to test Google Cloud Functions directly just to confirm breaks in connection, and as it turned out, GCF using TLS encryption. I tested this with curl, so now I need to configure it somehow using tank.