Apache mod_proxy,

Apache mod_proxy,

  • Securing your DeviceServer for Internet Access

    Securing your DeviceServer for Internet Access

    Today I want to explain how to securely expose your DeviceServer to the Internet.
    There are two things which are a must in this case:
    User Authentication - only allowed users should access the DeviceServer
    encrypted communication between you and the DeviceServer

    In order to get this done we use the Apache Webserver as a proxy, providing
    SSL Encrypted communication and basic user authentication.