Replies (10)

missed rick roll opportunity at the end there Thomas, regardless an epic thing that is being built our own CDN with blossom and npubs
Amazing... it works! FYI per blossom spec it is required to run in the root path, i.e. you would need to forward /* to the blossom implementation, omiting the /blossom folder. I'm wondering how we deal with HTTPS over fips. Most web browsers / web apps choke on mixed (HTTPS + HTTP) content.
Thechnically speaking, content on FIPS doesn’t need TLS because it’s encrypted already. But yeah, applications like browsers often assume that all IP traffic is unencrypted and require TLS regardless. I think self-signed certs is the less invasive workaround, unfortunately.
↑