Be sure that the "SSL service port" value written in the config pages of EasyIoT UI is the same that the one you setup when you created the certificate during the install
procedure
.
=> http://raspberrypi/#page_config_webinterface.
If you followed word for word the install procedure you should use port 1301 and the pass for root authentication is "s3kr3t".
You can verify your system settings with:
sudo httpcfg -list
But it may be a browser limitation too, try with an other terminal (no problem with FireFox if not too old). Self certification throw an exception in the browser and it ask you if you trust or not this certificate it can't verify (you didn't publish the public key).
Last edit: 9 years 9 months ago by Xavier. Reason: browser chapter+code
On windows machine you also need to setup SSL certificate. Commands are different than on RPi.
First create certificate and then bind certificate with port. See this link:
msdn.microsoft.com/en-us/library/ms733791(v=vs.110).aspx