Docker Web SSL / HTTPS

Just wanted to say thankyou. Just added ssl to my app. I appreciate you sharing.

Just a small heads up:

We have full Traefik integration coming up in Wappler as preview this week!

So you can have all those SSL certificates fully automatically generated with Let’s Encrypt and assign easy domains to all your remote Docker targets! Like Docker Machine servers created on Amazon AWS or Digital Ocean.

So there will be no need to tweak manually the docker-compose file any longer and the generated code will be different as well.

4 Likes

image

I would like to put the local ssl

What is the process for using local SSL in development

@George Apologies for bumping this up but what’s the progress with setup SSL Certificates in Wappler?

See

Thanks for pointing this topic, but 1) This is a Preview and 2) This a years old manual. When we can expect to have this in GA?

The tutorial explains exactly what you are asking for. Just follow it.

Is this still the recommended way to hand SSL on DO? $10 a month for SSL seems a bit pricey for a $5 hosting service.

I used this way with my $5 subscription:

So no additional cost

The SSL costs not a cent extra, use you exact same $5 DO account, and in Wappler just open your remote target, click manage Docker, turn on Traefik and add your setup you want, email address, username, password. You do not need to but may as well add portainer while you are there too, click save.

Change your WebServer URL to https:// and save your project setting, deploy to remote, then open in browser and your site is now on https:// at no additional cost.

2 Likes

Thanks Paul - I pushed through and got Traefik to work and Portainer installed. Now on to learning their integration with the project.

What about using custom SSL certificates (for Internal network for instance), not provided by Traefik? Is that’s possible?