Using Custom Domains and SSL with Let's Encrypt and Traefik

This is usually because Traefik currently only sets up one host (either www.yourdomain.com or yourdomain.com - not both) there is a workaround for this, while @george and the team add a couple of options to the setup. You can find it here:
Www and non-www certificates in Docker

Hey bpj, actually I don’t have any url forwarding for www.mydomain.com to mydomain.com so I am only using the basic mydomain.com but still after I tried installing ssl through traefic and the steps mentioned above, something went wrong and now the site is not accessible because I am getting this message:

In project settings, is the domain set as https://your domain.com? (Ensure it is https://)

1 Like

Got it working now. Initially it wasn’t working because I had the ip address in there with the https, and I didn’t change it because I thought it was the same thing as writing https://mydomain.com. Thanks

1 Like

5 posts were split to a new topic: Digital ocean managed database connection with SSL

mm found it… :)…

mmm is this applicable to AWS as well (**SSL with Let’s Encrypt and Traefik) or is there a guide on how to setup SSL with AWS?

If you’re using Docker managed by Wappler (you use Wappler to deploy) should be the same

1 Like

Thanks Apple. Its a pitty DO dont have a “node” here in South Africa… best one is London for us… otherwise i would keep to DO…

The topic has been updated to reflect the latest changes in the Resource Manager and project deployment options.

A post was split to a new topic: Error on docker deploy

It is possible to do that without domain? Just with the IP? For use cases when you are testing things or don’t wanna move the domain of the client yet.

Well the default is already IP only so for that you don’t have to do anything extra. You also don’t need Traefik for ip only.

What about if I want to install the dashboard with IP only, whats the correct web URL for the dashboard? I’m curious to see it before going all in with one real project. It works with ip only?

You could use https://nip.io

I seem to be unable to deploy to my digital ocean droplet, I’ve followed the instructions but I’m getting an error

Error: connect ECONNREFUSED 46.101.63.94:22 at __node_internal_captureLargerStackTrace (node:internal/errors:464:5) at __node_internal_exceptionWithHostPort (node:internal/errors:642:12) at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16)

This seems like the connection to a port is blocked, but I’m a little unsure. Can anyone advise?

Your computer couldn’t connect to that IP address at that port. I checked here, I was able to connect :man_shrugging:

Can you try again?

I am having the issue, that I cant import the server into the new ressource manager, due to en error that no public user key was found. However I did create the server with Wappler in digitalocean.

2 Likes

@AlphaLars, I’m getting that error now when trying to import. I also have the droplet successfully setup and deployed though. Did you figure out the solution?

1 Like

A post was split to a new topic: Traefik can’t start - port already in use