草庐IT

extract-certificates

全部标签

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

java - 如何解决 jsoup 错误 : unable to find valid certification path to requested target

我正在尝试解析以下URL的html:https://www.smuc.ac.kr/mbs/smuc/jsp/board/list.jsp?boardId=6993&id=smuc_040100000000我收到以下错误:sun.security.validator.ValidatorException:PKIXpathbuildingfailed:sun.security.provider.certpath.SunCertPathBuilderException:unabletofindvalidcertificationpathtorequestedtargetatsun.secur

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

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

android - 针对 SDK Android Q 导致无法完成 session : INSTALL_FAILED_INVALID_APK: Failed to extract native libraries, res=-2

一旦我将目标api切换为“Q”,我就无法在AndroidQ模拟器上安装APK。我得到错误:Failedtofinalizesession:INSTALL_FAILED_INVALID_APK:Failedtoextractnativelibraries,res=-2AndroidStudio(v3.3.2)建议我先卸载apk。我尝试卸载apk,但仍然出现相同的错误。如果我将目标api降级到28,应用程序工作。 最佳答案 发生这种情况是因为zipalign存在问题,请参阅-https://issuetracker.google.com

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:

c++ - std::unordered_map::extract 引用/指针失效

对于新的C++17std::unordered_map::extract函数,文档说:Extractinganodeinvalidatesonlytheiteratorstotheextractedelement,andpreservestherelativeorderoftheelementsthatarenoterased.Pointersandreferencestotheextractedelementremainvalid,butcannotbeusedwhileelementisownedbyanodehandle:theybecomeusableiftheelementi

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