What cause the component.http: Serving ....(auth: False)?

Hi!

My HA looks working fine on a raspberry (by manual installation in virtual environment).

However, every time when there is a web client connected, it shows the following:
INFO:homeassistant.components.http:Serving / to 192.168.x.x (auth: False)
INFO:homeassistant.components.http:Serving /api/websocket to 168.168.x.x (auth: False)
INFO:homeassistant.components.http:Serving /description.xml to 192.168.x.x (auth: False)

where 192.168.x.x is the IP address of the client machine.

If I enable the camera platform, there is one more message as shown below:
homeassistant.components.http: Serving /api/camera_proxy/camera.mycamera to 192.168.x.x (auth: False).

May I know if anybody has an idea on what’s wrong in my configuration?

Many thanks!

I believe the auth: false just means you haven’t set a password in your configuration.yaml file. Nothing wrong and if you don’t want or need a password just ignore it.

Thanks. But I do have the lines in my configuration.yaml:

http:
api_password: my password

and I have to use the password on the web client.

Same problem here.

I have my Dahua camera connected as a still image component, everything is working as expected.
But log file is displaying below error multiple times.

Serving /api/camera_proxy/camera.dahua_sd6c225uhni to 192.168.2.14 (auth: False)e[0m

The ip is from the HASS server not the Ip camera.