Running C-W on a RPi 4; great setup!
I recently switched to No-IP for ddns service. All the normal website setup went smooth using C-W default port 8083.
But I want to make it more secure for users by adding SSL. No-IP is not now providing free SSL certs, so I went about creating 'self-signed' certs and installing the recommended apache2 software on the RPi. That all went well.
I then went into the C-W setup for SSL, found the .crt and .key files and added their paths.
The C-W docs indicate using port 443 is 'optional', so I left that set for 8083.
Thinking that was all that was needed, I simply rebooted the RPi, and a crontab setting starts the /home/pi/.local/bin/cps on boot. Also, I could login locally ok.
And indeed C-W started ok (2 cps processes were running), but when I attempted to login over the internet, using
https://somesitet, I got my modem/router login screen...not something I want happening, LoL.
I do have port 80 forwarded to 8083 in the ISP's modem/router.
I am a total newb as far as working with SSL, and am obviously missing something here.
Is there something I have t setup at No-IP? Apache2?
Monty