fetch icon indicating copy to clipboard operation
fetch copied to clipboard

HTTPS and Self-Signed Certificate support

Open flydev-fr opened this issue 3 years ago • 2 comments

Hi,

I added support for Self-Signed Certificate with InsecureSkipVerify: true settable with a parameter, does a PR is welcome for this feature ?

My use case is quite specific. I have a custom software which the goal is to update a set of executables embedded on clients in the wild, then I use fetch to download releases from private repo on Github. The issue I had is the following. The clients are behind firewalls where only our backend server is whitelisted, so a connection to Github was impossible. I then used NGINX as a reverse proxy to forward requests from our own domain to Github, eg: https://github.example.com/MyAccount/MyRepo/ and now fetch let me download the release from this private repo using this custm URL 👍

fetch is an awesome tool ✌

flydev-fr avatar May 31 '21 13:05 flydev-fr

Thanks for the offer! I think I'd want to have more than a single, custom use case before adding new flags/functionality. So I'd prefer to leave this issue open and see if there are other users who need something like this.

brikis98 avatar Jun 01 '21 09:06 brikis98

Okay @brikis98

I fork the project, push the modifications and I will link it to this issue. This is a tool which each devops should use if they use github 😎

flydev-fr avatar Jun 02 '21 06:06 flydev-fr