Using HTTPRequest while having my own SSL certificate

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By jgee_23_

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?

Have you already read this page in the documentation? If so, have you also checked out this guy and his tutorial on multiplayer in the engine?

Ertain | 2022-09-05 14:33

Yes, I setup the SSL encryption using that guy’s video, he’s a true hero

The documentation doesn’t talk about using HTTP Requests on sites other than yours…

jgee_23_ | 2022-09-05 15:33