openwisp / docker-openwisp

OpenWISP in docker. For production usage we recommend using the ansible-openwisp2 role.
https://openwisp.io/docs/dev/docker/
BSD 3-Clause "New" or "Revised" License
153 stars 81 forks source link

[fix] Fixed URL for downloading CRL from OpenWISP #338

Closed pandafy closed 2 months ago

pandafy commented 3 months ago

Set tls-timeout to 2 for OpenVPN server

Closes #231


The OpenVPN image in docker-openwisp is configured to download the CRL from the OpenWISP dashboard. The URL mentioned in the script (in docker-openwisp) is wrong. Thus, the downloaded CRL files contains HTML (due to redirect to login page) and the OpenVPN server runs into error while reading that.