Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Windows 中,当我在公司网络中安装和运行 thinkorswim(使用自己的自签名 ssl 证书)时,它无法通过 https 连接到 tdameritrade 的服务器。如何使用自签名证书更新 tos 的 java 运行时?
在 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
我正在使用以下格式来响应 Web 服务。
<Name>abc</Name> <Detail> <RESPONSE> <Age>20</Age> <Address>blahblah</Address> <M