Enabling a web server makes it possible to access a recorder's settings and footage from a browser. This is useful when Obseron is installed as a service and does not have a graphical user interface (GUI).
- Go to Menu > Settings > System > Web server.
- Check Enable HTTP connections to this recorder.
- The web server is now enabled and can be accessed from a browser.
Accessing Obseron from a browser
- Open your preferred browser.
- Type in the address http://localhost
Changing the protocol and ports
By default Obseron web-server uses HTTP port 80, and only HTTP protocol is allowed. The port can be changed from Web-server > HTTP port.
HTTPS protocol can be toggled on by changing the Protocols selection to Only HTTPS or HTTP and HTTPS. By default HTTPS uses the port 443, this can also be changed.
HTTPS certificate can be changed by replacing server.pem from the configuration folder (%appdata%\Obseron, /home/obseron/.Obseron or the /var/lib/obseron/.Obseron). Depending on the HTTPS certificate format, you might have to convert it to PKCS#8 format:
openssl pkcs8 -topk8 -inform pem -in private.key -outform pem -nocrypt -out private_pkcs8.pem
Comments
0 comments
Please sign in to leave a comment.