0
我有一個域名爲chansek.com,由Opensift通過Wordpress應用程序託管。但問題是,當我試圖打開我的WordPress管理員時,它始終嘗試通過https而不是http進行連接。由於我沒有任何SSL證書,它給了我一些警告信息。請參閱下面的截圖以獲得更好的理解。打開WordPress管理器時出現SSL錯誤管理
如何讓它通過http?我不想爲我的網站提供SSL證書,因爲它是個人博客。
我也嘗試使用Jetpack的插件。但它給出了以下錯誤。
Your website needs to be publicly accessible to use Jetpack: site_inaccessible Error
Details: The Jetpack server was unable to communicate with your site
https://www.chansek.com [IXR -32300: transport error: http_request_failed SSL:
no alternative certificate subject name matches target host name 'www.chansek.com']
此處可供參考WP Codex提供了有關Admin over SSL配置的更多信息 - https://codex.wordpress.org/Administration_Over_SSL – jarmerson