+34 911 599 883

+34 911 895 172

400 Bad Request peticion HTTP 8443

Al actualizar a Plesk 17.5 Onyx cuando se accede por http sin https a http://www.dominio.es:8443 sale este error: 400 Bad Request The plain HTTP request was sent to HTTPS port.

y no redirige a https://www.dominio.es:8443

Para solucionarlo, editamos: vi /etc/sw-cp-server/conf.d/plesk.conf

Añadimos esta linea:

error_page 497 https://www.dominio.es:$server_port$request_uri;

Reiniciamos el servicio:

service sw-cp-server restart