Jump to content
Vandrovnik

Delphi 10.3.3 - Indy - could not load root certificate

Recommended Posts

Hello,

 

in Delphi 10.3.3, there is something broken in Indy - root certificate cannot be load.

Probably same problem as here: https://community.idera.com/developer-tools/programming-languages/f/delphi-language/70711/indy-can-t-load-root-certificate-file-in-10-3-3/91055

 

Application raises an exception: Project Plantis.exe raised exception class EFOpenError with message 'Cannot open file "C:\Plantis\㩃䑜汥桰屩敄灬楨堠㙅停慬瑮獩䕜呅䑜杩䍩牥䝴潬慢剬潯䝴⸲散rv3". Systém nemůže nalézt uvedený soubor'.

 

Please is it possible to remove Indy installed with Delphi and install Indy from github, without breaking things? I wanted just to replace IdSSLOpenSSL.pas, but it will not compile (always missing something).

Or make Emba to repair it... In 10.3.2 it was working fine.

 

Kind regards,

 

Karel

 

Share this post


Link to post
9 hours ago, Vandrovnik said:

Which is a duplicate of https://quality.embarcadero.com/browse/RSP-26742, which has a patch on https://quality.embarcadero.com/browse/RSP-27144

 

But either way, make sure you are using the latest code from Indy's GitHub repo.  The version that shipped with the IDE was modified by accident by Embarcadero, it was never supposed to be shipped that way.  The code in the repo was not broken to begin with.  Marco explained the situation to me and apologized for the mixup.

Edited by Remy Lebeau

Share this post


Link to post
17 hours ago, Remy Lebeau said:

But either way, make sure you are using the latest code from Indy's GitHub repo

Hi Remy,

 

could you explain how to use the version from the git repo then?!

As the Indy components are part of the Delphi standard installation, I guess they must be swapped somehow...

 

Thanks,

Stefan

Share this post


Link to post
5 hours ago, GPRSNerd said:

could you explain how to use the version from the git repo then?!

As the Indy components are part of the Delphi standard installation, I guess they must be swapped somehow...

Install instructions are on Indy's website.

  • Like 1

Share this post


Link to post
On 12/13/2019 at 12:42 PM, Remy Lebeau said:

But either way, make sure you are using the latest code from Indy's GitHub repo.  The version that shipped with the IDE was modified by accident by Embarcadero, it was never supposed to be shipped that way.  The code in the repo was not broken to begin with.  Marco explained the situation to me and apologized for the mixup.

Embarcadero will be releasing a hotfix for 10.3.3 soon to address this in the shipped version of Indy.

  • Thanks 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×