atkinsj
atkinsj
I have this error as well; I have a sneaking suspicion it's not actually to do with the certificate but I'm not sure how else to troubleshoot this to move...
+1 on this. I almost had it working with an nginx config doing string replaces: ``` location /huginn { proxy_pass http://127.0.0.1:3000/; rewrite /huginn(.*) /$1 break; sub_filter_once off; sub_filter 'src="/' 'src="/huginn/';...
Yup -- can confirm it goes back at least as far back as 2.3.1. It's not a huge deal as I'm using `FROM broplatform/bro:2.5.5` and installing it myself but it's...