WordPress on Local with SSL apparently doesn’t load local CSS files, such as from a theme directory, via add_editor_style(). When attempting to do so, it throws the following error:
Error: curl: (60) SSL certificate problem: self signed certificate
The exception occurs at line 422 of wp-includes/Requests/Transport/cURL.php
It will load external assets over https such as Google fonts or CSS files on other servers.