johnlauer / serial-port-json-server

A serial port JSON websocket server for Windows, Mac, Linux, Raspberry Pi, or BeagleBone Black that lets you communicate with your serial port from a web application. This enables web apps to be written that can communicate with your local serial device such as an Arduino, CNC controller, or any device that communicates over the serial port.
http://chilipeppr.com
GNU General Public License v2.0
355 stars 174 forks source link

Missing tls cert and/or key. Will not start HTTPS server. #76

Closed pastprimitive closed 4 years ago

pastprimitive commented 4 years ago

When I start SPJS v1.96 on OS X Catalina I get the following error message:

"Missing tls cert and/or key. Will not start HTTPS server."

I need it to run via https to connect to an app that runs inside of Onshape. But am unsure of what I need to do to generate the tls cert and/or key. If anyone could give me some guidance or point me in the right direction it would be much appreciated.

Thank you so much.

chilipeppr commented 4 years ago

This repo is deprecated. You should be using https://github.com/chilipeppr/serial-port-json-server

pastprimitive commented 4 years ago

Just realized I got the repos mixed up. I'll close this out and move it there. Thanks.