如何在 Mac 操作系统上启用 HTTPS 连接?
我正在使用“Snow Leopard”10.6.5 在 Mac 操作系统上开发 Ruby on Rails 应用程序,为此我需要在本地使用安全超文本传输协议 (HTTPS) 连接。
我如何设置我的机器来做到这一点?我必须安装什么?
I am developing a Ruby on Rails application on my Mac OS with "Snow Leopard" 10.6.5 and for this I need to use locally a Hypertext Transfer Protocol Secure (HTTPS) connection.
How can I set my machine to do that? What I have to install?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我假设您正在使用“启用网络共享”时启用的内置网络服务器。该服务器是 Apache,因此在 google 上搜索“在 Apache 中启用 SSL”。
简而言之,这很容易做到,但你需要一个 x509 证书,一个“cert”;自行生成的证书可以使用,但您必须告诉浏览器信任它。
I presume you're using the built-in web server enabled when you "enable web sharing". That server is Apache, so google for "enable SSL in Apache".
Short form is that it's easy to do but you need a an x509 certificate, a "cert"; a self-generated cert will work but you'll have to tell your browser to trust it.
当我上次设置服务器时,我发现 Apple 的文档非常有帮助:
http ://developer.apple.com/internet/serverside/modssl.html
Back when I last set up my server, I found Apple´s documentation to be very helpful:
http://developer.apple.com/internet/serverside/modssl.html