danni / uwebsockets

Micropython websockets implementation
MIT License
182 stars 40 forks source link

Add server_hostname to ussl.wrap_socket function #22

Closed yamenk-gribaudo closed 1 year ago

yamenk-gribaudo commented 1 year ago

Small change to fix OSError: (-30592, 'MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE') when connecting to a websocker server

danni commented 1 year ago

Thanks :)