Solved ssl certificate error in debug console

I have the same problem (C++, R21, Win10).
this code:

const maxon::Url url("https://www.mysite.com/myfile.xdl64"_s);
if (url.IoDetect() != maxon::IODETECT::FILE)
        return;

returns the ssl certificate error in debug console.

The same code works in R23, R24, R25 (R22 did not check yet).

Hi,

Sorry if this sounds a bit rude but there is no "friendly" way to say it.
This error was a bug on R21, unfortunately, we do not support any more this version and we will not provide any fix for it.

Cheers,
Manuel

MAXON SDK Specialist

MAXON Registered Developer

this is what I got:
sslConnection.DoHandShake failed while connecting to https://www.mysite.com/myfile.xdl64: SSL_do_handshake returned error: SSL_ERROR_SSL (certificate verify failed Certificate Information: not available)

Hi,

Sorry if this sounds a bit rude but there is no "friendly" way to say it.
This error was a bug on R21, unfortunately, we do not support any more this version and we will not provide any fix for it.

Cheers,
Manuel

MAXON SDK Specialist

MAXON Registered Developer

Hello @yaya,

without any further questions we will consider this topic as solved by Friday, December the 17th.

Thank you for your understanding,
Ferdinand

MAXON SDK Specialist
developers.maxon.net

I must say, I'm still randomly getting this error in R23 and R25 ;-)

www.frankwilleke.de
Only asking personal code questions here.

Yeah, I am aware @fwilleke80. It's on my desk, I'm just packed at the moment with the Asset API. I will do it next week, as it will need time to reproduce and identify the problem with SSL in R25.

MAXON SDK Specialist
developers.maxon.net

Hello @yaya,

I currently cannot reproduce the SSL issues @fwilleke80 reported with R23 and R25. If there is an advancement on the topic, I will post relevant information in this thread. Since the topic is now dormant, we will close this thread.

So, without any further questions or postings, we will consider this thread as solved by Friday the 4th, February 2022.

Thank you for your understanding,
Ferdinand

MAXON SDK Specialist
developers.maxon.net

Hi @ferdinand, I did not get this problem in R23 and R25 yet. Maybe it exists, but I did not see.
I got it only in R21. But as @m_magalhaes mentioned: it is known issue and was fixed in later releases, so I leave it.