Root cause: the site refused the connection from the http request origin, by default it is setted as below: Origin: chrome-extension://aicmkgpgakddgnaphhhpliifpcfhicfo Solution 1: use Postman desktop version instead of chrome extention/plugin Soluito…
How do I resolve the CodeSign error: CSSMERR_TP_NOT_TRUSTED? The Xcode build error titled "CSSMERR_TP_NOT_TRUSTED" is a common problem that arises when Trust Settings have been mistakenly modified for any of the iOS Development related certifica…
问题 今天突然发现本地软件不能访问网络. 包括: 印象笔记无法同步, 搜狗输入法无法登陆. 但其它上网正常. 思路及解决过程 因为chrome上网 ,qq上网均正常. 且同事可以正常使用. 推测是本地网络原因. 想找到个网络监测工具(可以监测所有软件上网情况) --未找到合适的. 也推测是防火墙原因, 关闭防火墙仍不能访问. 此时, 通过evernote 活动日志发现了问题(对EverNote 此功能点赞 ) 看到日志如下: 16:01:21 [9640] 0% Connecting to ww…
创建几份elasticsearch副本,修改各自config\elasticsearch.yml配置文件: 第一份: #允许elasticsearch跨域访问,使用elasticsearch-head图形化工具需要添加该代码 http.cors.enabled: true http.cors.allow-origin: "*" #节点1的配置信息: #集群名称,保证唯一 cluster.name: elasticsearch #节点名称,必须不一样 node.name: node-1…
前言 在腾讯云TKE集群中部署服务的时候,预警服务,warn一直重启,经过查询日志发现了如下的错误 The server experienced an unexpected error when processing the request 进一步拿到本地来跑,打了个断点在以下方法处 错误发生在通过fetcher去获取topic元数据的时候(具体的错误截图没有了,问题已经修复),就是以下的代码处 fetcher.getTopicMetadata(new MetadataRequest.Build…
nginx 的 403 Forbidden errors 表示你在请求一个资源文件但是nginx不允许你查看.403 Forbidden 只是一个HTTP状态码,像404,200一样不是技术上的错误.哪些场景需要返回403状态码的场景? 1.网站禁止特定的用户访问所有内容,例:网站屏蔽某个ip访问.2.访问禁止目录浏览的目录,例:设置autoindex off后访问目录.3.用户访问只能被内网访问的文件. 以上几种常见的需要返回 403 Forbidden 的场景. 由于服务器端的错误配置导致在…
Short Description: This article will describe on how to disable CSRF protection in Ambari. Article Adding service through ambari gives error as shown below - [root@sandbox ~]# curl -u admin:admin -i -X POST -d '{"ServiceInfo":{"service_name…
Apache 配置Alias 后,无法访问 CentOS系统 检查了一圈httpd.conf和目录权限,均没有发现问题. 最后,看了这篇文章,发现是因为系统启动了SELINUX导致的. http://stackoverflow.com/questions/8816836/apache-403-error-13permission-denied-access-to-denied-fedora-16 关闭SELINUX setenforce 0 或 vim /etc/selinux/config 修…
<Directory D:\workspace\ecshop> Options FollowSymLinks AllowOverride None Order deny,allow allow from all </Directory> 注意加底线部分即可…
当你试图打开SQL Server Configuation Manager时发现如下错误: “cannot connect to WMI provider. You do not have permission or the server is unreachable. Note that you can only manage SQL Server 2005 and later servers with SQL Server Configuration Manager.”   Invalid…