|
|
@ -115,6 +115,7 @@ public class DesignerSocketIO { |
|
|
|
|
|
|
|
|
|
|
|
private static IO.Options createOptions() { |
|
|
|
private static IO.Options createOptions() { |
|
|
|
IO.Options options = new IO.Options(); |
|
|
|
IO.Options options = new IO.Options(); |
|
|
|
|
|
|
|
options.path = WebSocketConfig.getInstance().getSocketContext(); |
|
|
|
try { |
|
|
|
try { |
|
|
|
if (ComparatorUtils.equals(currentProtocol, HTTPS)) { |
|
|
|
if (ComparatorUtils.equals(currentProtocol, HTTPS)) { |
|
|
|
options.sslContext = getSSLContext(); |
|
|
|
options.sslContext = getSSLContext(); |
|
|
|