The crash is caused by eventmachine/eventmachine#926
The solution is to wait for eventmachine to be updated and release the new version of Invoker that depends on the new version.
Copying the comment from the issue:
I'm having this error with Invoker which uses EventMachine internally.
140207038160576:error:140AB18F:SSL routines:SSL_CTX_use_certificate:ee key too small:../ssl/ssl_rsa.c:310:
invoker start [redacted].ini: ssl.cpp:173: SslContext_t::SslContext_t(bool, const string&, const string&): Assertion `e > 0' failed.
As a workaround, I've commented out start_http_proxy(InvokerHttpsProxy, 'https', options) in Invoker source.