1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

「Local」でSSLのTRUSTボタンをクリックしたら警告が出て有効化できないとき

Last updated at Posted at 2021-05-28

WordPressのローカル開発環境「Local」でサイトを作成し、SSLを有効化しようとして「TRUST」ボタンをクリックしたらオレンジ色のバーが出て、
Heads-up! We ran into an issue trusting the Local SSL certificate
の表示が出て、SSLが有効化できない。
スクリーンショット 2021-05-28 10.04.31.png

スクリーンショット 2021-05-28 10.07.03.png

先のメッセージのLearn moreに飛んで読んだところ、 現行macOS(11.x.x BigSur)の仕様による制限 のようす。

##以下の方法で解決##

  1. まず、Localで作成したサイトのOVERVIEW > SSL > 「TRUST」ボタンで証明書を発行する。

  2. 「キーチェーンアクセス」アプリを開く

  3. 作成したサイトのドメインで検索(画像の例だとwordpress.local)、証明書が見つかるのでダブルクリックでひらく
    スクリーンショット 2021-05-28 10.05.06.png

  4. 「信頼」をクリックして展開し、「この証明書を使用するとき」のドロップダウンから「常に信頼」を選択
    スクリーンショット 2021-05-28 10.05.31.png

  5. 閉じると管理者パスワードを求められるので入力

以上でSSLが有効化される。されないときはLocalを一旦終了して再起動する。

スクリーンショット 2021-05-28 10.03.00.png

参考:
https://localwp.com/help-docs/ssl/managing-local-sites-ssl-certificate-in-macos/

1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?