certificate upload
-
- Posts: 89
- Joined: Fri Oct 09, 2020 2:57 pm
certificate upload
I am using 2.9.3 build and load the ssl https certificate upload example into MOD5411X. upload my self signed cert using the web page. But the sercue https always show the default cert instead my own cert.
Re: certificate upload
Hi RebootExpert,
There's a good chance that the browser is holding on to your cert and using it with session resumption. Would you be able to try this test again using FireFox in private mode? I've noticed Chrome seems to hold on to cert data even when you're in Incognito.
Kind Regards,
Jon
There's a good chance that the browser is holding on to your cert and using it with session resumption. Would you be able to try this test again using FireFox in private mode? I've noticed Chrome seems to hold on to cert data even when you're in Incognito.
Kind Regards,
Jon
-
- Posts: 89
- Joined: Fri Oct 09, 2020 2:57 pm
Re: certificate upload
Hello Jon,
Just try it on the latest Firefox private mode, it's acting the same.
Just try it on the latest Firefox private mode, it's acting the same.
Re: certificate upload
What cipher/ type of cert?
-
- Posts: 89
- Joined: Fri Oct 09, 2020 2:57 pm
Re: certificate upload
I found HalSaveNewDeviceCert() and HalSaveNewDeviceKey() in <hal.h> solve my problem.
Re: certificate upload
Ahhh, yes, that's important. I'll make sure that that is properly noted in our documentation. Thank you for posting the update.