-
Notifications
You must be signed in to change notification settings - Fork 34
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
Block bug for TLS? #213
Labels
Comments
the port is 465. it's TLS port, but not use setStarttls and setSsl. |
@snpcp will it work for you if calling |
yes, setSsl -> true, I see |
above all, don't block for anytime. |
Look like not set
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code:
... MailConfig { host: xxx; port: xxx; ssl: false; connect timeout: 3000ms read timeout : 3000ms write timeout: 3000ms idle timeout: 6000ms }
Use tls port, but use setSsl(false), No event of ofFail() and thread blocked.
Version: vertx-core & vertx-mail-client 4.3.5
OS: MAC
The text was updated successfully, but these errors were encountered: