openclaw使用nginx反代部署过程 与disconnected (1008): pairing required解决

宝塔后台设置nginx反向代理

目标url:

|------------------------|
| http://127.0.0.1:65530 |

发送域名:

127.0.0.1

disconnected (1008): pairing required解决

根据官网内容

Control UI over HTTP

The Control UI needs a secure context (HTTPS or localhost) to generate device identity. If you enable gateway.controlUi.allowInsecureAuth, the UI falls back to token-only auth and skips device pairing when device identity is omitted. This is a security downgrade---prefer HTTPS (Tailscale Serve) or open the UI on 127.0.0.1.For break-glass scenarios only, gateway.controlUi.dangerouslyDisableDeviceAuth disables device identity checks entirely. This is a severe security downgrade; keep it off unless you are actively debugging and can revert quickly.openclaw security audit warns when this setting is enabled.

在openclaw.json中加入

javascript 复制代码
  "gateway": {
    "port": 65530,
    "mode": "local",
    "bind": "loopback",
    "controlUi": {
      "allowInsecureAuth": true
    },
相关推荐
lierenvip12 小时前
SQL 建表语句详解
java·数据库·sql
kuntli12 小时前
Spring Bean生命周期全解析
java
ok_hahaha12 小时前
java从头开始-苍穹外卖-day06-微信小程序开发-微信登录和商品浏览
java·微信·微信小程序·小程序
Java面试题总结12 小时前
Spring @Validated失效?原因、排查与高效解决方案全解析
java·spring boot·spring
剑锋所指,所向披靡!12 小时前
MySQL数据的增删改查
java·数据库·mysql
Villiam_AY12 小时前
一次 DNS 端口引发的代理网络和公司内网冲突问题
java·服务器·数据库
kiku181812 小时前
Nginx安全
nginx·web安全·https
dgvri12 小时前
比较Spring AOP和AspectJ
java
eggwyw13 小时前
springboot和springframework版本依赖关系
java·spring boot·后端
小小小小宇13 小时前
软键盘常见问题(二)
前端