getanteon / anteon

Anteon (formerly Ddosify) - Effortless Kubernetes Monitoring and Performance Testing. Available on CLI, Self-Hosted, and Cloud
https://getanteon.com
GNU Affero General Public License v3.0
8.39k stars 379 forks source link

Tried to login to my app but I always get :http: server gave HTTP response to HTTPS client #65

Closed catalin-ifacts closed 2 years ago

catalin-ifacts commented 2 years ago

here's my config

{ "request_count": 20, "load_type": "linear", "duration": 5, "manual_load": [ {"duration": 5, "count": 5}, {"duration": 6, "count": 10}, {"duration": 7, "count": 20} ], "steps": [ { "id": 1, "url": "https://localhost:56273/signin", "protocol": "https", "headers": { "Content-Type": "application/json", "Accept": "application/json" }, "method": "POST", "payload_multipart": [ { "name": "Username", "value": "admin" }, { "name": "Password", "value": "password" }, { "name": "Persist", "value": "false" }, { "name": "ReturnUrl", "value": "~/" } ], "timeout": 10 }, { "id": 2, "url": "https://.....................", "method": "GET", "timeout": 20, "sleep": "1000" } ] }

kursataktas commented 2 years ago

Hi @catalin-ifacts

If you still face the same issue, please provide the whole config file and the output of the ddosify.

kursataktas commented 2 years ago

Hi @catalin-ifacts

I'm closing this issue due to inactivity. Please let us know if you still face this issue.