Replies: 4 comments 5 replies
-
|
Can you maybe post some code? |
Beta Was this translation helpful? Give feedback.
-
|
// initializing acebase server //iniialize acebase client on node apps log on client if i simply switch to point the client app (running on the local server) to the domain name, everything works. if i turn off https then the localhost will work as expected. |
Beta Was this translation helpful? Give feedback.
-
|
@appy-one is there a fix for this problem? |
Beta Was this translation helpful? Give feedback.
-
|
Apologies for the late reply! Why would you want to use SSL on localhost? SSL certificates are bound to domain names, not IP addresses. Since localhost is an alias for the loopback address 127.0.0.1, there is no need to an SSL certificate either because all communication takes place on a single machine. If you allowing remote access to your server from a domain name, create an SSL certificate for it. When running locally only, just use http! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
this might be a dumb question, but its not making sense as to why its not working. So i have a db set up on a server (localhost, https). I have other apps running on the server that im trying to connect locally. Throws a simple connection error. Ive also tried various combinations of replacing localhost with 0.0.0.0. Notes on testing:
i guess my first question is, is this suppose to work? if so, do you think its a networking or https issue? i can keep searching for a solution with some direction. thanks!
Beta Was this translation helpful? Give feedback.
All reactions