Skip to content

Commit 83f8b74

Browse files
authored
Enabling use of TLS (#323)
1 parent b0e838b commit 83f8b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Leanplum-SDK/Classes/Utilities/Vendor/SocketIO/Leanplum_SocketIO.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ - (void) connectWithEngine:(id<LPNetworkEngineProtocol>)engine withHost:(NSStrin
107107

108108
_host = host;
109109
_port = port;
110-
//_useTLS = useTLS;
110+
_useTLS = useTLS;
111111

112112
// do handshake via HTTP/HTTPS request
113113
NSString *s = [NSString stringWithFormat:HANDSHAKE_URL, useTLS ? @"s" : @"", _host, (int) _port, rand()];

0 commit comments

Comments
 (0)