KoenZomers/pfSenseBackup

[BUG] SSL error on Ubuntu 22.04

himself1985 opened this issue · 2 comments

Describe the bug
SSL error on Ubuntu 22.04

To Reproduce
Steps to reproduce the behavior:
./pfSenseBackupv2.6.0-linux-x64 -u pfsbackup -p pfsbackupPassword -s pfs.domain.org:4444 -e "encryptPW" -norrd -usessl

pfSense Backup Tool v2.6.0 by Koen Zomers

Connecting using protocol version 2.5.0
Error: The SSL connection could not be established, see inner exception. Authentication failed, see inner exception.

When I run it on Windows, everything works perfectly.

Versions (please complete the following information):

  • OS: Ubuntu 22.04LTS
  • pfSense: 2.7
  • pfSenseBackup: 2.6.0

Can you try it again with the 2.7.0 version I have just published to see if that makes any difference? This version is compiled against a newer .NET version (6.0 LTS) which might make a difference with this.

Yes, all fine now, thanks :-)