Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow insecure TLS for HTTPS Wait Strategy #3924

Closed
ncouse opened this issue Mar 23, 2021 · 3 comments
Closed

Allow insecure TLS for HTTPS Wait Strategy #3924

ncouse opened this issue Mar 23, 2021 · 3 comments

Comments

@ncouse
Copy link

ncouse commented Mar 23, 2021

The current wait strategy using Wait.forHttps() requires validated TLS connection.
Therefore I require a truststore to be set up for my JVM.

There are cases where I don't want a truststore setup in my test JVM, such as in a negative test case for incorrectly configured truststore.

I see that "testcontainers-go" has already added withAllowInsecure option there. This should be replicated in the Java version.

@ncouse
Copy link
Author

ncouse commented Mar 23, 2021

"testcontainer-go" issue: testcontainers/testcontainers-go#45

@bademux
Copy link

bademux commented Mar 4, 2022

looks like there is PR #4951

@eddumelendez
Copy link
Member

This is already available in HttpWaitStrategy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants