0

在 Windows 中,当我在公司网络中安装和运行 thinkorswim(使用自己的自签名 ssl 证书)时,它无法通过 https 连接到 tdameritrade 的服务器。如何使用自签名证书更新 tos 的 java 运行时?

4

1 回答 1

0

在 windows 中打开命令提示符并运行以下命令将公司的 cacert 安装到 thinkorswim 的 jre 中:

cd C:\<thinkorswim-install-dir>\jre\bin\
keytool.exe -import -trustcacerts -noprompt -storepass changeit -alias mycertificate -keystore ..\lib\security\cacerts -file c:\mycert.cer
于 2021-05-06T19:13:32.960 回答