cyberkitsune / PSO2Proxy

A protocol proxy for PSO2
GNU Affero General Public License v3.0
46 stars 42 forks source link

Proxy server Public/Private RSA keys size #81

Closed DistantThunder closed 10 years ago

DistantThunder commented 10 years ago

I noticed upon reinstalling the PSOProxy server that it can't use an RSA Public/Private pair of keys when the key size exceed 1024 bits. Is this a limitation of the original client that doesn't support public keys of higher size or is this on PSO2Proxy side ?

Just curious as I went almost crazy not understanding why I got "Server timed out" message and have been messing with keys for an hour and I just realised this.

cyberkitsune commented 10 years ago

This is a limitation of PSO2's client, and is not something we can work around sadly.

DistantThunder commented 10 years ago

Alright, thanks for answering !