Start the Adapter as a Windows Service
The use of HTTPS protocol is strongly recommended to ensure a secure communication over public networks. Failing to use HTTPS increases the vulnerability to cyberattacks when using an open or badly secured network.
Method 1 – Start the Service Using the HTTP Protocol
- Open Windows Task Manager.
- Click the Services tab.
- Click Services.
- In the Services window, right-click SorisCEIDriver and select Start.
Method 2 – Start the Service Using the HTTPS Protocol
- You created the self-signed certificate. For more details about certificates, in SORIS, see Secure Communication.
- Using the Microsoft Management Console you obtained the thumbprint needed for starting the adapter service in secure mode using the https protocol.
- Open Windows Task Manager.
- Click the Services tab.
- Click Services.
- In the Services window, right-click the SorisCEIDriver.
- Click Properties.
- In the Start parameters field, enter: -secure:[thumbprint] (for example,
-secure:40f0329e31f85466cae9ec1507f7e6318589fd77).
- Click Start.