You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a managed server I am unable to access the certificates, because I am lacking the required rights. Is it possible to use this module or to set up loopback in any way that I can use SSL without specifying the path to the certificate? The server is running Apache and in this context ssl is working fine.
The text was updated successfully, but these errors were encountered:
The loopback application is behind the load balancer and connectivity between lb and loopback does not need SSL. In that scenario, you don't need this module.
You need a SSL connectivity between Load Balancer and Loopback. In this case your load balancer will be configured with the public/exposed domain name and SSL certificate and the Loopback can be configured with an internal certificate signed with same certificate provider
The loopback itself is public - in this case your app needs access to public certificate (Very rare and and not an ideal scenario)
There is no Load Balancer in place, as it would be overkill for my use case.
What do you mean by 3? I need the api generated by loopback to be public (at least for the get methods). Would you recommend using another wrapper around the api interface generated bei lb?
On a managed server I am unable to access the certificates, because I am lacking the required rights. Is it possible to use this module or to set up loopback in any way that I can use SSL without specifying the path to the certificate? The server is running Apache and in this context ssl is working fine.
The text was updated successfully, but these errors were encountered: