Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    ssl certificate error in debug console

    Cinema 4D SDK
    c++ r21
    4
    8
    1.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Y
      yaya
      last edited by Manuel

      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).

      https://www.ragdollplugin.com

      1 Reply Last reply Reply Quote 0
      • Y
        yaya
        last edited by

        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)

        https://www.ragdollplugin.com

        1 Reply Last reply Reply Quote 0
        • ManuelM
          Manuel
          last edited by

          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

          1 Reply Last reply Reply Quote 0
          • ferdinandF
            ferdinand
            last edited by

            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

            1 Reply Last reply Reply Quote 0
            • fwilleke80F
              fwilleke80
              last edited by

              I must say, I'm still randomly getting this error in R23 and R25 😉

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

              1 Reply Last reply Reply Quote 0
              • ferdinandF
                ferdinand
                last edited by ferdinand

                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

                1 Reply Last reply Reply Quote 0
                • ferdinandF
                  ferdinand
                  last edited by ferdinand

                  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

                  Y 1 Reply Last reply Reply Quote 0
                  • Y
                    yaya @ferdinand
                    last edited by

                    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.

                    https://www.ragdollplugin.com

                    1 Reply Last reply Reply Quote 0
                    • First post
                      Last post