דילוג לתוכן
  • דף הבית
  • קטגוריות
  • פוסטים אחרונים
  • משתמשים
  • חיפוש
  • חוקי הפורום
כיווץ
תחומים

תחומים - פורום חרדי מקצועי

💡 רוצה לזכור קריאת שמע בזמן? לחץ כאן!
  1. דף הבית
  2. תכנות
  3. שגיאה בהתקנת תעודת SSL לדומיין בעברית

שגיאה בהתקנת תעודת SSL לדומיין בעברית

מתוזמן נעוץ נעול הועבר תכנות
5 פוסטים 2 כותבים 154 צפיות
  • מהישן לחדש
  • מהחדש לישן
  • הכי הרבה הצבעות
התחברו כדי לפרסם תגובה
נושא זה נמחק. רק משתמשים עם הרשאות מתאימות יוכלו לצפות בו.
  • chagoldC מנותק
    chagoldC מנותק
    chagold
    כתב ב נערך לאחרונה על ידי chagold
    #1

    אני מנסה להתקין תעודת SSL הזו על UBUNTO
    יש לי את השגיאה דלהלן (גם אחרי שרשמתי את הדומיין בקבצי הקינפוג)

    
    Select the appropriate numbers separated by commas and/or spaces, or leave input
    blank to select all options shown (Enter 'c' to cancel): 1
    Obtaining a new certificate
    Performing the following challenges:
    http-01 challenge for xn--6dXXXXtq.co.il
    Enabled Apache rewrite module
    Error while running apache2ctl graceful.
    httpd not running, trying to start
    Action 'graceful' failed.
    The Apache error log may have more information.
    
    AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
    (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
    (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    AH00015: Unable to open logs
    
    Unable to restart apache using ['apache2ctl', 'graceful']
    Cleaning up challenges
    Error while running apache2ctl graceful.
    httpd not running, trying to start
    Action 'graceful' failed.
    The Apache error log may have more information.
    
    AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
    (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
    (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    AH00015: Unable to open logs
    
    Unable to restart apache using ['apache2ctl', 'graceful']
    Encountered exception during recovery:
    Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/certbot_apache/configurator.py", line 2185, in _reload
        util.run_script(self.option("restart_cmd"))
      File "/usr/lib/python3/dist-packages/certbot/util.py", line 86, in run_script
        raise errors.SubprocessError(msg)
    certbot.errors.SubprocessError: Error while running apache2ctl graceful.
    httpd not running, trying to start
    Action 'graceful' failed.
    The Apache error log may have more information.
    
    AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
    (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
    (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    AH00015: Unable to open logs
    
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 75, in handle_authorizations
        resp = self._solve_challenges(aauthzrs)
      File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 139, in _solve_challenges
        resp = self.auth.perform(all_achalls)
      File "/usr/lib/python3/dist-packages/certbot_apache/configurator.py", line 2287, in perform
        self.restart()
      File "/usr/lib/python3/dist-packages/certbot_apache/configurator.py", line 2175, in restart
        self._reload()
      File "/usr/lib/python3/dist-packages/certbot_apache/configurator.py", line 2203, in _reload
        raise errors.MisconfigurationError(error)
    certbot.errors.MisconfigurationError: Error while running apache2ctl graceful.
    httpd not running, trying to start
    Action 'graceful' failed.
    The Apache error log may have more information.
    
    AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
    (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
    (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    AH00015: Unable to open logs
    
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/certbot_apache/configurator.py", line 2185, in _reload
        util.run_script(self.option("restart_cmd"))
      File "/usr/lib/python3/dist-packages/certbot/util.py", line 86, in run_script
        raise errors.SubprocessError(msg)
    certbot.errors.SubprocessError: Error while running apache2ctl graceful.
    httpd not running, trying to start
    Action 'graceful' failed.
    The Apache error log may have more information.
    
    AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
    (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
    (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    AH00015: Unable to open logs
    
    
    During handling of the above exception, another exception occurred:
    
    Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/certbot/error_handler.py", line 108, in _call_registered
        self.funcs[-1]()
      File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 323, in _cleanup_challenges
        self.auth.cleanup(achalls)
      File "/usr/lib/python3/dist-packages/certbot_apache/configurator.py", line 2312, in cleanup
        self.restart()
      File "/usr/lib/python3/dist-packages/certbot_apache/configurator.py", line 2175, in restart
        self._reload()
      File "/usr/lib/python3/dist-packages/certbot_apache/configurator.py", line 2203, in _reload
        raise errors.MisconfigurationError(error)
    certbot.errors.MisconfigurationError: Error while running apache2ctl graceful.
    httpd not running, trying to start
    Action 'graceful' failed.
    The Apache error log may have more information.
    
    AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
    (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
    (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    AH00015: Unable to open logs
    
    Error while running apache2ctl graceful.
    httpd not running, trying to start
    Action 'graceful' failed.
    The Apache error log may have more information.
    
    AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
    (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
    (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
    no listening sockets available, shutting down
    AH00015: Unable to open logs
    
    root@Shaulzon-fish:~#
    
    

    באיזה

    yossizY תגובה 1 תגובה אחרונה
    0
    • yossizY מחובר
      yossizY מחובר
      yossiz
      השיב לchagold ב נערך לאחרונה על ידי
      #2

      @chagold
      אפאצ'י לא רץ. הוא לא יכול לרוץ כי יש שרת אחר שמאזין על פורט 80

      📧 יוסי@מייל.קום | 🌎 בלוג | ☕ קפה

      תגובה 1 תגובה אחרונה
      1
      • chagoldC מנותק
        chagoldC מנותק
        chagold
        כתב ב נערך לאחרונה על ידי
        #3

        לא הבנתי.
        האתר אינטרנט עובד (אם זה רלוונטי)

        yossizY תגובה 1 תגובה אחרונה
        0
        • yossizY מחובר
          yossizY מחובר
          yossiz
          השיב לchagold ב נערך לאחרונה על ידי
          #4

          @chagold אולי nginx? מה שכתוב בפלט שהבאת הוא שהשירות של אפאצ'י לא רץ וא"א להריץ אותו כי הפורט תפוס

          📧 יוסי@מייל.קום | 🌎 בלוג | ☕ קפה

          chagoldC תגובה 1 תגובה אחרונה
          0
          • chagoldC מנותק
            chagoldC מנותק
            chagold
            השיב לyossiz ב נערך לאחרונה על ידי
            #5
            פוסט זה נמחק!
            תגובה 1 תגובה אחרונה
            0

            בא תתחבר לדף היומי!
            • התחברות

            • אין לך חשבון עדיין? הרשמה

            • התחברו או הירשמו כדי לחפש.
            • פוסט ראשון
              פוסט אחרון
            0
            • דף הבית
            • קטגוריות
            • פוסטים אחרונים
            • משתמשים
            • חיפוש
            • חוקי הפורום