草庐IT

Certificate2

全部标签

android - javax.net.ssl.SSLPeerUnverifiedException : No peer certificate while I am working with google place api in android

这个问题在这里已经有了答案:Android:MakingHttpsRequest(2个答案)关闭9年前。我在android模拟器中使用googleplaceapi时遇到javax.net.ssl.SSLPeerUnverifiedException:Nopeercertificateexception。下面是我的url:https://maps.googleapis.com/maps/api/place/search/json?&location=28.632808,77.218276&radius=1000&sensor=false&key=AIzaSyC3y3fOMTqTkCjNN

android - javax.net.ssl.SSLException : hostname in certificate didn't match android 异常

我正在创建一个android应用程序,我在其中将数据发送到web服务,但我收到javax.net.ssl.SSLException错误:证书中的主机名与android不匹配,这是我的代码AsyncHttpClientclien=newAsyncHttpClient();Log.i("URL",String.valueOf(base_url+"Race.svc/json/Race/Scanners/Add/"+series_event_raceid+"/"+qrCode));clien.put(base_url+"Race.svc/json/Race/Scanners/Add/"+ser

android - Play 商店错误 "You uploaded an APK that is signed with an insecure certificate"

我正在尝试将使用Unity3D开发的游戏上传到PlayStore。我已经使用Unity的内置方法和所有必需的参数对apk进行了签名,但是在尝试将APK上传到Play商店时出现此错误YouuploadedanAPKthatissignedwithaninsecurecertificate.RSAorDSAkeysizemustbeatleast2048bits. 最佳答案 现在有同样的错误...也是新应用...看来我们需要手动创建击键cd"C:\ProgramFiles(x86)\Java\jre6\bin"(whereJavains

android - 与服务提供商的通信失败 : No peer certificate in Twitter

我在我的应用程序中集成了TwitterAPI以发布消息。它正在生成这样的异常:oauth.signpost.exception.OAuthCommunicationException:Communicationwiththeserviceproviderfailed:Nopeercertificate@Pawan将设备时间更新为当前时间的评论解决了这个问题。 最佳答案 可能是ssl证书问题,不是吗?看看AndroidSSLHttpGet(Nopeercertificate)errorOR(Connectionclosedbypeer

Android 签名错误 : trusted certificate entries are not password-protected

获得了一个证书来签署android未签名的发布apk文件,所以我使用命令导入了cer:keytool-import-aliasalias_name-filecer_name.cer-storepasschangeit-keystoremy_keystore.keystore但是当使用androidstudio签署应用程序时它会产生错误:Error:Executionfailedfortask':packageDebug'.>com.android.ide.common.signing.KeytoolException:Failedtoreadkeyalias_namefromstore

android - com.android.sdklib.build.ApkCreationException : Debug Certificate expired error

我正在运行macosx。我下载了最新版本的SDK启动包(平台api7,修订版2)。我使用构建版本(190)的处理版本。当我尝试运行时出现以下错误。我不知道它是什么?我希望谁能帮助我开始使用android处理。谢谢。BUILDFAILED/Users/ed_crub/Documents/AndroidSDK/tools/ant/ant_rules_r3.xml:395:Thefollowingerroroccurredwhileexecutingthisline:/Users/ed_crub/Documents/AndroidSDK/tools/ant/ant_rules_r3.xml:

android - Libcurl Certificate Pinning 在 iPhone 上工作但在 Android 上不工作

这是我在Obj-C和JAVA项目中使用的C++代码。stringreadBuffer;stringcertificateBeingUsed;CURL*curl=curl_easy_init();curl_easy_setopt(curl,CURLOPT_CUSTOMREQUEST,"POST");curl_easy_setopt(curl,CURLOPT_URL,"https://apiServer");curl_easy_setopt(curl,CURLOPT_WRITEFUNCTION,WriteCallback);curl_easy_setopt(curl,CURLOPT_WRI

c++ - Poco + OpenSSL + CA PEM : "Unacceptable certificate" error for 1 out of 2 identical sites

我正在尝试与www1.filemail.com进行SSL握手。我正在使用cURL的cacert.pem,但我收到此错误:Unacceptablecertificatefrom188.138.81.30:applicationverificationfailure与任何其他HTTPS网站的握手都有效-包括www2.filemail.com。www1和www2应该配置相同-它们都可以在所有浏览器中正常工作。他们在这里也测试得很好(为两个站点发送了相同的证书和中间证书):SSLLabswww1.filemail.comSSLLabswww2.filemail.com为什么使用OpenSSL和

Python ssl.SSLError : [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl. c:748)

我在Python3.6应用程序中使用[geopy][1],我必须在使用Windows2012Server的过时机器上运行它。当应用程序在此服务器上调用此库时会出现问题,因为它会返回以下错误:File"C:\ServAPI\Util.py",line12,ingetLocationlocation=geolocator.geocode(name)File"C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\geopy\geocoders\osm.py",line193,ing

Python (pip) throw [SSL : CERTIFICATE_VERIFY_FAILED] even if certificate chain updated

这是对previousSOpost的跟进.我使用的是Windows/cygwin,我需要python来理解自定义CA证书,因为网络基础设施会用自己的证书重新提出所有SSL请求。如果我尝试运行pipsearchSimpleHTTPServer,我会收到以下错误消息:...File"c:\users\erbe\appdata\local\programs\python\python35-32\lib\ssl.py",line633,indo_handshakeself._sslobj.do_handshake()ssl.SSLError:[SSL:CERTIFICATE_VERIFY_FA