For a number of projects we use the connect-publish action to schedule deployments from GitHub Enterprise onto RStudio/Posit Connect. A month or two ago, these began failing due to certificate issues:
Run rstudio/actions/connect-publish@main
Error: Error: self-signed certificate in certificate chain
Is there a possibility of exposing some additional flags/parameters offered by {rsconnect} such as rsconnect.check.certificate? I believe this should solve our issue, and security won't be a problem since GHE and the hosting for these applications exist behind an institutional firewall.
In speaking with Posit support they suggested we make our own custom actions to solve this, but we would prefer to use the ones made by rstudio if possible.
For a number of projects we use the
connect-publishaction to schedule deployments from GitHub Enterprise onto RStudio/Posit Connect. A month or two ago, these began failing due to certificate issues:Is there a possibility of exposing some additional flags/parameters offered by {rsconnect} such as
rsconnect.check.certificate? I believe this should solve our issue, and security won't be a problem since GHE and the hosting for these applications exist behind an institutional firewall.In speaking with Posit support they suggested we make our own custom actions to solve this, but we would prefer to use the ones made by
rstudioif possible.