杂症certificate_verify_failed疑难certificate

【编程工具__收录】知识点及疑难杂症

Git IDEA如何将Git回退到某个版本 springMvc xxxxx ......
杂症 编程工具 知识点 疑难 工具

.net core中Grpc使用报错:The remote certificate is invalid according to the validation procedure.

因为Grpc采用HTTP/2作为通信协议,默认采用LTS/SSL加密方式传输,比如使用.net core启动一个服务端(被调用方)时: public static IHostBuilder CreateHostBuilder(string[] args) => Host.CreateDefaultB ......

k8s部署x509-certificate-exporter

[root@hybxvuca01 monitoring]# cat x509-certificate-exporter.yaml apiVersion: apps/v1 kind: DaemonSet metadata: name: x509-certificate-exporter namespa ......

Windows 10 专业版下推送docker镜像到harbor报错:x509: certificate relies on legacy Common Name field, use SANs instead

harbor是公司私有镜像仓库,在Windows 10 专业版上安装上docker DeskTop,客户端成功开启之后,就是推送镜像啦。 记得先登录, docker login --username=admin xxx.harbor.com:10443,这个不能忘记!! 在实际推送中遇到了几个问题, ......
certificate 镜像 Windows instead Common

ACK Net Exporter 与 sysAK 出击:一次深水区的网络疑难问题排查经历

一个看似不经意问题的背后,其实大有玄机。在这个问题的排查中,涉及到的技术栈包括内核网络、内核内存管理、procfs虚拟文件系统等技术领域,当然更离不开阿里云内部多个技术团队的通力合作。 ......
深水 疑难 Exporter 问题 sysAK

执行“npm run re-sqlite”遇到“unable to get local issuer certificate”

在学校electron时要执行到 npm run re-sqlite,但却收到了错误“Error: request to https://www.electronjs.org/headers/v13.6.9/node-v13.6.9-headers.tar.gz failed, reason: un ......
certificate re-sqlite issuer sqlite unable

sql简单查询(持续更新疑难杂症)

select * from emp; --emp全表 select * from dept; --dept全表 --查询10号部门中工资大于20号部门最高工资的员工信息(子查询,聚合函数)select * from emp where deptno=10 and sal>(select max(sa ......
杂症 疑难 sql

跟着视频敲vue项目遇到的各种疑难杂症

首先我照着视频敲了一个tabbar导航栏,但是毕竟视频也是以前的,现在这个vue各个东西版本都很高,只能说不按视频来疯狂报错。 之后开始正式项目又重新创建了一个项目,我没在意我直接默认创建,默认创建和视频里有两个不一样的点,一个是eslint(什么b玩应),另一个是vue2x还是3x,视频里是2x。 ......
杂症 疑难 跟着 项目 视频

PKIX path building failed,SunCertPathBuilderException: unable to find valid certification path to requested target报错和解决

背景:有一个项目,需要调用gitlab的api,开发阶段在windows上进行。开发完成部署到linux中时,当请求gitlab接口的时候报如下错误: 2023.03.22 10:30:39.522 ERROR [http-nio-8089-exec-2] org.apache.juli.loggi ......

svn: Server SSL certificate verification failed certificate issued for a different hostname

svn: E230001: Server SSL certificate verification failed certificate issued for a different hostname 意思是服务器的SSL证书验证失败,证书为不同主机名颁发。 解决方法: 通过命令在本机接受证书即可, ......
共102篇  :4/4页 首页上一页4下一页尾页