lhchang

Results 8 comments of lhchang

Thanks anarkiwi. Client side: ``` nc 127.0.0.1 8443 asdf ``` Running the Python code with our key/certs: ``` Traceback (most recent call last): File "mytest.py", line 22, in print(client_conn.read(100)) File...

Ah you are right, thanks for the suggestion. Heres my output when using openssl s_client ``` openssl s_client -connect localhost:8443 CONNECTED(00000003) 140234030507328:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:../ssl/record/rec_layer_s3.c:1543:SSL alert number 40 ---...

On our local machine using the eventlet example, it looks like we are running Python3.8, Ubuntu 20.04.1. The Faucet container seems to be using Python3.9, at least for 1.10.4.

I can confirm that using another generated cert that I can get the same results as your example output, but still not with the cert/keys we had on hand which...

Found the issue, had another instance running at the time. However after resolving that I am running back into another SSL issue: ``` hub: uncaught exception: Traceback (most recent call...

In the context of my previous comment we were attempting to use Open vSwitch to connect to Faucet. In the context of the original issue, we were trying to connect...

Hello, After a reboot of my host machine, docker-compose start now works and localhost/maximo can be reached. However I am running into the same issue after I've tried to restore...

Doing some more digging, it looks like upon each docker-compose up (at least the second time after a fresh build), the IP is changing for the database container - despite...