Hi when i open my ispconfig panel with port like mysite:8080 it shows: Bad Request Your browser sent a request that this server could not understand. Reason: You're speaking plain HTTP to an SSL-enabled server port. Instead use the HTTPS scheme to access this URL, please. Is it possible to redirect this address to https://mysite.com:8080 automatically ?
No. You can do that redirecting port 80 (http) to port 443 (https), but I don't believe you can issue a redirect to change the protocol on the same port (8080).