Hi guys,
I create this post because I didn’t find any solution for my problem. I try to implement SSL support on my OVH dedicated server with Debian 9 and Apache 2. I try to create SSL certificate for my domain but it’s impossible. I try to remove AAAA value, add it, … no solution
My domain is: fwoptimisation.com
I ran this command: certbot certonly --webroot -w /home/fwo/www -d www.fwoptimisati on.com -d fwoptimisation.com
It produced this output:
Failed authorization procedure. fwoptimisation.com (http-01): urn:ietf:params:ac me:error:unauthorized :: The client lacks sufficient authorization :: The key au thorization file from the server did not match this challenge [4HgJeti87LuHwbiUI hWQxar393cQIJitgryRLswFPDU.6OYAUOucp5RtvAjd24Zn9Iwfe324uhHdc2rNILdZVgc] != [4HgJ eti87LuHwbiUIhWQxar393cQIJitgryRLswFPDU.4E3VCTFsySjUrqnCg0ooULx-3kbdPBygi0aWkvg5 Gd8]
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: fwoptimisation.com
Type: unauthorized
Detail: The key authorization file from the server did not match
this challenge
[4HgJeti87LuHwbiUIhWQxar393cQIJitgryRLswFPDU.6OYAUOucp5RtvAjd24Zn9Iwfe324uhHd c2rNILdZVgc]
!=
[4HgJeti87LuHwbiUIhWQxar393cQIJitgryRLswFPDU.4E3VCTFsySjUrqnCg0ooULx-3kbdPByg i0aWkvg5Gd8]To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
My web server is (include version): Deibna 9, apache 2 and PHP 7
My hosting provider is: OVH
You can find my DNS configuration below:
fwoptimisation.com. 0 AAAA 2001:41d0:202:100:91:134:128:126
fwoptimisation.com. 0 A 91.134.128.126
www.fwoptimisation.com. 0 AAAA 2001:41d0:202:100:91:134:128:126
www.fwoptimisation.com. 0 A 91.134.128.126
my redirects:
fwoptimisation.com vers un serveur (ipv4 - A) 91.134.128.126
www.fwoptimisation.com vers un serveur (ipv4 - A) 91.134.128.126
fwoptimisation.com vers un serveur (ipv6 - AAAA) 2001:41d0:202:100:91:134:128:126
www.fwoptimisation.com vers un serveur (ipv6 - AAAA) 2001:41d0:202:100:91:134:128:126
Thanks for your help.
Mathieu.