-
Notifications
You must be signed in to change notification settings - Fork 860
Ignore certificate #640
Copy link
Copy link
Closed
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logicsecuritySecurity fixes or vulnerability-related changesSecurity fixes or vulnerability-related changes
Description
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logicsecuritySecurity fixes or vulnerability-related changesSecurity fixes or vulnerability-related changes
Type
Fields
Give feedbackNo fields configured for Feature.
Description:
Can you add an option in the action to ignore the self signed certificate.
Justification:
I'm trying to use this action on my Github Enterprise, but I'm getting this error
Error: self signed certificate in certificate chain
Although I've whitelisted the needed URLs and I can download the Tar file using Curl command with --insecure to ignore the site certificate.
I'm asking to add an option to ignore the certificate in the action so it can work on this case
Here is where I downloaded the file using Curl with --insecure

Here is The error message I face when I use the action
