Recent content by Livin

  1. L

    stunnel

    I would probably be using a similar setup i think, let me dig in and see if i can figure this out, just waiting for a weekend to get this started. Cheers
  2. L

    stunnel

    Got mine working finally with https! Thanks to you for that! I just had to correct the IP address routed to the correct one and the remote viewing worked on https. Now on to learning a bit more about alerts on blue iris and the best setting to go with.
  3. L

    stunnel

    Now i could be wrong as i am no expert but my understanding is that this allows videos transmitted over the internet to be encrypted when remotely viewed or so i think. blue iris encrypts user and password with https but not the video transmitted i believe, and this requires a stunner service...
  4. L

    stunnel

    Yes you are right, 8080 is port forwarded on the router to my laptop running Blue Iris. I am pretty sure i have the same above mentioned way of setup for external viewing on my router, i will double check once again and confirm as soon as i get the chance. I don't know much about VPN other than...
  5. L

    stunnel

    Thanks so much again johnmcc!!! Almost there!! This was it, i set up the certificate request completely during re-installation and the stunnel is running successfully now with just the following code updated to the config! [blue iris] accept = 8080 connect = 8081 cert = stunnel.pem Thanks...
  6. L

    stunnel

    Thanks so much, i do recall this step where i just gave . to all, may it matters to enter something? Let me try uninstalling and reinstalling, and enter some value rather than . for all. Will test this and get back to you!
  7. L

    stunnel

    Thanks once again johnmcc, I tried both cert = C:\Program Files (x86)\stunnel\config\stunnel.pem and C:/Program Files (x86)/stunnel/config/stunnel.pem and get the same error as follows, [ ] Loading certificate from file: C:\Program Files (x86)\stunnel\config\stunnel.pem [!] error queue...
  8. L

    stunnel

    Thanks for this, i will do a cross check of the statements and update soon. Cheers.
  9. L

    stunnel

    Yes the stunnel.pem is in the config directory, i did verify this while i was trying to verify if the certificate even exists.
  10. L

    stunnel

    Thanks johnmcc. I already did try stopping and restarting the service, but i got the same error. however for the line 'connect = ' i used the port number alone similar to 'accept = ' line. So i tried again putting the full ip address suffixed with colon port number hoping it would work - but no...
  11. L

    stunnel

    Thanks for responding. I tried the line requireCert = no instead of cert = stunnel.pem but i get following error message which still asks for a certificate. 2017.04.24 06:06:19 LOG5[main]: Reading configuration from file stunnel.conf 2017.04.24 06:06:19 LOG5[main]: UTF-8 byte order mark...
  12. L

    stunnel

    Yes I am editing from the GUI from the menu options. I must be missing something that is not very obvious. Just not working for me! Is there any other thread forum, where some expert can help?
  13. L

    stunnel

    #HELP - !!!
  14. L

    stunnel

    Tried to reset the code from stunnel: Windows Config The configuration loaded successfully. But again after inserting the below lines same error thrown. No difference to my earlier test results. ; ***************************************** Example TLS server mode services [blue-iris] accept =...
  15. L

    stunnel

    and without the below line, i get an error that a certificate is required, so i guess it needs to be there. cert = stunnel.pem