Let's Encrypt SSL cand subdomain

Discussion in 'Installation/Configuration' started by Oitsuki, Feb 1, 2017.

  1. Oitsuki

    Oitsuki Member

    I have a domain in https
    I created a a subdomain but when I try to create a ssl certificat I have this element
    Code:
      File "/usr/lib/python2.7/dist-packages/certbot/client.py", line 253, in obtain_certificate
      self.config.allow_subset_of_names)
      File "/usr/lib/python2.7/dist-packages/certbot/auth_handler.py", line 78, in get_authorizations
      self._respond(resp, best_effort)
      File "/usr/lib/python2.7/dist-packages/certbot/auth_handler.py", line 135, in _respond
      self._poll_challenges(chall_update, best_effort)
      File "/usr/lib/python2.7/dist-packages/certbot/auth_handler.py", line 199, in _poll_challenges
      raise errors.FailedChallenges(all_failed_achalls)
    FailedChallenges: Failed authorization procedure. www.demo.xxxxxxxxx.org (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: DNS problem: NXDOMAIN looking up A for www.demo.xxxxxxxxx.org
    
    I have no registration about this element www.demo.xxxxxxxxx.org who should be demo.xxxxxxxxx.org (demo.xxxx.org)
    I just add in my main domain (dns) the element about subdomain. Note the subdomain work perfertly before the ssl certificate sub domain creation

    Any idea ?
     
  2. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

    In the website settings set 'Auto-Subdomain' to None.
     
  3. Oitsuki

    Oitsuki Member

    Ok the ssl work now but when I wrtie the subdomain demo.xxxxxxxxx.org it go always on the domain : xxxxxxxxx.org
     
  4. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

    Under subdomain settings there is a 'Redirect Type', what is that set to? It sounds like you probably want it set to None.
     

Share This Page