在本地主机上设置 https

发布于 2024-09-27 00:21:56 字数 111 浏览 5 评论 0原文

我的页面上发生错误,该错误仅在我通过 https 访问该页面时发生。我需要在本地计算机上配置 https 进行测试,但不确定如何进行?

编辑。

使用 IIS。抱歉没有包括在内。

I have an error occuring on a page that only happens when I access the page through https. I need to configure https on my local machine for testing but am not sure how to go about it?

EDIT.

Using IIS. Sorry for not including.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一片旧的回忆 2024-10-04 00:21:56

如果您使用的是 IIS,请转到此处:http://www.microsoft.com/downloads/en/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499&DisplayLang=en
并下载 takeit。
在那里您会找到一个名为 SelfSSL 的实用程序。您可以在本地设置一个证书来帮助您完成开发。如果我记得命令是:

selfssl /T /N: cn="your_computer_name"

我知道答案有点晚了,但希望它能对某人有所帮助。

If you are using IIS then go here: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499&DisplayLang=en
and download the tookit.
In there you'll find a utility called SelfSSL. You can set up a certificate locally that'll get you through development. If I recall the command is:

selfssl /T /N: cn="your_computer_name"

I know the answer is a bit late but hopefully it'll help someone.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文