Search results

  1. J

    Blue Iris Google chrome CA and Client Certificate creation and Install

    The link to each location is provided at the start of each section for Subj Alternative Names it was gist.github.com/croxton/ebfb5f3ac143cd86542788f972434c96 I removed https from the start of the link. On code insertion, no doubt you can conclude I am not that familiar with pasting code. I...
  2. J

    Blue Iris Google chrome CA and Client Certificate creation and Install

    I have been researching making an HTTPS connection to stunnel. Which requires an Certificate with a CA. Tried many openssl commands eventually found the reason Chrome does not recognise a CA and Client certificate needs "subject alt names". Found the following. In the start of each section I...
  3. J

    Blue Iris Tools - Weather Overlay, Watchdog & more!

    Server rebooted (windows 10) stunnel service disabled no change. Like you it states downloading, installing, on completion same message update required. If I could find orginal download site, would uninstall and install latest version check if that worked.
  4. J

    Blue Iris Tools - Weather Overlay, Watchdog & more!

    I will try disabling stunnel, have just rebooted my server. To check if that had any affect, let you know in a wee while.
  5. J

    Blue Iris Tools - Weather Overlay, Watchdog & more!

    Yes I am indeed running stunnel
  6. J

    Blue Iris Tools - Weather Overlay, Watchdog & more!

    I have the same problem, can't find a site to download the update.
  7. J

    Blue Iris 5 - Stunnel & HTTPS Issues

    Hi thanks for sslVersion = TLSv1.2 which initially failed! still generating self signed via stunnel To get it to work also had to change [BlueIris] accept=1440 connect=8080 cert = stunnel.pem To [BlueIris] accept=1440 connect=192.168.0.2:8080 cert = stunnel.pem I tried connect 127.0.0.1...
  8. J

    iPhone XR IOS 13.2.2 cant view cameras

    Well the problem has returned, can’t get video on iPhone XR, iPad takes at least 15 seconds to video stream to start playing. Have noticed one thing if I run V4 and open video from camera. Shutdown V4 start V5 with the app still open at a specific camera, video stream comes on ok. If go back...
  9. J

    iPhone XR IOS 13.2.2 cant view cameras

    Started to look into the problem again. An update was available, installed update and I can now connect via iphone app and view cameras instantly. I had started also to look at setup > camera and disable hardware acceleration it was set to Nvidia NVDEC disabled. Then reneable and so far seems OK.
  10. J

    iPhone XR IOS 13.2.2 cant view cameras

    I have left V5 installed, will try again. Been a long day.
  11. J

    iPhone XR IOS 13.2.2 cant view cameras

    Re Installed Version 4 so I can view cameras again.
  12. J

    iPhone XR IOS 13.2.2 cant view cameras

    Hi I have an iPad running IOS 12 can start Blue Iris, when I click on a camera it takes at least 15 seconds before camera view is displayed. Also have iPhone XR running IOS 13.2.2 I can start the app and thumb nails are dispalyed OK in fact appear to update. When I select a camera after 15 to...
  13. J

    stunnel

    Stunnel 5.4.4 released, resolve bug with accept described above stunnel: Downloads
  14. J

    stunnel

    Link to archives Index of /mirrors/stunnel/archive/5.x Here is a copy of the config I use, need to rename to stunnel.conf
  15. J

    stunnel

    here is a link to a similar problem readsocket: Connection reset by peer (WSAECONNRESET) (10054)
  16. J

    stunnel

    Here is my BI webserver setup
  17. J

    stunnel

    Run stunnel in GUI mode and ensure no server errors, if the running icon is colored red then stunnel has not started correctly
  18. J

    stunnel

    Have you tried for test purposes disabling the firewall on the PC where stunnel and blueiris are running, to eliminate firewall blocking the incoming connection
  19. J

    stunnel

    Just a thought how are you connecting? I use the iPhone app. If you are attempting to connect via a web browser you will require a certificate from a recognised certificate authority.
  20. J

    stunnel

    I never managed to get the remote access wizard to work to work. When you setup stunnel orginally, did you add entries in the certificate creation. Entering a"." for each entry results in a failure. I have been using stunnel for a few years now. The bug above was first time I had a failure.
  21. J

    stunnel

    Stunnel 5.4.3 has a bug resulting in fail to connect. Make the following changes [BlueIris] ;due to a bug accept must be as follows ; normally would be as follows ;accept = 1440 accept = 0.0.0.0:1440 <======== need to enter the address as 0.0.0.0 connect = 127.0.0.1:81 cert = stunnel.pem
  22. J

    stunnel

    If I understand correctly your router direct https://youripaddress.de to to the pc running stunnel and stunnel connects to BlueIris on port 99. But you do not get an https connection, as the browser does not accept stunnel.pem certificate. The setup you describe sounds correct. On my setup I...
  23. J

    stunnel

    To connect through http (not secure) you would need to check the http port set in BlueIris ->Options ->WebServer -> Enable HTTP server on Port (default port 81) for example http://youripaddress.de your fritzbox would require to have port forward port 80 set to ipaddress port 81 (the http...
  24. J

    stunnel

    I set up the email alerts on BlueIris etc to go through stunnel to ensure they are encrypted, as I attach clips and photos to the emails. Glad you are up and running :}
  25. J

    stunnel

    That is my understanding, as well no one can view the video stream, or rather makes it very difficult. I don't have any internal cameras, but it the video stream can be captured I would think this is cause for concern. I am no expert on security!
  26. J

    stunnel

    vpn there are two types that are sometime confused a paid vpn service, is where your identity is hidden can't be tracked. when you surf the web VPN server on your router or server, your mobile makes a secure connection to your network, which assigns a local address. This what I use, my router...
  27. J

    stunnel

    Great glad to have helped. Setting up the app, for access external to your local network I take it you have port 8080 on your router forwarded to the pc running BlueIris? Also the WAN address you have entered in the app should be yourexternalipaddress.co.uk:8080 the part after the ipaddress...
  28. J

    BI mobile app and VPN - issues connecting

    Hi Thanks I was about to post I have BlueIris App on iPhone6. System Router Draytek Vigor 2860ac VPN server and Godaddy Cert installed BlueIris running on Windows Home Server 2011 Stunnel 5.41 Windows Home Server. Blue app setup as follows LAN...
  29. J

    stunnel

    Ok re ran make certificate with these settings WARNING: can't open config file: /devel/win32/openssl/openssl.cnf Generating a 2048 bit RSA private key .....................................................................................+++...
  30. J

    stunnel

    Hi I tried making a new stunnel.pem and managed to break it... duh so uninstalled, incuding delete the directoru and reinstalled and up and running Ok, so there is something in the make new cert which is causing a problem. So it might be worth unistall and reinstall not a a neat solution, but...
Top