Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip SSL verification if adding record through cloudflare fails #286

Open
kirtangajjar opened this issue Jan 10, 2019 · 0 comments
Open

Comments

@kirtangajjar
Copy link
Contributor

kirtangajjar commented Jan 10, 2019

Currently, EE proceeds with SSL validation even if adding record through CloudFlare fails. It should not proceed for verification, but instead should instruct users to add the DNS records and manually run ee site ssl to validate the SSL challenge.

Couldn't add dns record using cloudlfare API. Re-check the config values of `le-mail` and `cloudflare-api-key`.
		Add the following TXT record to your DNS zone
			Domain: _acme-challenge.example.com.
			TXT value: a7LuHiWEKK5_zmnL8YWgWrxQlGF6EuZeG_t_ykINtr4

		Wait for the propagation before moving to the next step
		Tips: Use the following command to check the propagation

			host -t TXT _acme-challenge.example.com.
Couldn't add dns record using cloudlfare API. Re-check the config values of `le-mail` and `cloudflare-api-key`.
		Add the following TXT record to your DNS zone
			Domain: _acme-challenge.example.com.
			TXT value: 1LJ9H8S29BPfOYSPM-df-0kEuBa3X6O_IcwJYD2PhU4

		Wait for the propagation before moving to the next step
		Tips: Use the following command to check the propagation

			host -t TXT _acme-challenge.example.com.
Waiting for DNS entry propagation.
Starting SSL verification.
Warning: The dns entries have not yet propogated. Manually check:
host -t TXT _acme-challenge.example.com
Before retrying `ee site ssl example.com`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant