本帖最后由 堡塔运维小林 于 2023-4-4 14:24 编辑
<!DOCTYPE html><html><head> <meta charset="utf-8"> <title>安全入口校验失败</title></head><body> <h1>请使用正确的入口登录面板</h1> <p><b>错误原因:</b>当前新安装的已经开启了安全入口登录,新装机器都会随机一个8位字符的安全入口名称,亦可以在面板设置处修改,如您没记录或不记得了,可以使用以下方式解决</p> <p><b>解决方法:</b>在SSH终端输入以下一种命令来解决</p> <p>1.查看面板入口:/etc/init.d/bt default</p> <p style="color:red;">注意:【关闭安全入口】将使您的面板登录地址被直接暴露在互联网上,非常危险,请谨慎操作</p></body></html>
public function apply_cert_api($id,$auth_to,$domain){ $url = $this->BT_PANEL.$this->config("apply_cert_api"); $p_data = $this->GetKeyData(); $p_data['id'] = $id; $p_data['auth_to'] = $auth_to; $p_data['auth_type'] = "http"; $p_data['auto_wildcard'] = 0; $p_data['domain'] =json_encode([$domain]) ; $result = $this->HttpPostCookie($url,$p_data); $data = json_decode($result,true); return $data; } ip白名单已经加了 还有秘钥都是对的但是其他接口就可以
|
|