X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server.ts;h=a52c47083ed2a4e090eff74b4226c4da62c51fae;hb=e755a63a1baaa1ddc94abd7f26f6708e8cb869a9;hp=05fc39acbb5a808cfeccf5e4384ce440ee912884;hpb=e8e122002d5a6a2bedcf3d66d35657c9b9e1ebaf;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server.ts b/server.ts index 05fc39acb..a52c47083 100644 --- a/server.ts +++ b/server.ts @@ -1,3 +1,6 @@ +// FIXME: https://github.com/nodejs/node/pull/16853 +require('tls').DEFAULT_ECDH_CURVE = 'auto' + import { isTestInstance } from './server/helpers/core-utils' if (isTestInstance()) {