Blue Iris problems

Blue Iris camera, can connect with browser http and receive an image- but not with Home Assistant. I have the Web Server set to authenticate only non-lan connections…

Log info & Error:

2018-07-01 21:53:01 DEBUG (MainThread) [homeassistant.components.websocket_api] WS 140316385527960: Received {‘type’: ‘camera_thumbnail’, ‘id’: 14, ‘entity_id’: ‘camera.100_front_door’}

2018-07-01 21:53:01 DEBUG (MainThread) [homeassistant.components.websocket_api] WS 140255583502008: Sending {‘type’: ‘result’, ‘success’: False, ‘error’: {‘message’: ‘Unable to fetch image’, ‘code’: ‘image_fetch_failed’}, ‘id’: 34}

Configuration.yaml:

camera:

I have disabled blueIris authentication completely and still get the error…

camera:

Working now, turned off secure connection in BlueIris web server settings-> advanced. Not the best for security but at least the cameras are showing up…