Re: ca_root.pem suddenly outside of flashfxp portable directory during upgrade
Build 3903 was released with some debug code that set the location of the ca_root.pem to d:\temp\ for debugging purposes.
During a code review the mistake was realized and immediately corrected with build 3905.
When FlashFXP starts up it reads the Windows root certificate store to memory, it then compares the copy in memory with the ca_root.pem stored on disk, if they differ then the file on disk is updated, if not then the file on disk doesn't change.
This file is loaded and used by OpenSSL to verify the trust of a x.509 chain during the server connection login.
The windows root certificate store doesn't change very often maybe a couple times year via windows update, perhaps more often if the changes are made by the user.
|