Languages

Menu
Sites
Language
Fail to verify author signature. (CERTIFICATE_CHAIN_VERIFICATION_FAILED)
Hi. 
I generated the certificate file according to the instructions shown in the link (https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.appprogramming%2Fhtml%2Fapp_dev_process%2Fpackaging_app.htm). 
And my application packaged with this certificate file. 
However, due to the application of registration process continuously returned an invalid certificate error from Tizen Seller Office. 
 
How do I generate a certificate that is valid for use in application packaging? 
 
Where can I find detailed information to generate a valid certificate file? 
 
Thanks. 
Edited by: mekaercu on 08 Jul, 2013

Responses

21 Replies
RAJENDRA NAIK
Hi mekaercu, Please refer the link https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.gettingstarted%2Fhtml%2Fdev_env%2Fcertificate_generator.htm Please skip the optionals and enter the mandatory fields and please donot forget to put .p12 extension for the file. Do the build and run as native application. I am able to generate the certificate for native sample application.
Hi RAJENDRA NAIK Thanks for answer. Can you generate certificate file for me using application packaging? I generated the certificate file, always returning to be invalid from Tizen Seller Office. Thanks.
RAJENDRA NAIK
Hi mekaercu, I can help you in generating the certificate but I cannot generate and share it.Hope you understand. Thanks.
muditha murthy
Try posting this question at http://seller.tizenstore.com > support > My Q & A. Explain them you have follwed all the steps mentioned in the link and are able to run the app in your device.
I post this question at http://seller.tizenstore.com > support > My Q & A. And the answer from them, should ask the question here. I install Tizen SDK 2.2b. I generate .p12 certification file and packagin my applicatin. The application of registration process returned an invalid certificate error from Tizen Seller Office again. Thanks.
Paweł Huber
Check if you have in tpk (by unziping it) file files like author-signature.xml and signature1.xml if you do not have it then check your packaging log
I have author-signature.xml and signature1.xml files in tpk.
tizendevteam T
Hi, Kindly post your certification app-id details for us to verify. Thanks
app-id = gnt47l38q3.
tizendevteam T
Hi, We request you to give your certification id Thanks
How can i learn cert id?
tizendevteam T
Hi, In the certification process you will be provided with one id ex: 000000xxxx, which you can also call it as content id. We need that id to anayse it further. Thanks
Hi Content Id is 000000002373. Thanks.
RAJENDRA NAIK
Hi mekaercu, Can you please follow the below procedure and let me know the result. PROCEDURE ========= 1. Create .p12 file using Tizen IDE certificate-generator. You can find how to use from here, http://bit.ly/12purhC 2. Configured the "Author Certificate" from Tizen IDE->Preferences->Tizen SDK -> Secure Profiles-> *.p12 File Path and Password (Keep blank Distributor Certificate) 3. Set target to "Release" from "Select Project and right click"->Build Configurations ->Set Active -> Release 4. Complete build configuration, "Select Project and right click"->Properties->C/C++ Build ->Tizen Settings ----- Confirm Settings as below ------ Configuration : Release [Active] Rootstrap Information - Platform : Tizen 2.1 Architecture : ARMv7-a Name : Tizen Device 2.1 Toolchain Information - Name : LLVM-3.1 5. Now build the app to submit, "Select Project and right click"->Build Package ->TPK 6. Submit the *.tpk file to store from {project root}\Release directory.
RAJENDRA NAIK
Hi mekaercu, Please set the active certificate .. I set the author certificate path only and I enter the password on build -- I don't think it matters I have not set the distributor certificate .. also I have "Insert Signature at Launching" unchecked
Hi Where is "Insert Signature at Launching" setting. I don't find it. Thanks.
"1. Create .p12 file using Tizen IDE certificate-generator. You can find how to use from here, http://bit.ly/12purhC" I can't generate certificate file by this method. Prefer link. https://developer.tizen.org/forums/native-application-development/creating-certification-file-package-certificate-generator.bat But i download and install Tizen SDK 2.2b and generate certifikate file. And the tpk file created by telling procedures. This time rejected by invalid certifcate and some errors. Invalid certificate error is "Signature length not correct: got 256 but was expecting 128" Thanks.
muditha murthy
Refer this link once :https://developer.tizen.org/forums/general-support/error-when-deploying-app-test-device-solved#comment-3488
RAJENDRA NAIK
"Insert Signature at Launching" setting disappear from new SDK. Please follow the steps from 1 to 6 from my previous post using Tizen IDE 2.1.0. Use Tizen IDE 2.1.0 certificate-generator to create *.p12 file. Hope it will solve the problem.
Ganesh Kumar R
Set the Current Date & Time on the target device from sdb shell. Then " CERTIFICATE_CHAIN_VERIFICATION_FAILED [33] failed" error SOLVED. But, Getting Following error. Any Suggestion ? -sh-4.1# pkgcmd -q -i -t tpk -p ui1mIH3Ktl-1.0.0-arm.tpk path is /data/ui1mIH3Ktl-1.0.0-arm.tpk __return_cb req_id[1] pkg_type[tpk] pkgid[ui1mIH3Ktl] key[start] val[install] __return_cb req_id[1] pkg_type[tpk] pkgid[ui1mIH3Ktl] key[install_percent] val[] __return_cb req_id[1] pkg_type[tpk] pkgid[ui1mIH3Ktl] key[install_percent] val[] __return_cb req_id[1] pkg_type[tpk] pkgid[ui1mIH3Ktl] key[error] val[143] __return_cb req_id[1] pkg_type[tpk] pkgid[ui1mIH3Ktl] key[end] val[fail] processing result : Unknown Error [143] failed spend time for pkgcmd is [6205]ms
Ken Alex Fassone

I had the same problem, make sure the date is set correctly on your device. This solved the problem on my machine