Avoid SSL verification?

Hi!

How can I avoid SSL verification in this case:

(@v1.4) pkg> add WinRPM
   Updating registry at `C:\Users\ramirov\.julia\registries\General`
   Updating git-repo `https://github.com/JuliaRegistries/General.git`
  Resolving package versions...
Downloading artifact: Expat
--2020-01-27 16:19:18--  https://github.com/JuliaBinaryWrappers/Expat_jll.jl/releases/download/Expat-v2.2.7+0/Expat.v2.2.7.x86_64-w64-mingw32.tar.gz
Resolving github.com (github.com)... 18.228.52.138
Connecting to github.com (github.com)|18.228.52.138|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/205464504/73ee0b00-cb3b-11e9-8304-ca0516e3c1b3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200127%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200127T191918Z&X-Amz-Expires=300&X-Amz-Signature=2fd8159dd76c734e21a1610ce6df581c60fe856ea089ef8c4cae443634702176&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3DExpat.v2.2.7.x86_64-w64-mingw32.tar.gz&response-content-type=application%2Foctet-stream [following]
--2020-01-27 16:19:19--  https://github-production-release-asset-2e65be.s3.amazonaws.com/205464504/73ee0b00-cb3b-11e9-8304-ca0516e3c1b3?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200127%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200127T191918Z&X-Amz-Expires=300&X-Amz-Signature=2fd8159dd76c734e21a1610ce6df581c60fe856ea089ef8c4cae443634702176&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3DExpat.v2.2.7.x86_64-w64-mingw32.tar.gz&response-content-type=application%2Foctet-stream
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.140.84
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.140.84|:443... connected.
ERROR: The certificate of ‘github-production-release-asset-2e65be.s3.amazonaws.com’ is not trusted.
ERROR: Unable to automatically install 'Expat' from 'C:\Users\ramirov\.julia\packages\Expat_jll\YXYuQ\Artifacts.toml'

There should absolutely be no need to disable SSL verification for github.com. Something else if probably wrong with your networking setup. (It could also be a transient issue on github’s side, in which case it might help to retry a couple of hours later.)

I’d start debugging by seeing if you can clone/download the repository outside of Julia, and continue from there.

Hi!

Yes, it was resolve after a couple of minutes, as your suggestion!

However, could you be so kind to check the following issue here? You might be able to provide help!

PS: I can clone github repositories outside Julia (as well as from inside Julia). Please, follow the issue I raised to see if you can provide any insight. Thank you so much!