Questions tagged [certbot]
6 questions
2
votes
0 answers
While setting up http to https redirect on Apache (with Drupal and certbot) it broke http access and fails to redirect
I am trying to set up a Drupal site on a VPS. It was working. I used certbot to set up https, which worked when going to https://example.com . Going to example.com was in http.
I vaguely followed…
schumi23
- 21
- 1
2
votes
1 answer
https certificate when you _only_ need backend and don't care about domain name
My application has static front-end content as well as a backend server. I already have an existing mechanism to serve the front-end; I'm running the backend in an AWS EC2 (with Elastic IP). Throughout the course of its operation, my front-end…
BD107
- 123
- 4
2
votes
1 answer
CERTBOT_DOMAIN not set in hook
I am currently trying to set up a hook for certificate deployment. I have successfully retrieved the certificate and found out that you have to force renewal when testing, so I've now hit the rate limit (grumble grumble). So far I haven't been able…
jack
- 123
- 3
2
votes
1 answer
How do I renew LetsEncrypt certificates for a wildcard domain via HTTP challenge?
I have created and installed a cert for my wildcard domain *.example.com OK using a dns challenge. So far, so good.
Now I want to renew the cert using a cronjob. I will need to use the http challenge because my DNS host has no API mechanism for me…
pinoyyid
- 131
- 4
1
vote
0 answers
Certbot challenge error 404 in webroot mode
This web site runs under Apache on Windows. I installed Windows certbot client and ran it as suggested on its homepage, in webroot mode, since the web site cannot be stopped. This is what it reported:
C:\WWW\somedomain>certbot certonly…
user1211510
0
votes
0 answers
get nginx proxy for https://hostname to work
I'm using nginx to proxy a site internal to our firewall. Right now the following urls work:
http://sitename (-> https://sitename.example.com)
http://sitename.example.com (-> https://sitename.example.com)
https://sitename.example.com
But…
keithpjolley
- 101
- 1