evoila / osb-checker-kotlin

This application is a generalized test program for service brokers. It runs rest calls against the defined service broker and checks if it behaves as expected to the service broker API specification. Tests are created dynamically based upon the service broker catalog or custom input by the operator.
https://www.evoila.de
Apache License 2.0
5 stars 6 forks source link

allow skipping ssl verification #8

Closed FelisiaM closed 5 years ago

FelisiaM commented 5 years ago

Some brokers might be configured to use TLS. This is a work to make it possible to skip TLS verification using the configuration file since this is meant to be a testing tool.

The default behaviour still remains the same.

chbrinker commented 5 years ago

@FelisiaM thanks for this suggestion. I would propose adding this as a new feature.

@joStrauss can you make it configurable via the shell execution or configuration yaml with default false.

joStrauss commented 5 years ago

@chbrinker This already is configurable in the yaml with default false.

@FelisiaM Thank you for this contribution.