ICode9

精准搜索请尝试: 精确搜索
  • 使用 node.js 搭建一个 本地 https 服务2022-09-16 03:30:08

    使用 git客户端msysgit , 其中已包含了 openssl 程序   # 生成私钥 key 文件 openssl genrsa -out privatekey.pem 1024   # 通过私钥生成CSR证书签名openssl req -new -key privatekey.pem -out certrequest.csr   # 通过私钥和证书签名生成证书文件openssl x509 -req -in ce

  • ingress配置https报错certificate.lua:259: call(): failed to set DER private key: d2i_PrivateKey_bio() fai2022-09-15 22:32:04

    困扰我2天的报错问题:certificate.lua:259: call(): failed to set DER private key: d2i_PrivateKey_bio() failed, context: ssl_certificate_by_lua*终于在今天21点前解决了。   我有4台ingress daemonset服务,分别为154/155/157/158,配置好pods的ingress后154访问正常,证书日期正

  • 国内访问github的简单方法2022-09-11 10:02:19

    在微软应用商店搜索Watt Toolkit并安装,勾选github,开启加速 若提示以下类似错误 fatal: unable to access 'https://github.com/xxx.git/': SSL certificate problem: unable to get local issuer certificate可以使用以下命令解决 git config --global http.sslVerify "false"

  • esp32 certificate2022-09-07 11:31:06

    Hi, Please could someone help me clear up how updating SSL certificates for OTA would work on the ESP32 as they are currently compiled into the firmware. I'm using LetsEncrypt which requires certificates to be renewed every 90 days, although this que

  • Kubernetes学习笔记(二十六):KubeConfig2022-09-06 21:35:14

    使用访问API获取pods信息: curl https://my-kube-playground:6443/api/v1/pods \ --key admin.key --cert admin.crt --cacert ca.crt 用kubectl达成相同的目的: kubectl get pods --server my-kube-playground:6443 --client-key admin.key --client-certificate admin.crt

  • docker login harbor两种报错2022-08-18 10:02:39

    下面例如我的镜像仓库地址为:www.123.com   一。  x509: certificate is not valid for any names, but wanted to match  www.123.com" 网上的几种方式   1.时间同步 2.修改daemon.json 3.增加信任(限于http) 几种方式都没问题的情况下  看下你的harbor地址解析的

  • Error response from daemon: Get "https://xx.xx.xx/v2/": x509: certificate signed by unknow2022-08-15 13:34:49

      自建harbor仓库ssl证书过期之后,更换了ssl证书。jenkins流水线无法登录harbor镜像仓库、且无法拉取镜像时报,报错信息如下:Error response from daemon: Get "https://xx.xx.xx/v2/": x509: certificate signed by unknown authority   让docker信任harbor的CA证书    mkdir

  • svn Server SSL certificate verification failed: certificate issued for a different hostname, issuer2022-08-12 10:31:23

    svn: E170013: Unable to connect to a repository at URL 'https://xxx'svn: E230001: Server SSL certificate verification failed: certificate issued for a different hostname, issuer is not trusted   出现这种情况,打开idea的全局设置。开启交互模式。   保存后回到sv

  • 记录新手git报错:SSL certificate problem: unable to get local issuer certificate 错误解决2022-08-07 01:32:51

    终端报了如下错误git SSL certificate problem: unable to get local issuer certificate    解决办法: 在终端输入如下代码: git config --global http.sslVerify false   然后再正常拉取项目即可啦

  • 为nginx创建自签名证书2022-08-03 14:35:54

    #!/bin/sh   # create self-signed server certificate:   read -p "Enter your domain [www.example.com]: " DOMAIN   echo "Create server key..."   openssl genrsa -des3 -out $DOMAIN.key 1024   echo "Create server certificate signing req

  • 记一次k8s问题处理 => 6443端口没有监听 => 证书过期处理2022-07-09 00:31:10

    原始的问题是这样: The connection to the server 192.168.122.200:6443 was refused - did you specify the right host or port? lsof -i :6443 端口没有监听  master 的kubelet.service 是active的,docker容器api_server是down的 node的 kubelet.service 是 dead, docker容器

  • 【Azure 环境】当Azure Key Vault中存储的证书即将过期时,如何设置Alert邮件警报?2022-07-08 19:33:47

    问题描述 当Azure Key Vault 中存储的证书即将过期时, 如何设置Alert邮件警报?   问题解答 首先,在创建完一个证书后,需要为证书添加一个“证书联系人”   然后,点击证书,进入““颁发策略”设置页面,选择自动续订何警报操作。     以上两步,就可以实现Key Vault中证书过期的告警何

  • Column Encryption Setting=Enabled 客户端没有证书的时候2022-07-02 12:32:18

      表层错误 Failed to decrypt column 'Password'.Failed to decrypt a column encryption key using key store provider: 'MSSQL_CERTIFICATE_STORE'. The last 10 bytes of the encrypted column encryption key are: 'A8-F2-EC-10-37-38-B7-73-81-0C

  • k8s创建server报错-x509: certificate has expired or is not yet valid2022-06-14 16:31:25

    前提:k8s证书都是正常的没有过期,前段时间做过处理。 原因:替换了k8s证书后没有对kube-apiserver主键重启,还使用的是缓存信息,重启一下问题解决 systemctl restart kube-apiserver.service   问题:kubectl create -f apply-server.yamlError from server: error when creating "ld-m

  • Debian脚i本常见问题2022-06-08 19:35:28

    ERROR: The certificate of `github.com’ is not trusted. --no-check-certificate   E: Repository 'http://security.debian.org buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable'   sudo ap

  • 本地调用阿里云短信接口cURL error 60:SSL certificate problem2022-06-07 16:35:51

    去到下载最新的文件 https://curl.se/docs/caextract.html    重命名一下,去掉日期 然后复制到    修改php.ini中     curl.cainfo = "D:\phpstudy_pro\Extensions\php\php7.3.4nts\extras\ssl\cacert.pem"    然后重启php就可以了。

  • 解决:Server's certificate is not trusted2022-06-06 09:00:57

    引起这个的根本原因是因为你破解了idea,在本地hosts配置了映射,然后idea检测出来弹出警告 服务器证书不可用。 处理:打开idea--->file-->Settings然后搜索Server Certificates把下图中的选项勾上就可以了。  

  • k8s x509: certificate is valid for 10.x.x.x, 172.x.x.x, not 117.x.x.x2022-06-03 19:00:49

    链接k8s错误 1、reset集群 kubeadm reset 2、重新初始化集群, 加上--apiserver-cert-extra-sans=117.X.X.X kubeadm init --apiserver-advertise-address=172.x.x.x --image-repository registry.aliyuncs.com/google_containers --kubernetes-version v1.20.12 --service-cidr=1

  • idea总是弹出svn账户密码框 & Server SSL certificate verification failed2022-04-18 14:34:44

    新装了一个idea,也是整合了svn,总是频繁弹出用户名和密码框让验证账户; 于是我就进入设置 Settings  --> Subversion --> 点一下左下角的 Clear Auth Cache,然后就不弹出了; 但是清空缓存后再用svn更新代码就会报错了,错误如下: ———————————————————————————

  • Postman Cloud not get response2022-04-11 15:02:29

    使用post输入https请求是提示cloud not get response    只需要在设置中关闭ssl certificate verification  

  • ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)2022-04-03 11:34:29

    报错环境:python 3.6 在导入pytorch官方的resnet预训练模型时 使用代码: import torchvision.models as models model=models.resnet50 会出现报错: ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852   解决办法: 在上述下载包的代码前面

  • 服务器配置Nginx遇到的问题2022-04-02 01:32:37

        只需要增加  -no-check-certificate wget --no-check-certificate http://www.openssl.org/source/openssl-1.0.1j.tar.gz  

  • rancher无法登录 容器报错X509:certificate has expired or is not ye valid2022-04-01 17:03:13

    在某天需要发布新版本的时候,发现rancher无法登录,于是到服务器上查看rancher日志,发现以下内容:      参考rancher文档中独立容器Rancher Server证书更新解决  1. 进入容器  <rancher_server_id>为容器id docker exec -it <rancher_server_id> /bin/bash   2.容器内操作 k

  • 开发中常见问题记录-持续更新2022-03-28 09:34:31

    1、fatal: unable to access 'xxxxx.git/': SSL certificate problem: unable to get local issuer certificate 解决方法:git config --global http.sslVerify false 2、cnpm : 无法加载文件 C:\Users\97624\AppData\Roaming\npm\cnpm.ps1,因为在此系统上禁止运行脚本。 解决方法:

  • How does HTTPS work? What's a CA? What's a self-signed Certificate?2022-03-09 22:33:09

    How does HTTPS work? What's a CA? What's a self-signed Certificate? ref https://www.youtube.com/watch?v=T4Df5_cojAs

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有