Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 95324

Login attempt or request with invalid authentication from

$
0
0

@danmarotta5 wrote:

since transitioning to 0.101.1 from 0.100 i’ve started receiving
“Login attempt or request with invalid authentication from 192.168.1.x” from ipads i use to display HADashboards … i display a couple of camera entities on each display. the video widget display is blank now. these camera displays are working fine on an HA display web page although they appear much slower on this upgrade. it’s not clear what is wrong … my ha and hadashboards (4) are on a LAN only without SSL … to access remotely i use haproxy reverse proxy which terminates SSL on the haproxy host. all my testing is done on the LAN so the haproxy isn’t involved …

# my dashboard widget declaration 
widget_type: camera
title: Front Door
entity_picture: http://192.168.1.123:8123/api/camera_proxy/camera.front_door
refresh: 5
# appdaeam conf
appdaemon: 
  disable_apps: 1
  threads: 10
  app_dir: /home/homeassistant/conf/apps
  latitude: !secret lat
  longitude: !secret long
  elevation: 30
  time_zone: America/Los_Angeles
  plugins:
    HASS:
      type: hass
      ha_url: http://192.168.1.123:8123
      cert_verify: False
      token: !secret token

hadashboard:
  dash_url: http://192.168.1.123:5050
  dash_dir: /home/homeassistant/conf/dashboards
  dash_force_compile: 1
  dash_compile_on_start: 1
  accessfile: /home/homeassistant/conf/access.log

configuration file

# authentication
  auth_providers:
    - type: legacy_api_password
      api_password: !secret http_password
    - type: homeassistant
    - type: trusted_networks
      trusted_networks:
        - 192.168.1.0/24
        - 10.8.0.0/24
        - 10.9.0.0/24
        - 192.168.5.2
        - 127.0.0.1

# load packages
  packages: !include_dir_named packages

# use yaml for lovelace
lovelace:
  mode: yaml

# custom updater and tracker
#custom_updater:

# Enables configuration UI
config:

# enable system health
system_health:

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 192.168.1.235
    - 192.168.1.0/24

  - platform: mjpeg
    name: Shack
    mjpeg_url: http://192.168.1.36:1050/mjpg/shack/video.mjpg
    verify_ssl: false
    username: !secret bi_username
    password: !secret bi_password
    authentication: basic

Posts: 3

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 95324

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>