dlang-community / setup-dlang

Github action for dlang compiler setup
MIT License
46 stars 14 forks source link

Work around current SSL issue by including LE's certs #38

Closed Geod24 closed 3 years ago

Geod24 commented 3 years ago

Due to a misconfiguration, there is currently an SSL error while attempting to get the keyring from dlang.org. To work around it, we can simply include the intermediate certificate for dlang.org, which the website should serve but doesn't.

Geod24 commented 3 years ago

For ref: https://github.com/dlang/dmd/discussions/12123

Geod24 commented 3 years ago

This seems to work

PetarKirov commented 3 years ago

@Geod24 is this change still necessary? If no, should we revert it?

Geod24 commented 3 years ago

We should.