I have Hudson installed as a windows service on my server. I need to send emails over port 587 and I need TLS/SSL enabled. I saw that some people were able to get this to work on this forum post:
http://issues.hudson-ci.org/browse/HUDSON-2206
I am not sure how/where to apply that step to get it to work on a server running it as a windows service. Has anyone else resolved this? Thanks for any assistance.
Inside of hudson.xml, you will want to modify the “arguments” section to enable TLS:
After making this change, you will need to re-install the service:
You will also want to make sure that “SSL” is not checked inside of “Manage Hudson” -> “Configure System”