Proxy no-http service over stream module

I am running one service which is not http. I would like to used same ssl certificate as swag is using.
I did create stream-proxy.conf but find out that it is not possible to include in nginx.conf because “stream” section is already included.

is there any chance that you will support stream reverse proxy?

We will not support stream, nginx does support stream, it’s well documented. You will need to go through the confs, ensuring they’re up to date (check your container logs), and then modify configs accordingly.