So Ive set up a server which is using DTLS encryption. Im using my own SSL certificate, which Ive declared in Project Settings > Network > SSL
I want to be able to do HTTP requests to sites not only from my own, yet whenever I try while having the certificate, I get a TLS Handshake Error: -9984 (because the webpages certificate and mine are not the same).
Is there any way to tackle this? Like using my certificate only for my page and godot's bundled ones for anything else?