aptana / studio3

This repository contains the code for core components of Aptana Studio 3.
http://aptana.com/products/studio3
Other
1.08k stars 484 forks source link

TISTUD-8741 Studio dashboard shows "Server unavailable" page with CLI #423

Closed kolipakakondal closed 7 years ago

kolipakakondal commented 7 years ago

TISTUD-8741 Studio dashboard shows "Server unavailable" page with CLI 6.2.0-master.62

Changing TSL protocol version to 1.2 as studio dashboard server is no longer accepting the requests from TSL1.0 version.

Due to this, while connecting to studio dashboard portal we are getting SSL handshake exception. javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake

As of today, Appcelerator Studio uses JDK 1.7 and by default it will set the TSL protocol version to 1.0.

kolipakakondal commented 7 years ago

@ppedduri - I'm merging the code as I need to provide a build for 4.8.2. However, please review and provide review comments if any.