microsoft / powerplatform-actions

Power Platform GitHub Actions automate common build and deployment tasks related to Power Platform. This includes synchronization of solution metadata (a.k.a. solutions) between development environments and source control, generating build artifacts, deploying to downstream environments, provisioning/de-provisioning of environments, and the ability to perform static analysis checks against your solution using the PowerApps checker service.
MIT License
221 stars 68 forks source link

PowerPlatform action fails due to certificate issue #524

Open aafre01 opened 8 months ago

aafre01 commented 8 months ago

Hi @davidjenni,

We are using powerplatform action referencing directly from the marketplace and we are seeing this certificate issue.

*Error**

Download action repository 'actions/checkout@v2' (SHA:ee0669bd1cc54295c223e0bb666b733df41de1c5) Download action repository 'microsoft/powerplatform-actions@v0' (SHA:0c80aacb61f9bfdcb930b880febc420ec4ef2f3e) Warning: Failed to download action 'https://api.github.com/repos/microsoft/powerplatform-actions/zipball/0c80aacb61f9bfdcb930b880febc420ec4ef2f3e'. Error: The SSL connection could not be established, see inner exception. Warning: Back off 13.622 seconds before retry. Warning: Failed to download action 'https://api.github.com/repos/microsoft/powerplatform-actions/zipball/0c80aacb61f9bfdcb930b880febc420ec4ef2f3e'. Error: The SSL connection could not be established, see inner exception. Warning: Back off 26.336 seconds before retry. Error: The SSL connection could not be established, see inner exception.

image

Most of our jobs are failing due to this and need your attention on it.

Thanks, Amena Afreen

tehcrashxor commented 7 months ago

Looks like github's cert is in place to me: image

Are you running through a proxy? If so, that might be interfering with the connection, and you'd need to talk to your own IT or network team to work through that.

In any case, our team does not have any control nor visibility into GitHub's certificate or hosting process, and you'd have better luck opening a GitHub support ticket.