Skip to content

Commit

Permalink
document issue with cloudflare proxying and wildcard certs
Browse files Browse the repository at this point in the history
We need `_acme-challenge` DNS records to direct to us directly for proper validation.
  • Loading branch information
char8 authored Jul 20, 2023
1 parent 2a5060d commit 2f76a46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docs/deploy/exposing-your-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ width={1048} height={842} quality={80} />

In order to use Wildcard Domains, you must add two CNAME records, one for the wildcard domain, and one for the _acme-challenge. The _acme-challenge CNAME is required for Railway to issue the SSL Certificate for your domain.

**NOTE:** If you're using Cloudflare, it is important that the _acme-challenge record has Cloudflare proxying disabled (no orange cloud).

## Private Networks

To expose an application on the [private network](https://docs.railway.app/reference/private-networking) you need to
Expand Down

0 comments on commit 2f76a46

Please sign in to comment.