Page 1 of 1

No SSL on login!?!?

Posted: Sun May 21, 2017 9:11 pm
by Hampton
There is not ssl on login or anything to protect my password.

Why not just

A. Use letsencrypt and give the whole site ssl. Thats what I do for https://hampton.pw" onclick="window.open(this.href);return false;

B. Use a public key and private key encryption when sending the password to the server. Which I used for projects before I knew about letencrypt

Re: No SSL on login!?!?

Posted: Mon May 22, 2017 7:08 am
by Cody
just use a unique password

Re: No SSL on login!?!?

Posted: Mon May 22, 2017 2:17 pm
by amp
Two points to be made:

1. Unnecessary. It's a fucking minecraft server.
2. You always make these ridiculous posts every once and a while to make yourself seem smart, and, it's getting annoying.

Re: No SSL on login!?!?

Posted: Tue May 23, 2017 10:21 pm
by nidefawl
herohamp wrote:There is not ssl on login or anything to protect my password.

Why not just

A. Use letsencrypt and give the whole site ssl. Thats what I do for https://hampton.pw" onclick="window.open(this.href);return false;

B. Use a public key and private key encryption when sending the password to the server. Which I used for projects before I knew about letencrypt

I cant use letsencrypt. The way the server with its multiple subdomains works I need a wildcard-certificate (to cover all *.craftland.org domains in one certificate) to get it working. I've tried requesting multiple free lets-ecnrypt-certificates and switching everything to https but it doesn't work.

That means I have to get a payed certificate (for all of *.craftland.org) . I have no money for that.

Re: No SSL on login!?!?

Posted: Fri May 26, 2017 11:23 pm
by Hampton
nidefawl wrote:
herohamp wrote:There is not ssl on login or anything to protect my password.

Why not just

A. Use letsencrypt and give the whole site ssl. Thats what I do for https://hampton.pw" onclick="window.open(this.href);return false;

B. Use a public key and private key encryption when sending the password to the server. Which I used for projects before I knew about letencrypt

I cant use letsencrypt. The way the server with its multiple subdomains works I need a wildcard-certificate (to cover all *.craftland.org domains in one certificate) to get it working. I've tried requesting multiple free lets-ecnrypt-certificates and switching everything to https but it doesn't work.

That means I have to get a payed certificate (for all of *.craftland.org) . I have no money for that.
Whats the issue with setting up letsencrypt? I understand multiple domain setups but what is the issue? Having different web roots? if so just do

sudo letsencrypt certonly -w /var/www/html -d domain.tdl -w /var/www/otherwebroot -d other.domain.tdl

Re: No SSL on login!?!?

Posted: Mon May 29, 2017 10:26 pm
by Kye
herohamp wrote:
nidefawl wrote:
herohamp wrote:There is not ssl on login or anything to protect my password.

Why not just

A. Use letsencrypt and give the whole site ssl. Thats what I do for https://hampton.pw" onclick="window.open(this.href);return false;

B. Use a public key and private key encryption when sending the password to the server. Which I used for projects before I knew about letencrypt

I cant use letsencrypt. The way the server with its multiple subdomains works I need a wildcard-certificate (to cover all *.craftland.org domains in one certificate) to get it working. I've tried requesting multiple free lets-ecnrypt-certificates and switching everything to https but it doesn't work.

That means I have to get a payed certificate (for all of *.craftland.org) . I have no money for that.
Whats the issue with setting up letsencrypt? I understand multiple domain setups but what is the issue? Having different web roots? if so just do

sudo letsencrypt certonly -w /var/www/html -d domain.tdl -w /var/www/otherwebroot -d other.domain.tdl
Why the fuck do you care it's minecraft not a fucking bank account . You don't need that much protection...

Re: No SSL on login!?!?

Posted: Mon May 29, 2017 11:32 pm
by Hampton
Kye wrote: Why the fuck do you care it's minecraft not a fucking bank account . You don't need that much protection...
I don't use the same password for everything but a hell of a lot of people do....