Allow request an insecure gitea server #18

Merged
wolfogre merged 1 commits from lunny/act_runner:lunny/allow_insecure_opt into main 2023-02-15 08:51:15 +00:00
Owner

When deploy a Gitea server with a self-signed HTTPS certification. Runner will be failed when connect to Gitea server. This PR will fix that to allow ignore the HTTPS certification verification.

When deploy a Gitea server with a self-signed HTTPS certification. Runner will be failed when connect to Gitea server. This PR will fix that to allow ignore the HTTPS certification verification.
lunny added the
kind
enhancement
label 2023-02-02 04:40:02 +00:00
lunny added 1 commit 2023-02-02 04:40:03 +00:00
wolfogre approved these changes 2023-02-02 07:23:55 +00:00
Contributor

@lunny You fell into the same trap like me, using such an empty http transport would make http proxies unusable in insecure mode.

See the http transport code of my act_runner for GitHub a52520733e (diff-7a224f301a89d8716007002cfadb0d63b44e08506273e180f8947ad11a624cb4R153)

@lunny You fell into the same trap like me, using such an empty http transport would make http proxies unusable in insecure mode. See the http transport code of my act_runner for GitHub https://github.com/ChristopherHX/github-act-runner/commit/a52520733e9d1f529685cd77f2bca00ffee3926f#diff-7a224f301a89d8716007002cfadb0d63b44e08506273e180f8947ad11a624cb4R153
First-time contributor

@lunny can you please add a description to this pull request?

@lunny can you please add a description to this pull request?
wolfogre merged commit f1869f70b9 into main 2023-02-15 08:51:15 +00:00
Sign in to join this conversation.
No description provided.