Vandrovnik 214 Posted December 13, 2019 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
Vandrovnik 214 Posted December 13, 2019 Reported as https://quality.embarcadero.com/browse/RSP-27224 Share this post Link to post
Remy Lebeau 1394 Posted December 13, 2019 (edited) 9 hours ago, Vandrovnik said: Reported as https://quality.embarcadero.com/browse/RSP-27224 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 December 13, 2019 by Remy Lebeau Share this post Link to post
GPRSNerd 12 Posted December 14, 2019 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
Remy Lebeau 1394 Posted December 14, 2019 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. 1 Share this post Link to post
Remy Lebeau 1394 Posted December 17, 2019 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. 1 Share this post Link to post
sh17 26 Posted January 15, 2020 patch available http://blog.marcocantu.com/blog/2020-january-rad1033-indyssl-patch.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+marcocantublog+(marcocantu.blog) Share this post Link to post