码迷,mamicode.com
首页 >  
搜索关键字:certificate authorit    ( 805个结果
The certificate that was used has a trust chain that cannot be verified问题
今天调用wcf程序的时候发现证书有问题。报的错误如下 The certificate that was used has a trust chain that cannot be verified. Replace the certificate or change the certificateV...
分类:其他好文   时间:2014-11-26 18:28:47    阅读次数:196
Linux下载文件时报错 To connect to ohse.de insecurely, use ‘--no-check-certificate’.
远程调用下载文件直接用wget就可以,一般文件路径类型是http。如果有遇到是https就会下载出错。错误如下:[root@vmu010226-node1 tmp]# wget https://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz--2014-1...
分类:系统相关   时间:2014-11-25 15:50:02    阅读次数:334
js数组到后台转 list数组
前台的数组格式是:[{"credit_record_certificate_id":"452","credit_record_type":"294","credit_record_money_sum":"100","credit_record_monthly_amount":"1000","cred...
分类:编程语言   时间:2014-11-24 19:02:38    阅读次数:220
Android SDK manager error
Download interrupted: hostname in certificate didn't match: != Download interrupted: Connection tohttps://dl-ssl.google.comrefusedDone. Nothing was i....
分类:移动开发   时间:2014-11-23 12:55:02    阅读次数:155
使用证书签名PowerShell脚本
1.创建自签名证书(如需要)PSC:\Windows\system32>New-SelfSignedCertificate-DnsNamewww.mycard.com-CertStoreLocationCert:\CurrentUser\My 目录:Microsoft.PowerShell.Security\Certificate::CurrentUser\My ThumbprintSubject ----------------- 313C6D95807E577BB..
分类:系统相关   时间:2014-11-20 15:42:25    阅读次数:631
消除SDK更新时的“https://dl-ssl.google.com refused”错误
消除SDK更新时的“https://dl-ssl.google.com refused”错误消除SDK更新时,有可能会出现这样的错误:Download interrupted: hostname in certificate didn't match: != Download interrupte....
分类:Web程序   时间:2014-11-20 11:38:12    阅读次数:158
code.google.com certificate error: certificate is for www.google.com
有时候我们会碰到下面错误:code.google.com certificate error: certificate is for www.google.com,类似如下: D:\>go get code.google.com/p/go-charset # cd .; hg clone -U ht...
分类:其他好文   时间:2014-11-19 10:31:28    阅读次数:184
Unable to find manifest signing certificate in the certificate(Visual studio)
今天打开之前做的项目,突然得到很奇怪的编译错误: Unable to find manifest signing certificate in the certificate网上搜一下,有两个方法,其中一个方法为: 用记事本(纯编辑器)打开项目,删除有如下代码的行: ... ... ... .......
分类:其他好文   时间:2014-11-19 07:24:19    阅读次数:162
使用OpenSSL创建自己的CA root certificate
在密码学中,CA(Certificate Authority,认证机构)是指一个被多个用户信任的机构,该机构能够创建和指派公钥证书。 为规范起见,我们先介绍本文可能涉及的术语, asymmetric cryptography: 非对称密码学(或公开密钥加密,公钥加密),密钥涉及公钥和私钥组成...
分类:其他好文   时间:2014-11-06 19:24:35    阅读次数:310
创建自己的PKI公/私密钥对和公钥证书
1. 创建certificate request configuration filecert_req.conf************************************************[ req ]default_bits = 2048default_keyfile = ke...
分类:其他好文   时间:2014-11-05 22:58:46    阅读次数:224
805条   上一页 1 ... 72 73 74 75 76 ... 81 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!