I wonder if its due to the TLS protocols that are configured by default for JDK7. IIRC JDK7 wont connect to SSL terminations runing pre TLSv1 unless you set a property to change the order in which protocols are attempted.
Try -Djavax.net.debug=all -Dhttps.protocols=SSLv3 -Dforce.http.jre.executor=true see http://stackoverflow.com/questions/20273294/java-use-httpclient-4-1-crawl-https-get-bad-record-mac Ian On 26 February 2014 14:58, Bertrand Delacretaz <[email protected]> wrote: > Hi, > > I cannot connect jconsole to a Sling launchpad instance if that runs > with java version "1.7.0_45" on macosx, does that work for others? > > Connecting to a minimal Java app in the same environment works, but > not to the Sling launchpad. > > -Bertrand > > > Here's what happens: > > I start jconsole and select the Sling instance in the connection dialog > > jconsole says "ConnectionFailsSSL1" and "ConnectionFailsSSL2" and > suggests trying an insecure connection, I do that. > > jconsole then says "Connection Failed: Retry?" and retrying fails again.
