-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
quarkus-mailer and the trustAnchors parameter must be non-empty #11048
Comments
Can you please enhance the description with the error you are seeing along with the properties you are using to configure the application? |
Here's the error.
|
here's the properties.
|
Which version of Quarkus is it? |
1.5.1.Final. Is it a bug fixed in later version? |
I think you might hit the issue fixed by @geoand here: https://github.com/quarkusio/quarkus/wiki/Migration-Guide-1.6#native-image-and-truststore . I would give 1.6.1.Final a try and see how it goes. |
I'm trying. But for windows, it seems that there's a bug for native image building. No problem for linux and mac.
|
It's fixed in 1.6.1.Final. But there's a bug on windows native image building. It's working in versions before. I'll submit a new issue instead. |
Describe the bug
According to the guid here, the ssl is enabled by default with quarkus-mailer.
https://quarkus.io/guides/native-and-ssl
Expected behavior
ssl should work with native image
Actual behavior
ssl is not working with navtive image
the trustAnchors parameter must be non-empty is reported when I try to send mail with quarkus-mailer.
To Reproduce
Steps to reproduce the behavior:
use quarkus-mailer to send mail with ssl
The text was updated successfully, but these errors were encountered: