Alin Voinea
Alin Voinea
@jenkins-plone-org please run jobs
Holy mother of... this is here for 2 years and nobody took care of it? :smile: I can confirm @cekk 's conclusions from here https://github.com/plone/volto/issues/2597#issuecomment-895114458 How to test and reproduce:...
@davidfrendo Did you manage to add HTTPS in front of it?!
These lines are to be blamed: https://github.com/brandonwamboldt/varnish-dashboard/blob/e2cc1c854941c9fac18bdfedba2819fa766a5549/assets/js/main.js#L370-L372 As it expects internal server to have https enabled.
> These lines are to be blamed: Plus some missing headers.
Ops: ``` Mixed Content: The page at 'https://varnish.example.com/?server=0' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://10.1.2.3:6085/status'. This request has been blocked; the content must be served over...
By default it works. The issue with @davidfrendo conf is that it redirects all calls to `/html/`: ``` ProxyPass / http://127.0.0.1:6085/html/ ProxyPassReverse / http://127.0.0.1:6085/html/ ``` it should be: ``` ProxyPass...
Or, to avoid sub-domains HTTPS setup, via path rewrites: ``` var config = { servers: [ { name: "Varnish 1", host: 'example.com/varnish-1', port: null, user: 'varnish', pass: 'secret' }, {...
Any work in progress on this? Especially **Dexterity content types**?
@tisto Then I suppose I'm the right guy at the right place :). I can take **The Dexterity content types control panel** Where should I start? I suppose **plone.restapi**.