apollographql / graphql-subscriptions

:newspaper: A small module that implements GraphQL subscriptions for Node.js
MIT License
1.58k stars 133 forks source link

WSS graphql subscripiton issue on Nodejs #253

Open shenbagapandian opened 2 years ago

shenbagapandian commented 2 years ago

We have used cloudfare for SSL reverse proxy. so we didn't used https module in the apollo server. what should i do for WSS endpoint ? Is it necessary to integrate SSL for WSS endpoint ? Using only http module for create server in graphql server .