You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, libssl 1.1. During recording I see a bunch of errors of the form Died on ssl_error: SSL_write: error:00000000:lib(0):func(0):reason(0)
Some of my colleagues using this tool seem to not run into this issue. They seem to be using an older version of Ubuntu (14.04) and linking against libssl 1.0.0
When I try using mm-webrecord compile against libssl 1.0.0, I am seeing even more errors of the form Died on ssl_error: SSL_read: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure.
Any idea on what is going wrong? Which version of openssl was Mahimahi originally tested against?
The text was updated successfully, but these errors were encountered:
I'm running Mahimahi in Ubuntu 18.04. These are the library versions against which it is compiled
Specifically, libssl 1.1. During recording I see a bunch of errors of the form
Died on ssl_error: SSL_write: error:00000000:lib(0):func(0):reason(0)
Some of my colleagues using this tool seem to not run into this issue. They seem to be using an older version of Ubuntu (14.04) and linking against libssl 1.0.0
When I try using mm-webrecord compile against libssl 1.0.0, I am seeing even more errors of the form
Died on ssl_error: SSL_read: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
.Any idea on what is going wrong? Which version of openssl was Mahimahi originally tested against?
The text was updated successfully, but these errors were encountered: