开发者

getting QSslError::CertificateNotYetValid on embedded device?

开发者 https://www.devze.com 2023-01-31 12:11 出处:网络
I implemented a https downloader, I am getting QSsl error, QSslError::CertificateNotYetValid on embedded device, if I call ignoreErrors() from there download is working fine, but Same downloader is w

I implemented a https downloader,

I am getting QSsl error, QSslError::CertificateNotYetValid on embedded device, if I call ignoreErrors() from there download is working fine, but Same downloader is working fine from my ubuntu 9.04 without any sslerror().

I guess is,

--> Qt for embedded linux is not configured with openssl support, does anybody knows how to c开发者_JAVA百科heck it?

In case you think my guess is not correct, please provide your own.

Incase you want to take a look at code, It is over here,

http://pastebin.com/ffMFXxeW

Thanks.


First check that the system date and time on the device are correct.

0

精彩评论

暂无评论...
验证码 换一张
取 消