Solved unifi3 & unifi4 on FreeBSD 10.1

I build successfully unifi3 and unifi4 in different jails, with the same results.

It's starting up with out any errors. But if I navigate to https://ip:8843 I get an "HTTP Status 400" error.

And now I'm a bit lost, does anyone run successful run unifi or any ideas why this could happen?
 
I run net-mgmt/unifi3 on a FreeBSD machine without any trouble, although the default controller HTTPS port for me is 8443. (It seems like 8843 might be used by the access points as part of the captive portal functionality)

Does anything get output to the server.log file that may indicate the problem?
 
:oops: You are right.
Code:
# portal.https.port=8843  # portal redirect port for HTTPs
# unifi.https.port=8443  # controller UI / API
Which of course mean that the UI is exposed to port 8443 and not 8843.
 
Back
Top