首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏大龄程序员的人工智能之路

    搭建个人国密CA(Certification Authority)

    在SSL/TLS/HTTPS通信中,证书虽然不是TLS/SSL协议的一部分,却是HTTPS非常关键的一环,网站引入证书才能避免中间人攻击。证书涉及了很多密码学知识,理解证书后,再深入理解TLS/SSL协议,效果会更好。

    3.6K30发布于 2020-03-12
  • 来自专栏Super 前端

    解决PKIX问题:unable to find valid certification path to requested target

    版权声明:本文为博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明。

    3K31发布于 2019-08-15
  • 来自专栏Linyb极客之路

    记一次unable to find valid certification path to requested target排查

    01 前言 最近因为uat环境https过期,后边进行证书续期,发现通过浏览器访问可以正常访问,但是接口调用该地址,却出现 unable to find valid certification path

    3K10编辑于 2024-01-28
  • 来自专栏chenchenchen

    请求HTTPS接口提示缺少安全证书:unable to find valid certification path to requested target

    背景 Question:unable to find valid certification path to requested target reason:缺少安全证书 解决 安装数字证书 或者生成证书 7 more Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification 参考: 解决PKIX:unable to find valid certification path to requested target 的问题:https://blog.csdn.net/faye0412 path:https://blog.csdn.net/frankcheng5143/article/details/52022289 unable to find valid certification 彻底解决unable to find valid certification path to requested target:https://blog.csdn.net/frankcheng5143

    10.8K30发布于 2021-09-06
  • 来自专栏TASKCTL技术交流讨论

    Certification Vending Machine: 智能设备接入 AWS IoT 平台解决方案

    AWS IoT 平台为了保证终端设备通信的安全性,终端设备与 AWS IoT 平台的 MQTT 通信使用基于证书的 TLS 1.2 双向认证体系。即 IoT 平台会验证当前设备使用的证书是否可信,同时,终端设备也会验证 IoT 平台使用的 CA 证书是否可信。

    2.6K20发布于 2021-04-02
  • 来自专栏Super 前端

    解决PKIX问题:unable to find valid certification path to requested target【X509TrustManager】

    failed: * sun.security.provider.certpath.SunCertPathBuilderException: unable to * find valid certification

    3K31发布于 2019-08-15
  • 来自专栏杨建荣的学习笔记

    相差数十倍的SQL性能分析(r11笔记第98天)

    select uin,regDate,regIP,cert_number from accstat.test_certification_info where uin in(select cn from select uin,regDate,regIP,cert_number from accstat.test_certification_info where uin in(select cn from select uin,regDate,regIP,cert_number from accstat.test_certification_info where uin in(select cn from TEST_CN" "TEST_CN", ( (SELECT "ACC00_TEST_CERTIFICATION_INFO"."UIN" ... "ACC35_TEST_CERTIFICATION_INFO")) "TEST_CERTIFICATION_INFO" WHERE "TEST_CERTIFICATION_INFO"."

    66280发布于 2018-03-21
  • 来自专栏debugeeker的专栏

    CISSP考试指南笔记:3.7 认证与认可

    Certification ---- Certification is the comprehensive technical evaluation of the security components The goal of a certification process is to ensure that a system, product, or network is right for the The certification process and corresponding documentation will indicate the good, the bad, and the ugly

    42320发布于 2020-12-29
  • 来自专栏猫头虎博客专区

    在Ubuntu系统中安装JDK 17并配置环境变量

    Adding debian:Trustwave_Global_Certification_Authority.pem Adding debian:GlobalSign_Root_CA_-_R2.pem Adding debian:Trustwave_Global_ECC_P256_Certification_Authority.pem Adding debian:COMODO_RSA_Certification_Authority.pem Adding debian:UCA_Global_G2_Root.pem Adding debian:Trustwave_Global_ECC_P384_Certification_Authority.pem Adding debian:Cybertrust_Global_Root.pem Adding debian:E-Tugra_Certification_Authority.pem Adding debian Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem Adding debian:SwissSign_Gold_CA_-_G2

    5.6K10编辑于 2024-04-08
  • 来自专栏芋道源码1024

    为什么不推荐使用存储过程?

    最近项目中有个新需求,需要校验一个用户是否有Job,Certification,Disclosure这三个业务数据。 翻看了代码发现,系统的用户个人页面的C#代码调用了三个存储过程,去抓取用户的Job,Certification,Disclosure数据。 我的新需求,自然需要复用这三个存储过程,否则: 若每一处都写一次抓取数据的业务逻辑代码,若业务逻辑发生变化,难以追查和维护所有读取Job,Certification,Disclosure的SQL。 但code reviewer认为,我的需求中,并不需要Job,Certification,Disclosure这三个业务对象的数据。 我只是需要给定用户是否有Job,Certification,Disclosure而已。

    2.7K30发布于 2019-11-29
  • 来自专栏爱可生开源社区

    故障分析 | mysql mgr 多主数据不能更新案例浅析

    随后该事务 writeset 中包含的各个主键会被插入/更新到 certification_info 中。 可以预见,随着越来越多的事务被认证,certification_info 中的记录会越来越多。 如何清理 certification_info 中的记录? 所以,certification_info 中快照版本(snapshot_version)为事务A快照版本子集的那些记录都可以被清理掉。 2.2.故障分析 2.2.1.当前 mgr 中 certification_info 有11239426条记录,mgr 每隔60s清理一次,为何会这么大? 永远不会被清理,日积月累,certification_info 就达到了1000多万。

    2.2K20发布于 2021-09-08
  • 来自专栏岛哥的质量效能笔记

    苹果个人付费开发者证书申请及使用图文详解

    Certification和p12(证书) 证书是对电脑开发资格的认证,每个开发者帐号有一套,分为两种: Developer Certification(开发证书):用于开发测试; Distribution Certification(发布证书):用于打包测试ipa或者Appstore的安装包; .cer是苹果的默认证书,在Xcode开发打包可以使用,如果在lbuilder、phonegap、HBuilder 创建Certification(证书) 1、申请好账号后,登录苹果开发者网站:https://developer.apple.com/cn/,选择红框部分的Certification,Identifiers

    12.6K20发布于 2021-08-18
  • 来自专栏PPV课数据科学社区

    2015十一项全球最具权威的大数据资质认证

    官方网站:https://www.informs.org/Certification-Continuing-Ed/Analytics-Certification 2. 官方网站:http://idse.columbia.edu/certification 3. 官方网站:http://cloudera.com/content/cloudera/en/training/certification/ccdh.html 9. 官方网站:http://cloudera.com/content/cloudera/en/training/certification/ccah.html 10. 官方网站:http://www.revolutionanalytics.com/academyr-certification-study-guide

    1.5K40发布于 2018-04-19
  • 来自专栏后端工具库

    小程序请求抓包方案

    xclient.info/s/charles.html 安装证书 安装证书到本机:打开charles -> help -> SSL Proxying -> Install Charles Root Certification 打开charles -> help -> SSL Proxying -> Install Charles Root Certification On Remote Device .. 3.2 手机wifi charles -> help -> SSL Proxying -> Save Charles Root Certification 3.4 手机上设置信任证书 手机上: 设置 -> 通用 -> 关于本机

    3.1K10发布于 2020-01-14
  • 来自专栏华来四Azure混合云

    CIIF, blockchain and reverse logistics

    It is also possible to upload qualified certification marks, official refurbished certification information on the blockchain, e.g. the product number, product type, carbon emission savings, and the quality certification

    40220发布于 2021-03-29
  • 来自专栏学习及遇到的问题记录

    Github学生包申请(学校邮箱版,秒通过)

    I hope to obtain Github student certification. The main purpose is to learn and use this student certification. I hope Github will give you certification. Thank you. 之后点击continue。 之后拍自己的学生证照片上传,证明类型选择第一个即可。

    4.1K10编辑于 2023-05-06
  • 来自专栏质量管理

    优思学院|黑带大师MBB是什么?ASQ和ILSSI兩大认证比较

    ASQ - 美国质量协会黑带大师的定义The ASQ Master Black Belt (MBB) certification is a mark of career excellence and aimed eligible to apply for the MBB examination, a candidate must hold a current ASQ Six Sigma Black Belt certification 认证考核要求The Master Black Belt certification is an exam that consists of 110 multiple choice items and a 前设要求Black Belt certification for at least 3 years.3 x projects documented as A3 reports or similar format.Reference

    1.5K40编辑于 2022-08-15
  • 来自专栏appuploader使用操作流程

    push证书申请_iOS上架App Store​

    可以很快速的创建iOS推送证书​ 一、iOS发布推送证书(上架到App Store使用)​ 1、打开Appuploader,选择Certification。​ 3、下载保存好.p12iOS证书文件​ 二、iOS推送证书(测试调试用)​ 1、打开Appuploader,选择Certification。​

    33130编辑于 2023-04-17
  • 来自专栏AI那点小事

    社团活动学分管理系统

    *,SA.Prize,SA.Certification_Time,SA.Credit " +"FROM Student S *,SA.Prize,SA.Certification_Time,SA.Credit " +"FROM Student = executeQuery.getString("Certification_Time"); String prize = executeQuery.getString = '" + Certification_Time + "' and Credit = " + String.valueOf(Credit)+" AND Prize = this.Certification_Time.equals(obj.getCertification_Time()); boolean credit = (this.Credit

    6.1K30发布于 2020-04-20
  • 来自专栏安智客

    通过GSMA安全认证计划(SAS-SM)的企业

    2,证书分为Provisional certification和Full certification。完整的认证将颁发给成功的SAS现场生产审核的厂商。

    3.6K60发布于 2018-03-30
领券