简体   繁体   English

如何建立非安全连接

[英]how to establish a non secure connection

i have been building a website on WordPress;我一直在 WordPress 上建立一个网站; however, i have changed the URL to instead of by mistake.但是,我已将 URL 更改为,而不是错误地更改。 i have not purchased a certificate yet.我还没有购买证书。 now i can not have access to the dashboard from my browser, so i want to establish a non secure connection to reverse the URL back again.现在我无法从我的浏览器访问仪表板,所以我想建立一个非安全连接以再次反转 URL。 i have tried disabling firewall, clearing cache and many other methods to avoid the certificate like "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --ignore-certificate-errors" but can not avoid to establish non secure connection我已经尝试禁用防火墙、清除缓存和许多其他方法来避免证书,如“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe”--ignore-certificate-errors"但无法避免建立非安全连接

Just simply make a local certificate and you are good to go, You can use xca software or even OpenSSl ,只需简单地制作一个本地证书就可以了go,您可以使用xca软件甚至OpenSSl

I wrote a answer to do so using OpenSSl https://stackoverflow.com/a/59733055/10794140 just skim to certificate installation and trusting.我使用OpenSSl https://stackoverflow.com/a/59733055/10794140写了一个答案,只是略过证书安装和信任。

And, yes using xca is more simple with the good user interface, recommended to check out.而且,是的,使用xca更简单,用户界面很好,建议查看。

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

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