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.
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.