Fixed
-
Use the CA certificate configured in
APPSIGNAL_CA_FILE_PATHto download the AppSignal agent when installing this gem.The gem downloads the agent from our servers over HTTPS during installation. It always used the CA certificate bundled with the gem to verify that connection, whatever the value of the
ca_file_pathconfiguration option. This meant the installation failed behind a proxy that intercepts TLS connections, such as Zscaler, even whenAPPSIGNAL_CA_FILE_PATHpointed to a CA bundle that trusts the proxy.The bundled CA certificate is still used when
APPSIGNAL_CA_FILE_PATHis not set.Thanks @Cosmo for your contribution!
View the Ruby gem v4.10.1 changelog for more information.