This document is about: SERVER 4
SWITCH TO

Secure WebSockets Setup

Guide

To allow your clients connecting your Photon Server using Secure WebSockets with 'wss://...' proceed as follows.

  1. Obtain an SSL certificate:
    a. For development purposes, you can generate a self-signed SSL certificate.

    b. For production servers, acquire a certificate that is signed by a trusted Certificate Authority.

  2. Install the certificate into the "Local Computer" certificate store on your server:

This step is not necessary if you are using a self-signed SSL certificate generated using IIS.
Just make sure you installed the certificate in the correct store.

Back to top