http to https redirection on port 2222 fails

bokkepoot

Verified User
Joined
Jul 9, 2018
Messages
10
Hi,

using v.1.646, on both ipv4 and ipv6, I always get a http/400 when connecting to the DA interface on port 2222 when using http, when using https it works fine.

I have a :
Code:
$ curl http://host837.procolix.com:2222
<script>location.protocol = "https:";</script></html>

When looking at https://www.directadmin.com/features.php?id=3008 , am I missing a <html>use https or am I barking up the wrong tree ?

- Jan
 
Hello Jan,

I've got the same on my end:

Code:
$ curl -i http://host.example.tld:2222/
HTTP/1.0 400 Bad Request
x-use-https: yes
Conent-Type: text/html

<script>location.protocol = "https:";</script></html>
 
Back
Top