Problem
When running with the SeaLIghts Java agent, depending on the proxy and security setting, an SSL connection can be encountered when using java 7 with a version lower that 131.
This is due to TLS 1.2 not being added by default till java 7 version 131 (SeeĀ https://www.oracle.com/technetwork/java/javase/7u131-relnotes-3338543.html)
Solution
The solution is to upgrade java to version 131 or later.
Related articles