robertreaney / cloud-resume

1 stars 1 forks source link

microphone broken for http need https #3

Open robertreaney opened 1 year ago

robertreaney commented 1 year ago

Microphone doesn't work for http.

Definition of Done:

robertreaney commented 1 year ago

8/26

robertreaney commented 1 year ago

8/27

robertreaney commented 1 year ago

8/29

robertreaney commented 1 year ago
robertreaney commented 1 year ago

9/7

ubuntu@ip-172-31-42-150:~/cloud-resume$ sudo docker compose -f docker-compose.yml -f docker-compose.prod.yml run --rm certbot certonly -v --webroot --webroot-path /var/www/certbot --dry-run -d robertreaney.com Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator webroot, Installer None Simulating a certificate request for robertreaney.com Performing the following challenges: http-01 challenge for robertreaney.com Using the webroot path /var/www/certbot for all unmatched domains. Waiting for verification... Challenge failed for domain robertreaney.com http-01 challenge for robertreaney.com

Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems: Domain: robertreaney.com Type: unauthorized Detail: 52.54.162.179: Invalid response from http://robertreaney.com/.well-known/acme-challenge/X9kkm7ysZMkv2ZWP3OQlH3Lby13IgJn9GE7iMlaEMs4: 404

Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.

Cleaning up challenges Some challenges have failed. Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.