After upgrading to ConnectALL 4.2.0, automations between Rally and Jira fail to sync. The automation logs report a failure to establish a connection despite the connection being successful in the UI configuration screen.
Symptoms:
java.net.UnknownHostException: http://[malformed-url]ConnectALL 4.2.0 introduced UI-based proxy configuration. Existing proxy settings injected via JVM parameters (e.g., in setenv.sh) may become malformed if the injection logic does not account for changes in how ConnectALL 4.2 handles proxy strings. In this case, the redirect URL was truncated or improperly formatted during injection.
Can also be a missing certificate in ConnectAllStore caused the SSL handshake failure between ConnectALL and Jira Server.
http://proxy.example.com:80 is not truncated).For Jira SSL certificate issues:
Additional Information: