unofficial-unifi / unifi-pfsense

A script that installs the UniFi Controller software on pfSense and other FreeBSD systems
BSD 2-Clause "Simplified" License
755 stars 245 forks source link

Can't install on pfSense+ 23.05.1. #333

Closed CryptoSiD closed 1 year ago

CryptoSiD commented 1 year ago

When trying to install on pfSense+ 23.05.1 I'm getting the following errors:

The major error which isn't fixable: ld-elf.so.1: Shared object "libssl.so.30" not found, required by "mongod"

I'm also getting tons of errors like this one: Certificate verification failed for /C=US/O=Internet Security Research Group/CN=ISRG Root X1 35126218752:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/var/jenkins/workspace/pfSense-Plus-snapshots-23_05_1-main/sources/FreeBSD-src-plus-RELENG_23_05_1/crypto/openssl/ssl/statem/statem_clnt.c:1921: Certificate verification failed for /C=US/O=Internet Security Research Group/CN=ISRG Root X1 35126218752:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/var/jenkins/workspace/pfSense-Plus-snapshots-23_05_1-main/sources/FreeBSD-src-plus-RELENG_23_05_1/crypto/openssl/ssl/statem/statem_clnt.c:1921: Certificate verification failed for /C=US/O=Internet Security Research Group/CN=ISRG Root X1 35126218752:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/var/jenkins/workspace/pfSense-Plus-snapshots-23_05_1-main/sources/FreeBSD-src-plus-RELENG_23_05_1/crypto/openssl/ssl/statem/statem_clnt.c:1921: pkg: https://pkgmir.geo.freebsd.org/FreeBSD:14:amd64/latest/All/alsa-lib-1.2.10.pkg: Authentication error

If I download every package manually and install them with pkg_static add package.pkg, they install without issue.

However, the missing libssl.so.30 makes it impossible for MongoDB to start.

CryptoSiD commented 1 year ago

duplicate