简体   繁体   English

需要测试服务器与https:一起使用,但没有SSL

[英]Need to have testing server work with https: but don't have an SSL

I'm working on an online store. 我正在一家网上商店。 I have it setup on my testing server. 我在测试服务器上安装了它。 I'm having a problem where when it goes to the checkout functions it wants to start calling https pages. 我遇到一个问题,当它转到结帐功能时,它想开始调用https页面。 I don't have an SSL certificate for this server. 我没有此服务器的SSL证书。 Is there something I can do with Apache to get this to work? 我可以使用Apache做些什么使它工作? Mod_Rewrite perhaps? 可能是Mod_Rewrite? I've played a little with rewrites but haven't had any success. 我玩过一些重写游戏,但没有取得任何成功。

It would be much better if you could add SSL support with open_ssl and create your own self-signed certificate. 如果可以在open_ssl中添加SSL支持并创建自己的自签名证书,那就更好了。 self-signed certs are free to create. 自签名证书可以自由创建。

Here is an example of instructions: http://www.flatmtn.com/article/setting-ssl-certificates-apache 这是说明示例: http : //www.flatmtn.com/article/setting-ssl-certificates-apache

If you don't feel comfortable with openssl you might also use SimpleCA or OpenCA to create self-signed certificates. 如果您对openssl感到不满意,则也可以使用SimpleCAOpenCA创建自签名证书。 These are simple GUI programs that act as a Certificate Authority. 这些是充当证书颁发机构的简单GUI程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM