GoogleCloudPlatform / distributed-load-testing-using-kubernetes

Distributed load testing using Kubernetes on Google Container Engine
http://cloud.google.com/solutions/distributed-load-testing-using-kubernetes
Apache License 2.0
442 stars 259 forks source link

Locust SSL verification #15

Closed ghost closed 7 years ago

ghost commented 7 years ago

I get this failure "SSLError(SSLError(SSLError(1, '_ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed'),),)" I don't want to verify SSL certificate! How can I change that ?

viglesiasce commented 7 years ago

The following issue provides the solution: https://github.com/locustio/locust/issues/300