SOLVED Unable to install MinIO Plugin

Fred974

Contributor
Joined
Jul 2, 2016
Messages
190
Hi,

I have 2x TrueNAS server on the same network.
On my first server, I can install as many MinIO plugin as I want with no error using the default NAT installation. On my second TrueNAS, I always get this error message when trying to install MinIO:
Code:
Error: HTTPSConnectionPool(host='download.freebsd.org', port=443): Max retries exceeded with url: /ftp/releases/amd64 (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])")))


Do I need to select DHCP as well as NAT?
Could anyone please assist me in resolving this problem?

Thank you
 

Fred974

Contributor
Joined
Jul 2, 2016
Messages
190
Hi,

To add to the above; I have network connectivity and I can ping ping download.freebsd.org from the shell.
Code:
root@truenas[~]# ping download.freebsd.org
PING download.geo.freebsd.org (213.138.116.78): 56 data bytes
64 bytes from 213.138.116.78: icmp_seq=0 ttl=51 time=20.936 ms
64 bytes from 213.138.116.78: icmp_seq=1 ttl=51 time=20.974 ms
64 bytes from 213.138.116.78: icmp_seq=2 ttl=51 time=21.137 ms
64 bytes from 213.138.116.78: icmp_seq=3 ttl=51 time=21.272 ms
64 bytes from 213.138.116.78: icmp_seq=4 ttl=51 time=20.645 ms
64 bytes from 213.138.116.78: icmp_seq=5 ttl=51 time=20.887 ms
64 bytes from 213.138.116.78: icmp_seq=6 ttl=51 time=21.140 ms
64 bytes from 213.138.116.78: icmp_seq=7 ttl=51 time=21.210 ms
64 bytes from 213.138.116.78: icmp_seq=8 ttl=51 time=21.013 ms
64 bytes from 213.138.116.78: icmp_seq=9 ttl=51 time=21.065 ms
64 bytes from 213.138.116.78: icmp_seq=10 ttl=51 time=20.903 ms


From the shell, I can also telnet download.freebsd.org on port 443
Code:
root@truenas[~]# telnet download.freebsd.org 443
Trying 139.178.72.202...
Connected to download.geo.freebsd.org.
Escape character is '^]'.

Version: TrueNAS-12.0-U3.1

Any suggestions would be much appreciated.
 

Fred974

Contributor
Joined
Jul 2, 2016
Messages
190
Hi,

I just managed to figure it out..
I had the wrong ntp information in System-> NTP Servers. I resolved it by using the servers listed on the pool.ntp.org website
 
Top