Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dies during recording, throws ssl error #133

Open
goelayu opened this issue Apr 23, 2019 · 1 comment
Open

Dies during recording, throws ssl error #133

goelayu opened this issue Apr 23, 2019 · 1 comment

Comments

@goelayu
Copy link

goelayu commented Apr 23, 2019

I'm running Mahimahi in Ubuntu 18.04. These are the library versions against which it is compiled

ldd /usr/local/bin/mm-webrecord
        linux-vdso.so.1 (0x00007fffeef80000)
        libprotobuf.so.10 => /usr/lib/x86_64-linux-gnu/libprotobuf.so.10 (0x00007fa206ba9000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fa206b88000)
        libcrypto.so.1.1 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007fa2068bd000)
        libssl.so.1.1 => /usr/lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007fa20682e000)
        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fa2066a4000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fa20668a000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fa20649e000)
        libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fa206281000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fa206e94000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fa20627b000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fa2060ee000)`

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?

@Moxoo
Copy link

Moxoo commented Sep 9, 2021

I have the same problem, so do you know how to fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants