socketio / engine.io-client

The engine used in the Socket.IO JavaScript client, which manages the low-level transports such as HTTP long-polling, WebSocket and WebTransport.

Home Page:https://socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[request] checkServerIdentity option

djgorilla opened this issue · comments

[x] request a feature

allow checkServerIdentity option for node aka "ws" ( NodeWebSocket = require('ws') )

https://nodejs.org/api/tls.html#tls_tls_checkserveridentity_hostname_cert

everybody that needs it asap:

package.json
"resolutions": {
"socket.io-client/**/engine.io-client": "https://github.com/djgorilla/engine.io-client.git"
},

Closed by d134fee (included in engine.io-client@4.1.0)