Dear all,
i have set up an influx DB on a webserver with apache running on it - to use the https and certificate. I can write to the DB with curl like:
$ curl -u user:pass -i -X POST 'https://********.no-ip.biz/influx/write?db=mydb' -d 'orga,org=innen value=5'
but I cant with the node red influx node - it says
Error: A 301 Moved Permanently error occurred: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://********.no-ip.biz/influx:443/write?db=mydb&p=pass&precision=n&rp=&u=user">here</a>.</p>
</body></html>
Any chance to fix this? Otherwise, I would use a shell script, curl and exec node..