언어 설정

Menu
Sites
Language
Another topic about the problem with the certificate (CERTIFICATE_CHAIN_VERIFICATION_FAILED)
Hello everyone!
 
Like many people before me, I have a problem with the certificate. I scanned by early topics related to this error, but I did not help.
For some reason, at one point, my application was no longer installed, but before that worked fine with the existing certificate.
Do not check the time or the creation of a new certificate or the creation of a new copy of the emulator or the creation of a new empty project and copy all the files in it - nothing helped.
 
Thing, for me, surprising - other projects are placed perfectly with the current certificate. Including the newly created.
 
Text issued by the errors below. I hope very much for your help, my friends!

"Cannot install application.

 
Error code: CERTIFICATE_CHAIN_VERIFICATION_FAILED
Error message: 
Command: /usr/bin/pkgcmd -q -i -t tpk -p /opt/usr/apps/tmp/OaSYmTKYri-1.0.0-i386.tpk
Management: Check whether your device`s date and time is current. If the time is wrong, certificate expiration will be happened.
Check author certificates in Preferences > Tizen SDK > Secure Profiles > Profile items."
Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

11 댓글
muditha murthy
Even i had faced similar..i had taken care of changing date and time, creating new copy of signing certificate nothing helped, then i updated the time zone correctly and after that it got installed correctly. Check your timezone once and try.
Kireev
I tried to do it in the first place - did not help (
Alex Dem
Hi 1)Please check time/date on your Tizen device 2)Please check certificates there Preferences > Tizen SDK > Secure Profiles > Profile. If there is no 'author certificate' to create it use https://developer.tizen.org/help/index.jsp?topic=/org.tizen.gettingstarted/html/dev_env/certificate_generator.htm 3)If 'author certificate' is presented, please remove 'author certificate' and recreate it again. Please check your desktop's time/date before. I suppose it could affect on valid certificate creation. p.s. For experiment try to rename in mainifest your AppId from 'OaSYmTKYri' to another valid and try to install your App again. If these steps will not help - then I don't know. Alexey.
Kireev
I have tried these options - unfortunately, they have not helped me, too. That's why I asked for help - I'm just like you absolutely do not understand what could be the cause.
Alex Dem
AppId rename in manifest does not help too? SDK will install your app like another App . Try to install App using 'sdb'. https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.gettingstarted%2Fhtml%2Fdev_env%2Fcommands.htm Alexey.
Kireev
Can you tell me more about it?
Alex Dem
Hi, https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.gettingstarted%2Fhtml%2Fdev_env%2Fcommands.htm run cmd (or another console) and go to yourTizenSDKFolder\tools\ Try to perform next steps: sdb push yourTPKFilePath/OaSYmTKYri-1.0.0-i386.tpk /opt/usr/apps/tmp sdb install OaSYmTKYri-1.0.0-i386.tpk App will be installed after these steps. Alexey.
Kireev
Tried - get the same error (as attached image, I can not, you made ​​a reference to it in dropbox) https://www.dropbox.com/s/4r7hoeqyez7e9xm/123.png
Alex Dem
I am able to got the same error if I set invalid device data/time only, otherwise it is ok. Alexey.
Kireev
This is the basic riddle of what is happening - delivered right time. This can be seen in the screenshot. But it still does not work. https://www.dropbox.com/s/p5baij5akn50djz/222.png
Alex Dem
Hi I could propose this sequence to fix the issue: 1.Try with another Tizen device (if you have) 2.If you have only one device try to reflash it (reset your emulator profile if you use emulator) 3.Try to reinstall SDK (after uninstall clear all non-deleted files in tizen-sdk, tizen-sdk-data folders) I have no another ideas. Alexey.