Tyk is throwing binary output

Hey,

I have set up a Tyk Developer Node on my server and added an API according to this tutorial, But i keep getting binary output irrespective of what endpoint i hit.

Also, I changed the hostname and port in the Nodes and Licensing section yet the changes haven’t taken place.

I am hitting http://httpbin.org as shown in the tutorial.

At port 8080 this is how it comes up.

Thanks.

I was using this configuration in my tyk.conf file.

"http_server_options": {
  "use_ssl": true,
  "use_ssl_le": true
}

After i removed it, it started working.