• Почему не работает домен в глобальной сети?

    @q2digger
    никого не трогаю, починяю примус
    Он по http отвечает, а по https нет. Проверяйте настройки своего апача (ну либо провайдер закрыл 443-й порт).
    ➜  ~ curl -v ladurbo.tk
    *   Trying 85.21.240.124:80...
    * TCP_NODELAY set
    * Connected to ladurbo.tk (85.21.240.124) port 80 (#0)
    > GET / HTTP/1.1
    > Host: ladurbo.tk
    > User-Agent: curl/7.68.0
    > Accept: */*
    >
    * Mark bundle as not supporting multiuse
    < HTTP/1.1 301 Moved Permanently
    < Date: Sun, 06 Jun 2021 14:20:59 GMT
    < Server: Apache/2.4.41 (Ubuntu)
    < Location: https://ladurbo.tk/
    < Content-Length: 303
    < Content-Type: text/html; charset=iso-8859-1
    <
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>301 Moved Permanently</title>
    </head><body>
    <h1>Moved Permanently</h1>
    <p>The document has moved <a href="https://ladurbo.tk/">here</a>.</p>
    <hr>
    <address>Apache/2.4.41 (Ubuntu) Server at ladurbo.tk Port 80</address>
    </body></html>
    * Connection #0 to host ladurbo.tk left intact
    ➜  ~ curl -v https://ladurbo.tk
    *   Trying 85.21.240.124:443...
    * TCP_NODELAY set
    Ответ написан
    4 комментария