russellbanks / Komac

The Community Manifest Creator for WinGet
GNU General Public License v3.0
216 stars 17 forks source link

[Feature/Idea]: Add ignore SSL certificate verification #225

Closed CoolPlayLin closed 10 months ago

CoolPlayLin commented 1 year ago

When I was using tools like Fastgithub to speed github, Following information has appeard.

image

It should be an issue with the tool using a self-signed certificate, could you add an option to ignore certificate validation to fix this?

CoolPlayLin commented 1 year ago

@russellbanks image

komac update --id Python.Python.3.12 --urls 'https://www.python.org/ftp/python/3.12.0/python-3.12.0a6.exe,https://www.python.org/ftp/python/3.12.0/python-3.12.0a6-amd64.exe,https://www.python.org/ftp/python/3.12.0/python-3.12.0a6-arm64.exe' --version 3.12.0a6
russellbanks commented 1 year ago

@russellbanks image

@CoolPlayLin this is because the ReleaseDate: 2023-2-7 in the previous manifest doesn't conform to the right standard. It should be 2022-02-07.

CoolPlayLin commented 1 year ago

@russellbanks I think you could add a feature to verify the ReleaseDate ? When it find the ReleaseDate isn't correct, It can still continue but not raise an error

CoolPlayLin commented 1 year ago

@russellbanks image

CoolPlayLin commented 1 year ago

@russellbanks image