在 Java 中设置 https 客户端
我对 HTTPS/SSL 很陌生,所以请原谅我缺乏知识。现在我正在尝试设置一个简单的 Java 客户端,通过 HTTPS 连接到 Web 服务器。我在网上看到了一些示例代码,但似乎无法真正理解它。我还想知道在 Windows 机器上设置它与在其他类型的操作系统上设置是否有区别。
如果有人知道这方面的好教程或者可以引导我走向正确的方向,我将不胜感激。
I'm very new to HTTPS/SSL so excuse my lack of knowledge. Right now I'm trying to setup a simple Java client in which it connects to a web server through HTTPS. I've seen some example code online but can't seem to really make sense of it. Also I was wondering if there is a difference between setting it up on a Windows machine compared to another type of OS.
If anybody knows a good tutorial on this or can head me towards the right direction it would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Apache HttpClient 是开源代码,可以满足您的需求。您使用什么操作系统几乎没有什么区别。
Apache HttpClient is open source code that does what you need. It makes little difference what OS you use.
另请参阅 Javadoc 中的 JSSE 参考指南。
See also the JSSE Reference Guide in the Javadoc.