I\'m working on implementing a payment service called Swish and testing it using this guide (Guide is in English even though filename is Swedish).
https://www.getswi
Found an SSL test performed on the server:
https://www.ssllabs.com/ssltest/analyze.html?d=mss.swicpc.bankgirot.se
From here I could see that the following protocols were allowed:
After I set this everything worked:
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;