Is it possible to set the URL to SSL? (node.js)

Hey, is it possible to set the URL to https? Because i can run it with https. But in the API (and for example the URLs from attachments) is http://

Node: v19.3.0
Arch: x64
Platform: linux
Docker: false
Database: sqlite3
ProjectOnRootDB: true
RootDB: sqlite3
PackageVersion: 0.100.2

image

1 Like

Not an answer, but I need to connect to nocodb with ssl too.

I have used AppGyver to build an iPhone App. Currently the app works well connected to a Google Firestore db. We have to bring all the data in-house so we cannot use Firestore. I was hoping to use nocodb to replace Firestore - building the API for connection to MS SQL Server (in house). But AppGyver only allows https REST connections.