ID:2843884
 
website doesnt have ssl?

why not o.o
I've moved this to BYOND Help. I'm not sure what you're asking but the website does use SSL.
I am able to connect to the website either with or without SSL. By default there is no SSL.

Standard practice these days is to make not-SSL redirect to SSL automatically. Now, BYOND is fairly dated and there's a chance it would break a lot of things (world.Import/Export...) if the hub required SSL. A compromise could be doing the redirect only for browsers, or if logged in.

Users not connected by SSL really shouldn't be allowed to be logged in, because it means the login cookie is not protected. All relevant browsers support SSL and non-browsers don't log in, so there is no issue enforcing this.