isp website redirect to another configured site

Discussion in 'Installation/Configuration' started by Poliman, Mar 6, 2017.

  1. Poliman

    Poliman Member

    I have vps named vps123.ovh.com. Under this name on port 8080 is accessible ISP panel, which has self-signed ssl certificate created during installation process. In ISP I have created one website under domain name example.com which has let's encrypt ssl certificate which is secured and marked as green lock. Is that normal when I put in web browser bar address https://vps123.ovh.com:80 (can be without port explicitly) browser shows domain example.com with self-signed certificate of ISP panel (near web browser bar is exclamation mark) not with it's own let's encrypt cert?
     
  2. Cris Kolkman

    Cris Kolkman Member

    I think that's normal because it's probably the first (or top) domain you added, which means it's trying to display that site with the self-signed cert.
    When you're going to https://domain.com it probably shows the Lets Encrypt cert like it should.
    This seems to be quite normal behavior.
     
  3. Poliman

    Poliman Member

    Currently on the server is only one website. This one which is opened under https://vps123.ovh.com:80
    Next thing that when I put example.com:8080 (isp panel port) I have to accept self-signed certificate of panel and then I can get into panel. Is that normal/default too?

    Is it possible to disable this redirection?

    And second thing:
    I have website configured under ISP panel. I tried enter to panel via this domain and port 8080 - example.com:8080. Browser shows login form to ISP panel. I put credentials, clicked "login" and nothing happens. In browser console I have 404 Not Found error for (other finles with status 200, so ok):
    - dashboard.php, request url -> https://example.com:8080/login/dashboard/dashboard.php
    - nav.php?nav=side, url -> https://example.com:8080/login/nav.php?nav=side
    - nav.php?nav=top, url -> https://example.com:8080/login/nav.php?nav=top
    - keepalive.php, url -> https://example.com:8080/login/keepalive.php
    - datalogstatus.php, url -> https://example.com:8080/login/datalogstatus.php

    In other words - I can't log in to panel. Of course when I use normal url vps123.ovh.net:8080 I have login form for ISP panel and I can login.
     
    Last edited: Mar 7, 2017

Share This Page