Linking replit deployed app to custom domain - openSSL error

I’ve linked my app idxrangeapp-jessoclarence.replit .app /?hour=9&minute=25 to stockmints. com

DNS is verified and propagated, but when i access stockmints. com - I am getting
–2023-06-20 10:48:24-- stockmints. com/
Resolving stockmints. com (stockmints. com)… 34.111.254.92
Connecting to stockmints. com (stockmints. com)|34.111.254.92|:80… connected.
HTTP request sent, awaiting response… 301 Moved Permanently
Location: stockmints. com/ [following]
–2023-06-20 10:48:24-- stockmints. com/
Connecting to stockmints. com (stockmints. com)|34.111.254.92|:443… connected.
OpenSSL: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error
Unable to establish SSL connection.

Replit Profile: replit.com/@JessoClarence

do you have SSL on your domain?

Did you use a CNAME or an A record to link your domain? If you used a CNAME, try changing to an A record.

I used A record only

That’s probably the issue then, try adding the corresponding TXT record to your domain.

sorry for not being clear - i meant that I used a A record and not a CNAME record.

I added the corresponding TXT record, and the domain is showing as successfully linked.