您确实可以将 jAgent 配置为使用 SSL,以便您可以通过 HTTPS 处理请求。这里有太多要完整复制/粘贴的内容,但简而言之,请参阅jAgent 管理:jAgent 配置文件并注意以下注释:
; For SSL connections, specify the path of the x509 certificate to
; use. When a certificate is specified, a private key must also be
; specified. This option duplicates the -c (--certificate) command
; line option.
;certificate = <path to certificate (.pem) file>
; For SSL connections, specify the path of the private key for the
; certificate being used. This option duplicates the -k (--private_key)
; command line option.
;private_key = <path to private key (.pem) file>
此外,请参阅jAgent 安全以获取更多上下文。可以在运行 jAgent 时通过命令行参数指定证书和密钥,或者(推荐)在配置中设置并注意指定配置。此命令说明了两者:
jbase_agent -c cert.pem -k key.pem --config %HOME%\jagent_config