Access to the admin panel after the end of SSL

Host: http://132.145.253.169/
Domain: https://hosting.outsur.cc/

  • Port changed to 8443
  • httpd_config.conf updated
extprocessor cyberpanel {
  type                    proxy
  address                 https://hosting.outsur.cc:8443
  maxConns                100
  pcKeepAliveTimeout      60
  initTimeout             60
  retryTimeout            0
  respBuffer              0
}
  • Rule added
    REWRITERULE ^(.*)$ HTTP://cyberpanel/$1 [P]

Now I see 503 error.
How to get access? :frowning: