bp2008 / cameraproxy

A Windows Service which acts as a "smart" proxy for IP network cameras. Uses the .NET framework and parts of the VLC media player libraries.
GNU General Public License v3.0
69 stars 21 forks source link

HTTPS Setup #12

Closed bluedoggy731 closed 4 years ago

bluedoggy731 commented 5 years ago

Hi, I'm trying to get https set up. I had it set up for 1.3.8 but updating to 1.7 I'm not sure where to set it in the config (in the cfg file?).

Would appreciate it if there could be pointers. Many thanks.

bp2008 commented 5 years ago

You should be able to configure it something like this, though in the ONE installation I still occasionally use of this program, I don't even use https so I can't be 100% sure it still works.

  <webport_https>443</webport_https>
  <certificateMode>SelfSigned</certificateMode>
bp2008 commented 5 years ago

Yeah this should still work. It does for me.