MiKTeX / miktex

the MiKTeX source code
https://miktex.org
Other
789 stars 94 forks source link

MikTex command line installer mirror option is too strict #1458

Open aklakina opened 7 months ago

aklakina commented 7 months ago

First of all this is not a general bug.

Context

Consider an environment where the OS on which this needs to be installed only sees a jfrog artifactory server and has a proxy to check outside in rare cases.

Installation flow

The compiled installer checks the mirror url if it matches any publicly listed url and it won't match any because it is an internal, mapped url and the installer will fail.

Proposal

Why is this url check so strict in the first place? What would be the drawbacks of opening this option up a bit more? For example adding a --trusted-mirrors option or just not checking the viability at all so the proxy is not needed at all?

github-actions[bot] commented 4 weeks ago

This issue has been marked as stale due to inactivity.

aklakina commented 4 weeks ago

This is not a stale issue. It still causes us to get a workaround for this.