c# - How to setup secure web sockets in azure -


how go setting secure web sockets in azure? have web role using web sockets (using microsoft.web.websockets package). unable find guides on how make communicate on wss:// rather ws://. need? certificate? how create one? need special in azure control panel or web role config? (as can understand, i'm pretty new this.)

you assume right you'll need ssl certificate first. can create certificates using iis, deploy them azure management portal , webrole application.

here step-by-step tutorial official azure documentation on scenario.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -