[Gambas-user] HTTPS on Gambas websites
Tobias Boege
taboege at gmail.com
Tue Jul 17 15:59:39 CEST 2018
On Tue, 17 Jul 2018, PICCORO McKAY Lenz wrote:
> 2018-07-17 9:08 GMT-04:00 Benoît Minisini <g4mba5 at gmail.com>:
> >>
> >> [1] https://letsencrypt.org/
> >>
> > These sites are hosted by the company where I work, but the guys who deal
> > with the servers do not want to spend time dealing with Let's Encrypt.
> > And I never had he time to look at that myself... :-/
>
> well it's not a real problem.. seems firefox has a way to make a
> exception about that
>
Having to see the warning is not the problem. It's that it's justified,
even if it's "just" the Gambas wiki and bugtracker.
> and http vs https are more light and faster (obviously) for slow
> connections ( i use slow connections)
>
Then don't use https.
> maybe someone can help with "let's encrypt" and pass necesary
> directions to gambas team..
>
For starters, I use the acme.sh script [1] to update the certificate
periodically. [ FWIW, Let's Encrypt recommends a python script named
certbot [2] but it would OOM consistently on a tiny VPS of mine when
it tried to update itself, so I looked for something else. ]
However, I'm just a hobbyist. There are probably people here who have
a better view of these things.
I see that gambaswiki.org responds as thttpd which doesn't have https
support at all. So I see now why your colleagues don't really want
to dig into that topic :-)
Regards,
Tobi
[1] https://github.com/Neilpang/acme.sh
[2] https://certbot.eff.org/docs/install.html
--
"There's an old saying: Don't change anything... ever!" -- Mr. Monk
More information about the User
mailing list