Connect local server to internet(WAN) without ssl?

Hello i heve a question . Is it posible to have an acces to local server trought the internet with using 9443 port withoth ssl certificates ?
I stardet local server and it iss working normal but ssl certificates isnt installed bug it is still working in my local net but when i am trying to connet from outside of my local network it doesnt work !
I am using ddns no ip with hostname forwarded ports and it doesnt help. Maybe the problem is no installed certificates ssl ?
As i know 9443 use ssl but how it works in local net and doesnt in wan !?

1 Like

3 posts were split to a new topic: SSL Connection to Cloud Server

@daniil You don’t need to have a certificate installed on your local server to be able to access it remotely.
I don’t have a certificate installed and it works perfectly well for me.

Do you have a static public IP address?
If not then you’ll need a DDNS service and an updater running on your network.

In either situation, you’ll need to have port 9443 forwarded to the IP address of your local server.

In the app, you’ll need to put either your static public IP address, or the url of your DDNS service in the custom server properties, along with port 9443.

If you’ve done all of this (and don’t have a static public IP) then maybe your ISP uses Double NAT. Have you checked this?

Pete.