You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I must set host to CDN host other than our host name to verify certification.
I thinks it because the WebSocket connect do not set SNI, so server return default host certification.
Demo Code
RT
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
What do you want to happen?
I want to do DNS resolve by myself, and connect to wss server with IP, I set Host header and implement CertificatePinning.
What happens now?
I must set host to CDN host other than our host name to verify certification.
I thinks it because the WebSocket connect do not set SNI, so server return default host certification.
Demo Code
RT
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: