Localhost:3000 works but https I cannot get working

Hello, when I use http://localhost:3000 I get a working page.

when I goto http://myIP:3000 I get the index.html page - but NO LOGIN button.
then witih https://myServerDNSName:3000 I get a “this site cannot be reached” page.

How do I get something other than localhost to work ?
Thank you.

Jerry

Hi @admin55 thanks for reaching out.

This isn’t an Auth0 specific issue per se, but it does sound like you’d need to set up your localhost to use HTTPS. This article explains how to generate an SSL cert and configure it for localhost:

Let me know if that helps.

Best,
Colin

Hi Colin - Sorry - I did not say I have https running just fine on the server with letsencrypt. Its just using that with Auth0 that is not working.

Thanks

Jerry

Hello @admin55, I suggest using webpack to achieve this. Take a look at webpack

all you need to do is

devServer{
https:true
}

Or set other parameters to your linking, this will sort your problem.

1 Like

Thanks a lot for sharing it with the rest of community!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.