nullishcat
real nullish
Dev at FMHY for a few projects. iDoISO and Nebula.
I know. I’ve been trying to fix federation over the past week and unfortunately it hasn’t been working. See this GH issue and this Maintanence Notice.
With how cloudflare is setup, there technically is, but it’s also bullshit. Basically they have two certificates for SSL (which allows for https): example.com
and *.example.com
. These cover everything from example.com
to superlongsubdomain.example.com
, but NOT, say, a.b.example.com
. That would require something like *.b.example.com
.
This is kinda BS though, as certificates are pretty much free nowadays. I guess it saves on server load? But it’s so minimal that there really is no reason to charge for it, especially not with a monthly subscription. ($120/yr for certs!!)