Skip to content

Commit 9b36aa4

Browse files
committed
Try use WireEncrypt enabled
1 parent a171a6e commit 9b36aa4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Containers/firebird/do-firebird-3_0

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM firebirdsql/firebird:3.0.10
22

3-
RUN echo "WireCrypt = Disabled" >> /opt/firebird/firebird.conf
3+
RUN echo "WireCrypt = Enabled" >> /opt/firebird/firebird.conf
4+
RUN echo "AuthServer = Srp256, Legacy_Auth" >> /opt/firebird/firebird.conf
5+
RUN echo "AuthClient = Srp256, Srp, Legacy_Auth" >> /opt/firebird/firebird.conf
46

57
COPY init-firebird-instance.sh /docker-entrypoint-initdb.d/
68

0 commit comments

Comments
 (0)