B4J Question ssl handshake error in mail (only in .exe)

rbirago

Active Member
Licensed User
Longtime User
very strange error: I am testing a new smtp server (TurboSmtp) and so I have developed a simple b4j app to test it.
Filling the proper fields in Debug mode the mail is correctly sent.
At this point I have tested it in Release mode and the mail was correctly sent.
At last I have generated a .exe to use it as an independent task, I have filled the proper fields EXATLY as in the other trials and the mail is not sent with the following error:
handshake error mask.png


this is the log (no errors) of the standalone app compilation:
B4X:
B4JPackager11 Version 1.40
Exe name: email.exe
build folder: C:\Users\rb\DOCUME~1\B4JTest\email\test2\Objects\temp\build
InputJar: C:\Users\rb\Documents\B4JTest\email\test2\Objects\email.jar
Running: C:\Users\rb\DOCUME~1\B4JTest\email\test2\Objects\temp\FindDosPath.exe
Running: C:\Program Files\Java\jdk-14.0.1\bin\jar
Package name: b4j.example
Running: C:\Program Files\Java\jdk-14.0.1\bin\jdeps
.
Explicitly excluded modules: [javafx.web]
Included modules: [java.base, java.desktop, javafx.base, javafx.controls, javafx.fxml, javafx.graphics, javafx.media, javafx.swing]
Running: C:\Program Files\Java\jdk-14.0.1\bin\javac
.
Running: C:\Program Files\Java\jdk-14.0.1\bin\jar
Running: C:\Program Files\Java\jdk-14.0.1\bin\jlink
.
.
.
.
.
.
.
.
Running: C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319\csc.exe
Running: explorer.exe
Done!
where is the trick?
thanks in advance

Roberto
 

Attachments

  • handshake error.png
    handshake error.png
    18.6 KB · Views: 26

rbirago

Active Member
Licensed User
Longtime User
Thank you so much, it works!
Actually this is the confirmation that this forum is precious!!!
 
Upvote 0
Top