Not able to generate certificate on IIS server

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:pete-test.bankben.org

I ran this command: wacs from win-acme.v2.0.8.356

It produced this output: Aborted after choose binding option step

My web server is (include version): IIS 8

The operating system my web server runs on is (include version):

My hosting provider, if applicable, is: Windows 2012 R2

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

I’m using a control panel to manage my site (no, or provide the name and version of the control panel):
no
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot):

Hi @srinath

I'm not firm with win-acme. But your domain is invisible ( https://check-your-website.server-daten.de/?q=pete-test.bankben.org ):

Domainname Http-Status redirect Sec. G
http://pete-test.bankben.org/
107.20.69.111 -14 10.033 T
Timeout - The operation has timed out
https://pete-test.bankben.org/
107.20.69.111 -14 10.030 T
Timeout - The operation has timed out
http://pete-test.bankben.org/.well-known/acme-challenge/check-your-website-dot-server-daten-dot-de
107.20.69.111 -14 10.013 T
Timeout - The operation has timed out

If you want to use http-01 validation, the client creates a file in /.well-known/acme-challenge, Letsencrypt checks that file.

So a running webserver is required.

Is there a running webserver / port 80? If yes, there may be a blocking firewall. If no, create a port 80 binding.

I added port 80 for any IP address on AWS security group. Now i am getting Authentication timed out error.

Looks like this

isn't enough. Only timeouts.

Works your server internal?

curl http://pete-test.bankben.org/

in a console?

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