ioBroker / ioBroker.hm-rpc

Connects HomeMatic Interface-Processes to ioBroker
www.iobroker.org
MIT License
60 stars 25 forks source link

hm-rpc not sending auth header, getting "Unknown XML-RPC tag TITLE" #1228

Open ctheune opened 3 months ago

ctheune commented 3 months ago

Describe the bug

I've set up hm-rpc in docker, added the callback address, configured the port forwarding and login data. However, I'm getting the "Unkonwn XML-RPC tag TITLE" error, which afaict is a generic error if the remote side doesn't happen to send XML-RPC.

To Reproduce

Not sure how to reproduce.

Expected behavior

The adapter instance should be starting up, connecting to my CCU.

Screenshots & Logfiles

Log:

Screenshot 2024-05-20 at 08 41 19

Settings:

Screenshot 2024-05-20 at 08 46 10 Screenshot 2024-05-20 at 08 46 15

tcpdump showing the missing authorization header:

Screenshot 2024-05-20 at 08 46 49

Versions:

Apollon77 commented 3 months ago

Yes, credentials are only used when you alsoo use HTTPS when I read the code correctly