Hi, I have a backup set up to report to https://www.duplicati-monitoring.com/
When I run if from the UI the back reports that there a 4 warnigns, but there is nothing in the log. When I export the backup to command line and run it there I do get errors.
```
HTTP Response request attempt 1 of 3 failed for: hxxps://www.duplicati-monitoring.com/log/frank%40breedijk[.]net//51672 => The SSL connection could not be established, see inner exception.
HTTP Response request attempt 2 of 3 failed for: hxxps://www.duplicati-monitoring.com/log/frank%40breedijk[.]net//51672 => The request message was already sent. Cannot send the same request message multiple times.
HTTP Response request attempt 3 of 3 failed for: hxxps://www.duplicati-monitoring.com/log/frank%40breedijk[.]net//51672 => The request message was already sent. Cannot send the same request message multiple times.
Failed to send message: System.InvalidOperationException: The request message was already sent. Cannot send the same request message multiple times.
```
The command line is:
/Applications/Duplicati.app/Contents/MacOS/duplicati-cli backup “onedrivev2://Duplicati/laptop/mac_20251222?authid=” /Users/fbreedijk/ --backup-name=Macbook --dbpath=“/Users/fbreedijk/Library/Application Support/Duplicati/DMYIRRXRLQ.sqlite” --backup-id=DB-1 --encryption-module=aes --passphrase=“” --compression-module=zip --dblock-size=50MB --retention-policy=“1W:1D,4W:1W,12M:1M” --send-http-url=“hxxps://www.duplicati-monitoring.com/log/frank%40breedijk[.]net//51672” --disable-module=console-password-input --exclude=/Users/fbreedijk/OneDrive/
It looks like there is a conflict between the encryption of duplicati-monitoring and the ssl environment on Mac. All my other backup Ubuntu and Pi work and report well.