dns - http://[DOMAIN].de.de:443/ always shows the same site -


i played around urls , found out requesting

http://[domain].de.de:443/

always shows message:

bad request browser sent request server not understand. reason: you're speaking plain http ssl-enabled server port. instead use https scheme access url, please. hint: default-62_116_182_44 apache server @ default-62_116_182_44 port 443

opening ip "62.116.182.44" shows "parallels plesk".

try domains:

test.de.de:443/

stuff.de.de:443/

dasjkdsakjdsajkjkdsa.de.de:443/

my question: responsible this? denic?

you request http resource on port 443, https servers reside. server catches invalid usage (because request not start of ssl handshake, instead http request) , replies in way browser can understand, e.g. responding error message inside http response.

this has nothing denic, setup of web server owner of host.


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -