草庐IT

SECURE_CONNECTION

全部标签

A connection attempt failed because the connected party did not properly respond after a period of……

在vscode中安装GO语言相关插件的时候,报错:Aconnectionattemptfailedbecausetheconnectedpartydidnotproperlyrespondafteraperiodoftime,orestablishedconnectionfailedbecauseconnectedhosthasfailedtorespond. 问题原因:这是因为我们访问的地址被防火墙给屏蔽了,你需要改成我们国内可用的代理地址解决办法:在cmd中输入:goenv-wGOPROXY=https://goproxy.cn然后,重新打开vscode重新安装GO语言相关插件,即可安装成

解决ssh连接提示Connection closed by xx port 22

最近使用VPN链接国外服务器的时候,突然出现ssh登录之后,進行複雜的操作后连接挂起,或者說ssh直接连接不上的情况,并且报错:xxxxxx$sshxxxxxxxx@xxx.xxx.xxx.xxx-vvvOpenSSH_7.6p1Ubuntu-4ubuntu0.5,OpenSSL1.0.2n7Dec2017debug1:Readingconfigurationdata/etc/ssh/ssh_configdebug1:/etc/ssh/ssh_configline19:Applyingoptionsfor*debug2:resolving"xxx.xxx.xxx.xxx"port22debug

github 报错 Failed to connect to github.com port 443:connection timed out(最全解决办法)

1电脑里开启了代理,例如开启了翻墙软件等,就会造成这个原因取消全局代理:gitconfig--global--unsethttp.proxygitconfig--global--unsethttps.proxy代理插件关了试下2由于没有指定用户密码导致的问题,在这种情况下,我们可以修改下载的仓库的URL地址,格式就是https://username:passwords@github.com/...3控制面板搜索凭据管理器,找到github.com删除

Vue3 报错:WebSocket connection to ‘ws://X.XXX.X.XX:8080/ws‘ failed:

问题:页面没有问题,但是打开控制台就出现如下图所示的一连串的报错信息问题解决: const{defineConfig}=require('@vue/cli-service')module.exports=defineConfig({transpileDependencies:true,lintOnSave:false,devServer:{host:'0.0.0.0',port:8080,client:{webSocketURL:'ws://0.0.0.0:8080/ws',},headers:{'Access-Control-Allow-Origin':'*',},}}) 修改完后重新运行一

使用redis遇到了 Could not connect to Redis at 127.0.0.1:6379: Connection refused 错误

遇到的问题[root@localhost~]#redis-cliCouldnotconnecttoRedisat127.0.0.1:6379:Connectionrefusednotconnected>        当我们直接连接redis时,会遇到 CouldnotconnecttoRedisat127.0.0.1:6379:Connectionrefused这个问题,显示连接被拒绝原因    是因为没有启动redis的服务端,所以我们的redis连接不到他的服务,需要启动redis服务端解决方法        如下图,这是 redis的bin目录,找到redis-server和redis

rabbitmq:解决connection error; protocol method: #method<connection.close>(reply-code=530,

报错内容如下:connectionerror;protocolmethod:#method(reply-code=530,reply-text=NOT_ALLOWED-accesstovhost'/'refusedforuser'admin',class-id=10,method-id=40)        最近刚学习rabbitmq,在第一次使用rabbitmq的时候,一到创建链接的时候就报错,找了半天找不到问题所在,后来发现是用户没赋予权限造成的,当时只创建了用户的账户密码,并没有赋予权限。如何给用户赋予权限呢,下面通过rabbitmq浏览器管理页面给账户赋上权限。 根据以上步骤,我们就已

启动eureka服务端客户端报java.net.ConnectException: Connection refused: connect的错误

Requestexecutionfailedwithmessage:java.net.ConnectException:Connectionrefused:connect1.先检查eureka服务端和客户端模块中的pom文件中是否引入了相对应的server和client的依赖2.主启动类上是否加了对应启动注解:@EnableEurekaServer//服务端的启动类@EnableEurekaClient//客户端的启动类3.如果是布置了eureka集群:要在C:\Windows\System32\drivers\etc目录下的hosts文件中添加:127.0.0.1eureka7001.com

Git报错解决:fatal: unable to access ‘https://github.com/.......‘: OpenSSL SSL_read: Connection was reset

之前gitclone项目的时候报错fatal:unabletoaccess'https://github.com/.......':OpenSSLSSL_read:Connectionwasreset,errno10054产生原因:一般是因为服务器的SSL证书没有经过第三方机构的签署,所以会报错首先需要解除ssl验证后,再次git即可解除ssl验证:gitconfig--globalhttps:www.baidu.com"false"再次gitclone"https:www.baidu.com"即可

解决报错:WebSocket connection to ‘ws://192.168.0.108:8080/ws‘ failed: Error in connection establishment:

  当我把手机连在电脑上的热点关闭,换其他wifi后,报错就消失了。大概是手机防火墙限制访问

The request client is not a secure context and the resource is in more-private address ...

概述新版的chrome浏览器会校验发起端的域名和访问资源的域名直接的关系,如果客户端发起域名比访问资源所在的域名更public(开放),会导致Therequestclientisnotasecurecontextandtheresourceisinmore-privateaddress…错误产生。问题最近使用Chrome浏览器访问公司内网某个地址时,突然报了这么个错:Therequestclientisnotasecurecontextandtheresourceisinmore-privateaddressspaceprivate.以前都是正常的,最新的浏览器最近有什么更新导致的。原因报错内