scravy / waitfor-maven-plugin

Wait for a URL to become available
BSD 2-Clause "Simplified" License
7 stars 4 forks source link

Add support for "insecure" #10

Closed dadoonet closed 2 years ago

dadoonet commented 2 years ago

We add a support for insecure option (default to false).

The insecure flag allows bypassing https certificate checks. This is handy when using self-signed certificates for example.

I tested it locally with a secured 8.1 elasticsearch cluster using a self generated certificate. Before that change it was failing. It's now passing.

Closes #8.

dadoonet commented 2 years ago

@scravy could you review the PR and merge if it makes sense? Do you think you could also merge the other PR and make a release?

scravy commented 2 years ago

LGTM, merging.