Database encrypts with plugin (C++ VC).
Firebird as Service in Superclassic mode
I have normal connect via inet4,inet6 and localhost. I am just changing connection string and I am getting such result :"callback return 0". But I don't have connect via XNET though the buffer is setting.
if I try to connect via XNET to the same database, but without plugin encryption, the connection is established
Not sure was it mentioned in docs or not but you will not be able to transfer DB encryption key over xnet & wnet connections till serious rework of firebird network listener.
Submitted by: Marik Decide (rasslabone)
Votes: 1
Database encrypts with plugin (C++ VC). Firebird as Service in Superclassic mode I have normal connect via inet4,inet6 and localhost. I am just changing connection string and I am getting such result :"callback return 0". But I don't have connect via XNET though the buffer is setting. if I try to connect via XNET to the same database, but without plugin encryption, the connection is established