DNS problem: NXDOMAIN looking up A for urbnaplace.in

Please fill out the fields below so we can help you better.

My domain is: urbanplace.in

I ran this command: sudo ./letsencrypt-auto --apache -d urbnaplace.in

It produced this output:

Failed authorization procedure. urbnaplace.in (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: DNS problem: NXDOMAIN looking up A for urbnaplace.in

My operating system is (include version): Ubuntu 14.04

My web server is (include version): Apache

My hosting provider, if applicable, is: Linode

I can login to a root shell on my machine (yes or no, or I don’t know): Yes

I’m using a control panel to manage my site (no, or provide the name and version of the control panel): No. I do a remote login through ssh

I have a 000-default.conf file inside sites-available directory of apache2 which has the vhost for my domain urbanplace.in

Below if my vhost file contents

<VirtualHost urbanplace.in:80>
        ServerName urbanplace.in
        ServerAlias www.urbanplace.in
        RailsEnv production
        DocumentRoot directory_path_to_aplication
</VirtualHost>

I guess the main issue is letsencrypt script is unable to detect 000-default.conf

It looks like a typo in your domain. You have

not urbanplace.in

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.