-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Labels
Description
Description
A arm64 build won't establish SSL-connection under bookworm 12
Steps to reproduce
- Clone repo https://github.com/the-sutt/AdyenTest/
- add credentials to Program.cs
- build for arm64 and run on a raspberry pi 4/5 with bookworm 12.
Actual behavior
Creating device...
Creating client...
Creating local ApiService...
Performing diagnosis...
Constructing request...
Sending request...
System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
Expected behavior
A working SSL connection.
Code snippet or screenshots (if applicable)
https://github.com/the-sutt/AdyenTest/
Adyen .NET API Library version
32.1
.NET version
8
Operating System
Linux
Additional context
The Adyen-lib appears to be unable to establish a SSL connection to the local payment-terminal (a Verifone P400-Plus).
The root-CA for the live-fleet is attached to the trust store of the OS, as verified by an openssl command which returns a successful SSL-handshake.
More info provided at the demo repository