You can do turn the verification off by adding below method:
def on_start(self):
""" on_start is called when a Locust start before any task is scheduled """
self.client.verify = False
from: https://stackoverflow.com/questions/62452566/ssl-error-certificate-verify-failed-with-locust-when-using-docker
No comments:
Post a Comment