SSL Certificate Error on Custom Domain

kamkara
HOBBYOP

16 days ago

Issue Summary

Both lnclass.com (root domain) and www.lnclass.com (subdomain) are displaying SSL security errors despite following Railway's DNS configuration instructions. The www subdomain shows "Setup complete" in Railway dashboard, but both domains remain inaccessible due to SSL errors.

Domain Configuration Details

Domain: lnclass.com
DNS Provider: Hostinger
Railway Project: App.Lnclassapp
Environment: Production

Steps Taken

  1. Added custom domains on Railway:

    • www.lnclass.com

    • lnclass.com

  2. Configured DNS records on Hostinger according to Railway instructions:

    • www subdomain: CNAME โ†’ 6glk0fbe.up.railway.app (TTL: 3000)

    • Root domain: CNAME โ†’ l3lxj6zv.up.railway.app (as instructed by Railway)

  3. DNS Propagation confirmed (waited 72+ hours)

  4. Tested connectivity:

bash

   curl -I https://www.lnclass.com
   # Result: HTTP/2 200 (connection works, but browser shows SSL error)
   
   curl -I https://lnclass.com
   # Result: SSL error (35) OpenSSL routines::tlsv1 alert internal error
   
   openssl s_client -connect lnclass.com:443 -servername lnclass.com
   # Result: error:10080002:BIO routines:BIO_lookup_ex:system lib

Attachments

$10 Bounty

5 Replies

Railway
BOT

16 days ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


kamkara
HOBBYOP

16 days ago


realdonalfred
PRO

16 days ago

Check your explorer cache, try using incongnito mode or another explorer.


realdonalfred
PRO

16 days ago

SSL Works fine: https://www.sslshopper.com/ssl-checker.html#hostname=http://lnclass.com/ and for the sub-domain: https://www.sslshopper.com/ssl-checker.html#hostname=http://www.lnclass.com/
Maybe it'ts your browser cache.

Don't forget mark the issue as resolved. After it i can receive my bounty.

Let me know if you have more questions.


realdonalfred
PRO

13 days ago

!s


Loading...
SSL Certificate Error on Custom Domain - Railway Help Station