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

DEVEXP-447 Better error when HTTP is used instead of HTTPS #1561

Merged
merged 1 commit into from
May 15, 2023

Conversation

rjrudin
Copy link
Contributor

@rjrudin rjrudin commented May 10, 2023

No description provided.

@rjrudin rjrudin force-pushed the feature/447-bad-ssl-error branch from 3d9e5ab to 9ae23ce Compare May 10, 2023 16:55
"The connection should fail because the JVM's default SSL Context does not have a CA certificate that " +
"corresponds to the test-only certificate that the app server is using for this test");

assertTrue(ex.getCause() instanceof SSLHandshakeException, "Unexpected cause: " + ex.getCause());
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made some improvements to this test while I was adding the new test below.

@rjrudin rjrudin requested review from BillFarber and anu3990 May 10, 2023 18:37
@rjrudin rjrudin force-pushed the feature/447-bad-ssl-error branch from 9ae23ce to e8b989a Compare May 15, 2023 12:38
@rjrudin rjrudin merged commit 4034e0e into develop May 15, 2023
@rjrudin rjrudin deleted the feature/447-bad-ssl-error branch May 15, 2023 21:02
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

Successfully merging this pull request may close these issues.

2 participants