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

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

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