Add import.video.torrent configuration
[oweals/peertube.git] / server / middlewares / validators / follows.ts
index bdf39eb9c543389b58139d87e8e5339e822b6c54..040ee1f217370708cdc0771cbdd7469f9f791608 100644 (file)
@@ -14,7 +14,7 @@ const followValidator = [
   (req: express.Request, res: express.Response, next: express.NextFunction) => {
     // Force https if the administrator wants to make friends
     if (isTestInstance() === false && CONFIG.WEBSERVER.SCHEME === 'http') {
-      return res.status(400)
+      return res.status(500)
         .json({
           error: 'Cannot follow on a non HTTPS web server.'
         })