UniversalDevicesInc/polyglot-v2

Https server wont start

mike-2545 opened this issue · 1 comments

Tried installing on Raspi 3 and 4, cannot get the Https server to start.
New raspios buster full image flashed several times
Tried 3 different SD cards
It will install on a Raspi 2 and start the HTTPS server

Got it to start with
sudo systemctl stop polyglot-v2
sudo nano /etc/ssl/openssl.cnf
Change the line:

CipherString = DEFAULT@SECLEVEL=2
to
CipherString = DEFAULT@SECLEVEL=1
sudo systemctl start polyglot-v2