I installed and activated SSL and it works.
But when i connect to https://123.456.789.10:2222 i get and SSL error
When i connect to https://my.servername.tld:2222 i get a login screen
I am looking a way to auto redirect visitors which connect on IP to be redirected to the valid domain login.
I added already ssl_redirect_host=my.servername.tld but this only works when connected from non ssl, so when connected from http://123.456.789.10:2222 but not when using https://123.456.789.10:2222
Who knows how to redirect from https://123.456.789.10:2222 to https://my.servername.tld:2222 ?
But when i connect to https://123.456.789.10:2222 i get and SSL error
When i connect to https://my.servername.tld:2222 i get a login screen
I am looking a way to auto redirect visitors which connect on IP to be redirected to the valid domain login.
I added already ssl_redirect_host=my.servername.tld but this only works when connected from non ssl, so when connected from http://123.456.789.10:2222 but not when using https://123.456.789.10:2222
Who knows how to redirect from https://123.456.789.10:2222 to https://my.servername.tld:2222 ?