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.
I ran this command: successfully created the certificate by wacs.exe and even tried with 1 site binding or multiple. It always successfully generate and bind the certificate to selected domain.
It produced this output:I have created the ssl certificate for making my site secure (https), but browser says it’s invalid. Ealier I used lets encryption on my AWS account and I successfully generated and bind the ssl certificate and that certificate was valid. But now when I am trying on my own server (Windows 2019) it gives invalid certificate error(which I recently created specific to targeted domain)
My web server is (include version): IIS, windows server(2019)
The operating system my web server runs on is (include version): Windows 2019
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or 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):
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot):
P.S. I personally don’t have experience in Windows IIS server, if you need further assistance, maybe contacting the software developer or Windows IIS forum might be better options.
I am just wondering because the exactly same process I followed on my cloud rdp(AWS) where it works absolutely well but in my server it is causing issue of invalid certificate.
I am just sending the attachment as a kind of surety check that it is on the windows server. But I am wondering why it is showing that this is on the apache server.
I have one kind of doubt:- If Windows server not activated then SSL certificate work or not?
Now i understand why @JuergenAuer and I hold different views.
An interesting fact: You have IIS running on Port 80 (for HTTP) and Apache running on port 443.
If your Apache server (I think it’s for other applications) keep running on port 443 and we (at least me) keep telling you to check your bindings, it’s definitely not going to work because the requests never reaches your IIS server. (Sorry @JuergenAuer)
In short: Find out where the Apache server is running and try to modify that to run alongside your IIS, or you won’t be able to see your sites in IIS in HTTPS.