fixed missing SSL setting

This commit is contained in:
betasteward 2015-08-18 08:06:50 -04:00
parent d9f1d71d98
commit db6fcadabe

View file

@ -852,6 +852,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
connection.setUsername(userName);
connection.setHost(server);
connection.setPort(port);
connection.setSSL(true);
connection.setProxyType(proxyType);
connection.setProxyHost(proxyServer);
connection.setProxyPort(proxyPort);