Proxy properties from .mill-jvm-opts don't have an effect #1986
Labels
duplicate
The issue is a duplicate of another one. Progress is tracked in another issue.
Milestone
I'm behind corporate proxy using custom certificates. I made container to run mill and configure all the local certificates.
The mill Dockerfile:
(I will add mill initialization here later, now container is kept as clean as possible for testing.)
I also have a trivial mill project
Where App is simple:
build.sc
is:And
.mill-jvm-opts
is:When running with this project in container result is:
However when proxy settings are given directly to mill
it succeeds. Also if proxy settings are in
JAVA_OPTS
and mill is started with-i
flag it runs successfully. Using-i
with.mill-jvm-opts
however fails at scalalib-worker fetch.So currently when using mill behind proxy it requires either explicit config via
-D
flags or run withJAVA_OPTS
with-i
flag. Getting proxy properties from.mill-jvm-opts
never seems to work.The text was updated successfully, but these errors were encountered: