Trouble with Leaf API #412
-
Hi guys I'm running the Leaf API on CentOS 7.9 and using Apache 2.4 with a Shibbolith SO 3. I've started by running without The system still needs certificates issued by a trusted certificate authority, which is underway. For now, I'm using self-signed certificates. To start, Leaf's running without authentication or Authorization. That worked for a while, but then I tried using authentication which failed, and cannot get back to a system that work. The compile command:
I get the attached browser error. Here's appsettings.json (renamed to make github happy): And here's the relevant part of the leaf log, which, curiously, doesn't have an error: Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@artgoldberg in the browser can you open the developer console (usually Ctrl+Shift+I) when you start Leaf and take a look at the Network tab? That'll provide more info than the Leaf UI, which gives messages that are intentionally opaque. My suspicion is that the API call is not being reverse proxied by Apache to the Leaf API. The |
Beta Was this translation helpful? Give feedback.
@artgoldberg in the browser can you open the developer console (usually Ctrl+Shift+I) when you start Leaf and take a look at the Network tab? That'll provide more info than the Leaf UI, which gives messages that are intentionally opaque.
My suspicion is that the API call is not being reverse proxied by Apache to the Leaf API. The
Server was found but unexpectedly returned an error
is an interpretation of the HTTP status code, but may be misleading or incorrect so let's not read into the message.