You specified both httpPort and httpsPort in the config.

Therefore jsreport started to listen on both ports, where the 5488 one returns HTTP redirect to the 5489 which listen to HTTPS.

It's typically better to deal with SSL in a web server, I would recommend keeping just httPort:5489 in the config and use just HTTP when developing localy.