How to encrypt traffic to/from the ZM server?

Forum for questions and support relating to the 1.24.x releases only.
Locked
btrotter
Posts: 57
Joined: Tue Jan 15, 2008 3:31 pm

How to encrypt traffic to/from the ZM server?

Post by btrotter »

I often check on my cameras from my Blackberry or work computer.

The way I have done this is by setting up port forwarding on my broadband router, then passing an external port in to the ZM server.

The problem with that is everything is through http, which is clear text.
Are there any ways to enable https, or some type of encryption end-to-end?

From my work computer, I could do it through SSH, and tunnel the ports through that, but I would like to be able to check on things from any public computer if needed.

Thanks for any suggestions.
Flash_
Posts: 441
Joined: Wed Jan 11, 2006 12:19 pm

Post by Flash_ »

Couldn't this be accomplished by changing apache / apache2 to https instead? AIUI, enabling https with apache is quite well documented on the web.

Might add a fair bit of cpu overhead per access, but that might be acceptable if you don't hammer it.
User avatar
kingofkya
Posts: 1110
Joined: Mon Mar 26, 2007 6:07 am
Location: Las Vegas, Nevada

Post by kingofkya »

I just so happen to have recently done something simmaler. You need to go look up php-curl they are many samples available online. You should even be able to setup a catch so you dont kill your home connection.

OR

use php inlcude with the camera path (its in the wiki)
Locked