now I wanted to get a third one for two additional websites which are running on the same server: xyz.de for xyz.de;zzz.de;yyy.de
No chance, always the same stupid error:
“Vorgang fehlgeschlagen. Bitte melden Sie sich erneut im DSM an und versuchen Sie es erneut.”
“Process failed. Logon again and try again.”
80/443 are still open an the three pages are accessible.
DSM has a “Log Center” app which might show more details about the exact problem it’s running into with these new domains, anything interesting in there?
I guess I was being too optimistic thinking those logs would include their Let’s Encrypt plugin.
I’ve found a file that seems to contain more detailed logs. It’s stored in /var/log/messages and the relevant message looked like this in my case:
2016-11-22T01:55:53+01:00 nas synoscgi_SYNO.Core.Certificate.LetsEncrypt_1_create[12120]: certificate.cpp:957 syno-letsencrypt failed. 1 [syno-letsencrypt output is not a json: { "error": 102, "msg": "Invalid response from http://example.com/.well-known/acme-challenge/{token}: "<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>401 Authorization Required</title>
</head><body>
<h1>Auth"", "file": "client.cpp:320"}
]
I think the fact that my response contained quotes broke their client, which doesn’t seem to be handling JSON correctly (and which makes me worried about the quality of this client ). Anyway, hopefully whatever is in that log will point you in the right direction. You might have to enable and use SSH to read this file.
So far I have the domeian xxx.de certified, yyy.de & zzz.de should run on xxx.de. So far I redirected by FRAME redirection on Strato. Does not work for Let’s Encrypt. HTTP redirection does also not work.
Any idea?
How do I certify domains which run of the same webserver like another domain, means they have the same IP and the second domain redirects through FRAME redirection at Strato.
It works for http, but I do not get Let’s Encrypt to certify this:
Solved.
What I tried is not possible.
I deleted now the frame redirection and configured a DDNS update. With that I could get a certificate.
Thanks for your support, the logfile did point me the right direction.