Basically having the following issue:
The firebird database is located on a remote windows server. The client configured in a way that we target the IP Address + port of the router and then get forwarded to the correct address + port. Upon trying to connect we get the following error "
connection rejected by remote interface".
As I tried to do that with PHP PDO before and was under the impression it could be on php end I tried it via the windows ODBC Data Source Administrator. Same issue.
I updated the firebird config accordingly by setting
AuthServer=Srp256,Srp,Legacy_auth
AuthClient=Srp256,Srp,Legacy_auth
UserManager=Srp,Legacy_UserManager
WireCrypt=Enabled
The pc got restarted then, sadly we are still facing the same issue there.
Yes, the address we target seems to be correct. Upon changing the port / address we get the error that establishing a connection failed.
Anybody got any ideas?