I am getting “Server Response Code 401” when trying to create a SAMSUNG Certificate.
I see a lot of posts about creating certificates and have read the topics obviously but it seemed to be a windows related problem. I wonder if that is the case for the macOS Version of Tizen Studio as well since it is Safari being used instead of IE. Do I have to wait for the update as well or is my problem a different one?
Thank you for the support! I do wonder If I can use my old certificate. Unfortunately I was trying to generated a new certificate and deleted the old ones in the heat of passion since I don’t have a live app yet.
I still have the files but cannot reimport the xml. Looks like I will have to wait. Have a good day!
In case this is interessting: First day with Tizen – pretty nasty to run into a serious flaw in the support infrastructure, that I have wasted about 4 hours on. I mean, getting a certificate is about the second stage in all guides for Tizen developements for Smart TV…
Dear Support,
Our ad tech team is still experiencing this issue. We hope that this matter is a high priority and can be resolved soon as we must start debugging our samsung builds ASAP but can not continue without creating our certifications. Please get back to us with an update soon.
Did you restart your computer (not just shut down as that doesn’t clear all caches) after you did the Samsung Certificate extension update. If not try it. I doubt it works but it is the easiest thing to try.
This is what I think is wrong…
Some Mac users especially those running the latest macOS say that they needed to uninstall Tizen Studio restart and then reinstall it to get rid of this error and generate certificates again.
This also happens once or twice a year when Samsung does some security updates on the server it changes the server information, but that happens to all Tizen versions not just Mac users.
I had the same issue and fixed it by updating the Certificate Manager. Launch the Package Manager and check for updates; the Certificate Manager shows up in the Tizen SDK tooks > Baseline SDK (near bottom). I did have to change the Package Manager’s Package Repository (in configuration) to http://download.tizen.org/sdk/tizenstudio because the default one doesn’t work anymore. I’m running this on a very new Mac and a very old one, so it’s not the OS.
You are correct there was an update for the Samsung Certificate Extension that needed to be installed.
By the way for the new Sonoma release for Device Manger
MacOS Sonoma
Due to issues in the recent version of macOS Sonoma it will not be supported in the Tizen Studio until a planned release in spring of 2024.
There is a work around for those who are facing issue in launching Device Manager in macOS Sonoma, they can use following CLI commands for similar functionality.
permit for install -
$ /tools/sdb devices
List of devices attached
emulator-26111 device t-1019-1
$ /tools/ide/bin/tizen install -s serial -n pkgname – <path to base dir of tpk/wgt>
e.g - $ /tools/ide/bin/tizen install -n org.tizen.basic-1.0.0-i386.tpk -s emulator-26101 – ~/workspace/basic/Debug