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
Hi,
i have been tasked with setting up the SMP-Service for my org. It went pretty smooth, we can access https://smp.qits.de/public/, it should be online right now too.
I use a pretty generic snippet to connect the internet via haproxy to the server the SMP-Service is running on inside Docker. This is the internet facing frontent:
Hi @qits-kkruse
First of all hello. Second of all: don't use https for your SMP. According to the Peppol SMP specification 1.3.0, chapter 5.1 you MUST NOT use https for your SMP. If you don't use the SMP for Peppol, just let me know.
Usually when running behind a reverse proxy I recommend to set the properties smp.forceroot to true and smp.publicurl to smp.qits.de. When this is set, the 302 to /public will forward to smp.publicurl/public
Hi,
i have been tasked with setting up the SMP-Service for my org. It went pretty smooth, we can access https://smp.qits.de/public/, it should be online right now too.
However, when i open http://smp.qits.de/ i get a redirect 302 to http://127.0.0.1:8888/public and i can't seem to find where that is configured.
I use a pretty generic snippet to connect the internet via haproxy to the server the SMP-Service is running on inside Docker. This is the internet facing frontent:
And this connects to the Docker server, pretty easy i think:
This is based on the example nginx-config https://github.com/phax/phoss-smp/wiki/nginx. I doubt it has to be changed, seems easy enough and works with /public/.
So the question is this, where do i configure the target for the 302 redirection from http://smp.qits.de/ to http://127.0.0.1:8888/public?
Happy holidays :-)
The text was updated successfully, but these errors were encountered: