mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 12:31:59 -08:00
fixed missing SSL setting
This commit is contained in:
parent
d9f1d71d98
commit
db6fcadabe
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue