Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coolprop.org doesn't support HTTPS #2350

Open
softwareengineerprogrammer opened this issue Feb 12, 2024 · 8 comments
Open

coolprop.org doesn't support HTTPS #2350

softwareengineerprogrammer opened this issue Feb 12, 2024 · 8 comments

Comments

@softwareengineerprogrammer

Most browsers (rightfully) warn when sites don't support HTTPS and make users click through a warning dialog to confirm visiting an HTTP site

@ibell
Copy link
Contributor

ibell commented Feb 12, 2024

Yup - agreed. But getting SSL certs and so on is not free and requires expertise to implement. Want to volunteer?

@softwareengineerprogrammer
Copy link
Author

I can possibly volunteer if given access to the relevant infrastructure, I suppose. https://letsencrypt.org/ provides free SSL certs btw, as does AWS, so there probably shouldn't be any cost unless your hosting provider is charging an unusual fee for it.

@ibell
Copy link
Contributor

ibell commented Feb 14, 2024

@jowr do you have some input? Maybe you can coordinate offline?

@jowr
Copy link
Member

jowr commented Feb 16, 2024

I have no way of handling this. I do not own the domain and that is where the settings have to be applied. Was it you who owns the domain @Rod-Persky?

@Rod-Persky
Copy link
Contributor

Hi All,

letsencrypt would work, the only requirement is to have the server setup to respond and load the certificate.

The config for DNS points to 216.105.38.10

Happy to help, but this will be something that will need to be done on the server side.

image

@Rod-Persky
Copy link
Contributor

@jowr : @softwareengineerprogrammer

The DNS hosting is done with name.com if there is a need I'll look into how to delegate maintenance otherwise just let me know if/what changes are required.

Also did you want a custom email domain? There are MX records which I think are pointing to a free Google GSuite account, but in 2022 Google shut all the free GSuite accounts down (who did not transition to paying accounts).

@softwareengineerprogrammer
Copy link
Author

@Rod-Persky I can't do anything without access to the name.com account and whatever hosting provider you have. I would start by looking for a guide on how to configure SSL for whatever server implementation coolprop.org is using and following the steps - for example, if it's Apache, this guide looks fine: https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-20-04

@Rod-Persky
Copy link
Contributor

I'm not sure where/how the website is being hosted, but hopefully @ibell or @jowr might be able to follow the guide.

Should the site be hosted on a VM the let's encrypt certbot tools will work perfectly without needing DNS access.

If we cannot get this working easily we can also use cloudflare to do the HTTPS and that will need a dns change. Cloudflare will terminate the HTTPS on their side and proxys the current server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants