我正在使用nodeJs / socket.io的项目。网页使用ssl保护,但socket.io连接没有ssl。
我收到此错误:
The page at 'https://www.mydomain.com/' was loaded over HTTPS, but displayed
insecure content from 'http://socket.io.connection:1234/socket.io/1/?t=1390397':
this content should also be loaded over HTTPS.
我知道,我也需要为socket.io使用SSL,但我真的不知道它是如何工作的。