zrilmanZ
tRPC3y ago
4 replies
zrilman

How to force SSL on projects using tRPC?

Hello everyone,

I'm working on a project that uses create-t3-app as boilerplate. My project is hosted on heroku. I have an issue with forcing HTTPS connection. Before tRPC, I was able to solve this issue by using express-sslify like it was explained in this post on Stack overflow https://stackoverflow.com/questions/67490760/how-to-enforce-ssl-on-a-node-js-app-on-heroku

Is it possible to enforce SSL on projects using tRPC?
Stack Overflow
I'm trying to deploy a Node.js app on Heroku using express, and I am struggling to enforce HTTPS on all incoming traffic. I am using the express-sslify library to do this using the code below, whic...
How to enforce SSL on a Node.js app on heroku?
Was this page helpful?