salesforce / best

:trophy: Delightful Benchmarking & Performance Testing
https://opensource.salesforce.com/best
MIT License
95 stars 10 forks source link

feat: add support for hub with self-signed certs #309

Closed dbajric closed 2 years ago

dbajric commented 2 years ago

Details

In environments where a self-signed certificate is used for the hub (either behind a load balancer or a reverse proxy like nginx), the agents are unable to connect due to the default behavior of socket.io where it would reject connections to endpoints with self-signed certificate.

With this PR, agents can be configured to connect to a hub that is using a self-signed certificate.

Does this PR introduce a breaking change?