Requesting a certificate for www.example.com, example.com from Let's Encrypt .. .. request failed

4 posts / 0 new
Last post
#1 Tue, 11/13/2018 - 12:58
Siddharth Singh

Requesting a certificate for www.example.com, example.com from Let's Encrypt .. .. request failed

Requesting a certificate for www.example.com, example.com from Let's Encrypt .. .. request failed : Web-based validation failed

I not know what is the problem, Can any one help please.

when i try separately it work, But not for both, it work only for last request no matter naked domain or with www.

both ping to the same directory www.example.com, example.com

Tue, 11/13/2018 - 16:05
NigelAves

I've just been fighting a very similar issue. I still have not worked out what is causing this.

My work around was to re-direct www. to non-www, in the Apache virtual host for :443

RewriteCond %{HTTP_HOST} =www.example.com

RewriteRule ^(.*) https://example.com/ [R=301,L]

Nigel.

Tue, 11/13/2018 - 17:21 (Reply to #2)
Siddharth Singh

Ya i did that with htaccess redirection and it work approx, But i also know it is not the correct way of doing that. but can you help me in below topic.

Email not sending or receiving . https://www.virtualmin.com/node/59425

SAND IT SOLUTION

Tue, 11/13/2018 - 17:12
Siddharth Singh

Ya i did that with htaccess redirection and it work approx, But i also know it is not the correct way of doing that. but can you help me in below topic.

Email not sending or receiving . https://www.virtualmin.com/node/59425

SAND IT SOLUTION

Topic locked