Skip to content

Handshake failed SSL Error Wrong Version Number

I am trying to get the Python SiLA2 interface up and running for FluentControl. I have the SiLA2 server running. On the Python side, I am getting an error related to SSL. I have attached a screenshot here. I first tried to connect to 127.0.0.1 and then tried using discover mode. On the service side it seems to be finding 192.168.83.1 in addition to 127.0.0.1, and seems to be trying to use 192.168.83.1 instead of 127.0.0.1. Is this some kind of LAN security issue? Trying to connect from 127.0.0.1 to eliminate anything related to the LAN. Please advise, thank you!

python_tecan

C:\Users\dd-wrt\AppData\Roaming\Python\Python310\site-packages\sila2\discovery\listener.py:92: RuntimeWarning: Detected server at 192.168.83.1:50052 with UUID 14fee656-79a2-4f96-9ec0-298355b0e9ef, but found no way to connect to it (insecure connections are disabled, no certificate information provided) warnings.warn( Traceback (most recent call last): File "", line 1, in File "C:\Program Files\Python310\lib\site-packages\tecan-0.2.0b0-py3.10.egg\tecan__Fluent.py", line 329, in discover File "C:\Users\dd-wrt\AppData\Roaming\Python\Python310\site-packages\sila2\discovery\browser.py", line 97, in find_server raise TimeoutError(f"No suitable SiLA server was found after {timeout} seconds") TimeoutError: No suitable SiLA server was found after 10 seconds

E1127 23:14:50.249000000 25704 src/core/tsi/ssl_transport_security.cc:1501] Handshake failed with fatal error SSL_ERROR_SSL: error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER. E1127 23:16:05.375000000 21944 src/core/tsi/ssl_transport_security.cc:1501] Handshake failed with fatal error SSL_ERROR_SSL: error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER. E1127 23:17:45.534000000 2380 src/core/tsi/ssl_transport_security.cc:1501] Handshake failed with fatal error SSL_ERROR_SSL: error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER. E1127 23:19:40.739000000 21944 src/core/tsi/ssl_transport_security.cc:1501] Handshake failed with fatal error SSL_ERROR_SSL: error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER. E1127 23:21:25.918000000 25704 src/core/tsi/ssl_transport_security.cc:1501] Handshake failed with fatal error SSL_ERROR_SSL: error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER. E1127 23:23:41.123000000 21944 src/core/tsi/ssl_transport_security.cc:1501] Handshake failed with fatal error SSL_ERROR_SSL: error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER.