Cannot start docker install in small environment with no openvpn? #1138
surfrock66
started this conversation in
General
Replies: 1 comment 2 replies
-
|
It's probably a bug: openwisp/docker-openwisp#490. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm setting up a pilot install in an environment with 3 AP's to potentially roll this out later. The management network will be a dedicated VLAN, so I don't need openVPN, these are not cloud-facing right now, it would be on-prem but potentially eventually distributed among several physical sites. I am open to the possibility I'm fundamentally misunderstanding the whole setup here.
For testing, I made a VM and am doing the docker auto-install. Additionally, I want to put this behind a reverse proxy (as all of our sites go behind a reverse proxy with a wildcard ssl cert) and I set up the following proxied sites:
openwisp.domain.tld (Proxying 443 to 443, 1812 to 1812, and 1813 to 1813)
openwispapi.domain.tld (Proxying /api/ on 443 on the openwisp VM to /api/ on 443 on the proxy vm, and proxying wss://openwispapi.domain.tld/ws/ to /ws/ on the openwisp VM)
Of the questions, I had the following answers:
Once this is done, I get the following output:
Autoinstall is showing that the openvpn container isn't starting, hence the failure:
I thought I had disabled that component? I can't get it to start at all now. Am I doing something wrong here?
Beta Was this translation helpful? Give feedback.
All reactions