When i rebuild it stoped on get acme.sh script

hello, discourse

when i rebuild, it stop on curl https://raw.githubusercontent.com/acmesh-official/acme.sh/3.0.6/acme.sh > /opt/acme.sh
my server is in chinese,
how can i do on this with my server.

two problem:this precompile file is also take more time in my chinese server, is it possible skip it and make core build directoly

You may need a proxy when rebuilding on a server in mainland China.

3 likes

Here’s the announcement about the precompiled assets

As suggested, you’ll likely need a proxy or some other way to get acme. If necessary, you could fork or otherwise modify web.letsencrypt.ssl.template.yml to retrieve acme.sh from somewhere else.

2 likes

yes, this two works perfect, thanks very much.:rose:
ssl: i change it to a proxy:
curl https://ghfast.top/https://raw.githubusercontent.com/acmesh-official/acme.sh/3.0.6/acme.sh > /opt/acme.sh
pre-compiled: DISCOURSE_DOWNLOAD_PRE_BUILT_ASSETS this works very well.