While attempting to use the [bw_csv] shortcode to display the contents of an attached CSV file, using the src= parameter I encountered the SSL security certificate problem again.
Warning: file(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed in C:\apache\htdocs\wordpress\wp-content\plugins\oik-bob-bing-wide\shortcodes\oik-csv.php on line 254
Warning: file(): Failed to enable crypto in C:\apache\htdocs\wordpress\wp-content\plugins\oik-bob-bing-wide\shortcodes\oik-csv.php on line 254
Warning: file(https://blocks.wp.a2z/wp-content/uploads/sites/10/2019/12/wp-plugins-blocks-20191109.csv): failed to open stream: operation failed in C:\apache\htdocs\wordpress\wp-content\plugins\oik-bob-bing-wide\shortcodes\oik-csv.php on line 254
Workaround
Either fully qualify the name of the file
Copy the failing URL and change the scheme to http.
While attempting to use the [bw_csv] shortcode to display the contents of an attached CSV file, using the
src=
parameter I encountered the SSL security certificate problem again.Workaround
http
.