开发者

SSL Configuration on System i

开发者 https://www.devze.com 2023-01-01 22:23 出处:网络
I have written a delphi application that allows a user to define a query and run it over a DB2 database on an IBM System i using a TADOQuery component with the IBM DB2 OLE DB Provider.

I have written a delphi application that allows a user to define a query and run it over a DB2 database on an IBM System i using a TADOQuery component with the IBM DB2 OLE DB Provider.

We now have a requirement that the user be allowed to secure the connection using SSL if they so wish. I know that I can pass a value of "SSL=TRUE" into the connection string for the OLE DB Provider. The problem that we're having is setting up SSL on the System i server so that w开发者_JAVA技巧e can set up our test environment.

I can't find any instructions for securing the database application on a System i to use SSL. Does anyone know how to do this?


Setting up SSL on the iSeries

0

精彩评论

暂无评论...
验证码 换一张
取 消