Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: psykolog.nu
I ran this command: curl -v https://psykolog.nu
It produced this output:
t# curl -v https://psykolog.nu
- Rebuilt URL to: https://psykolog.nu/
- Trying 127.0.0.1…
- TCP_NODELAY set
- Connected to psykolog.nu (127.0.0.1) port 443 (#0)
- ALPN, offering h2
- ALPN, offering http/1.1
- successfully set certificate verify locations:
- CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs - (304) (OUT), TLS handshake, Client hello (1):
- OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to psykolog.nu:443
- Closing connection 0
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to psykolog.nu:443
My web server is (include version): Nginx 1.14.0
The operating system my web server runs on is (include version):
Ubuntu 18.04 LTS
My hosting provider, if applicable, is:
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, but I am using Easy Engine 4
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot): Certbot 0.28.0
I’ve create my site using Easy Engine 4. Everything seems to be fine but it seems that my certificate only inludes ‘psykolog.nu’ and not ‘www.psykolog.nu’. From the error curl is displaying it may also be some other misconfiguration with nginx config?
I tried to expand the certificate to include www.psykolog.nu with:
certbot --webroot -w /webroot_folder/ certonly -d psykolog.nu -d www.psykolog.nu but it results in following error:
An unexpected error occurred:
There were too many requests of a given type :: Error finalizing order :: too many certificates already issued for exact set of domains: psykolog.nu,www.psykolog.nu: see https://letsencrypt.org/docs/rate-limits/
Looking at https://tools.letsdebug.net/cert-search?m=domain&q=psykolog.nu&d=168 verifies that I indeed have created too many duplicates.
I can try again tomorrow (when the ceritifcate can be issued again due to rate-limit) but am I doing right regarding the certbot command? Will this remove the error I get when I run curl -v https://psykolog.nu?