首页 / 浏览问题 / 云GIS / 问题详情
超图FAQ:【iManager】新创建的云套件访问不到,提示需要https
64,468EXP 2023年10月18日
【iManager】新创建的云套件访问不到,提示需要https

1个回答

【问题原因】 当前设备IP不满足 keycloak 的默认要求,导致需要使用 https 协议访问 【解决办法】进入keycloak-postgresql容器,修改系统表。 (1)登录PostgreSQL数据库 psql -U supermap -d keycloak -h localhost -p 5432 (2)更新realm表的ssl_required字段 ① update realm set ssl required='NONE' where id 'master'; ② update realm set ssl required='NONE' where id 'ispeco';
64,468EXP 2023年10月18日
热门文章
关注我们
...