I am getting ERR_SSL_PROTOCOL_ERROR for the subdomains

I deployed in AWS and it was a smooth process until I faced an issue. I have DNS configured for all such as LMS (learn.abc.in), CMS (studio.abc.in), preview.learn.abc.in, and apps.learn.abc.in
It’s working fine for learn.abc.in and studio.abc.in but when I try to register a user it redirects to apps.learn.abc.in. I am getting the ERR_SSL_PROTOCOL_ERROR there. Is there any configuration issue with Caddy or anything else I am missing?

Tutor version is 18.1.1 (Latest)

Can anyone please help me with this issue?

What are the logs coming from the caddy container? tutor local logs -f caddy

If you configured the DNS records after Caddy was last started, then you need to restart the caddy container: tutor local restart caddy.

1 Like

Thank you so much @regis :raised_hands: It worked once I restarted the caddy. Thank you so much again.

Good to know that your issue is resolved.

That’s a quite common SSL error tbh. Everyone will not be able to overcome this from appyling the same methods.

Here, I’m leaving this guide, (which was quite useful to me in the past) for anyone that faces this same error - https://certera.com/blog/how-to-fix-err-ssl-protocol-error-in-chrome/