chronoxor / NetCoreServer

Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
https://chronoxor.github.io/NetCoreServer
MIT License
2.63k stars 550 forks source link

PlayStation 3 Client - SSL connection impossible with HTTPS protocol. #271

Closed GitHubProUser67 closed 11 months ago

GitHubProUser67 commented 11 months ago

I am using NetCoreServer in a custom server infra-structure thanks to the example provided for HTTPS server support.

When using a PlayStation 3 client, the HTTPS server always fail at establishing the connection with the following error :

image

The PS3 client in question uses TLS1.3 which is fine given the example.

Using Google Chrome web browser, this doesn't happen:

image

(I am using a custom HTTPS/HTTP wrapper).

The SSL certs are generated using OpenSSL, but this also happen with the built-in PFX given with the example.