Skip to content

Instantly share code, notes, and snippets.

@OLibutzki
OLibutzki / 00doc.txt
Last active August 29, 2015 14:06 — forked from jpmens/00doc.txt
The only way I've been able to get openHAB behind an nginx proxy is by:
For debugging, I ran curl(1) against nginx:
$ curl -k 'https://192.168.1.130:9443/rest/sitemaps/jp?type=json'
{"name":"jp","link":"https://192.168.1.130:9443/rest/sitemaps/jp","homepage
The important thing to look out for here, is that ALL URIs returned are actually of scheme 'https'.