-
Notifications
You must be signed in to change notification settings - Fork 23
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
No results in company network with TLS interception #194
Comments
Hi @frimtec, thanks for reporting this!
Oh, that's not nice. It should at least give you a clue as to why it didn't work.
I'll have to investigate. I distribute MCS as a native executable - it probably requires some fiddling to pass a custom truststore. |
This includes for example TLS-related errors, as reported in #194 - hence the test case.
This includes for example TLS-related errors, as reported in #194 - hence the test case.
The latest early-access build should have this problem addressed - at least MCS should show you what went wrong. @frimtec, could you please verify that you get a meaningful error message with that build? |
Hi @mthmulders Thanks, now I see an error message:
|
Thanks for confirming, @frimtec. I've enhanced the display of the error message a bit. For now, I will close this issue, as #199 at least ensures you'll get some kind of error message. In the meantime, I'll figure out how to work with custom trust stores - that work is tracked in #195. That will probably take a bit more time. I'll make sure to ship a release with this improvement in error handling shortly! |
@all-contributors please add @frimtec for bug. |
I've put up a pull request to add @frimtec! 🎉 |
In our company we have a TLS interception.
Therefore mcs can't connect to the backend as of a certificate issue.
The result is just empty result, but no error is displayed.
How can the certificate truststore can be configured?
Setting it via
-Djavax.net.ssl.trustStrore=company-ca.jks
seems not to work.The text was updated successfully, but these errors were encountered: