Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8824c85

Browse filesBrowse files
author
Ben Newman
committed
Revert "ddp-client - Enable SNI when establishing a DDP connection."
This reverts commit 3221b53. @nathan-muir says this is no longer necessary with faye-websocket@0.11.0
1 parent d569529 commit 8824c85
Copy full SHA for 8824c85

File tree

Expand file treeCollapse file tree

1 file changed

+1
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-4
lines changed
Open diff view settings
Collapse file

‎packages/ddp-client/stream_client_nodejs.js‎

Copy file name to clipboardExpand all lines: packages/ddp-client/stream_client_nodejs.js
+1-4Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,7 @@ _.extend(LivedataTest.ClientStream.prototype, {
136136
var targetUrl = toWebsocketUrl(self.endpoint);
137137
var fayeOptions = {
138138
headers: self.headers,
139-
extensions: [deflate],
140-
tls: {
141-
servername: Npm.require('url').parse(self.endpoint).hostname
142-
}
139+
extensions: [deflate]
143140
};
144141
fayeOptions = _.extend(fayeOptions, self.npmFayeOptions);
145142
var proxyUrl = self._getProxyUrl(targetUrl);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.