How do I fix this problem

Hi @tombokman

that's wrong. That requires a working http port.

Your port 80 / http is a https port, so https://www.bokmanmd.com:80/ works, but http://www.bokmanmd.com/ sends that error message

http://bokmanmd.com/.well-known/acme-challenge/Ut7P1nI6OTJL26nw7ZN_tJwEG-oU-k_6behfyuvwdkw

Bad Request

Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.

Apache/2.4.29 (Ubuntu) Server at bokmanmd.com Port 443

Looks like you have a wrong port forwarding port 80 extern -> port 443 intern, because port 80 is connected, but port 443 answers.

So you don't have a correct port 80, so you can't have a correct redirect port 80 -> port 443.

PS: Same question there - Cannot renew my certificate - same answer. Please fix your wrong configuration.

PS: You have a valid certificate:

CN=bokmanmd.com
	01.07.2020
	29.09.2020
expires in 85 days	bokmanmd.com, www.bokmanmd.com - 2 entries

So you don't need to create a new certificate. But you have to fix your configuration.

1 Like