Brad Cowie
Brad Cowie
Oooohhhh I remember this. We held a faucet hackathon at NZNOG 2018 and @rsanger wrote us a nice acls_in implementation and we totally forgot to remove acl_in. +faucet 1.10.0 Reference:...
I think you're getting this error because you're trying to connect to an SSL/TLS socket with a plain-text connection. Can you try using openssl s_client instead of nc to talk...
Sounds like there is a mismatch in ciphers between your version of openssl and pyopenssl/eventlet. I tried running the test code below with python 3.8.10 on ubuntu 20.04, using eventlet==0.33.1...
For your local machine running the eventlet example can you try upgrading to ubuntu 20.04.4? This is what I am using here and it works fine.
That log doesn't have the error that occurred, what is in your `faucet_exception.log` file?
What are you using to connect to the SSL/TLS port of faucet? netcat? openssl s_client? an openflow dataplane? Have you checked whatever client you are using is correctly configured to...
Can you try using `openssl s_client` to connect to the faucet SSL/TLS port instead of OVS?
That's roughly it. I believe you want to expose an environment variable for allowing the user to override the UID (otherwise you have issues when you share a volume into...
Ahh yes true! We won't need the environment variable in that case. Probably just need to update the commands in the documentation in `docs/docker.rst`
Thanks for the update @cglewis unfortunately it looks like you are right, this problem still doesn't have an elegant solution (https://github.com/moby/moby/issues/7198). I think whatever we do, we should run as...