Changes between Initial Version and Version 1 of Ticket #591
- Timestamp:
- 08/28/2014 05:00:06 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #591
-
Property
Summary
changed from
Get Warning Notices in Wordpress 4.0-RC1, because the Cert is invalid for 66.155.40.203toGet Warning Notices in WordPress 4.0-RC1, because the Cert is invalid for 66.155.40.203
-
Property
Summary
changed from
-
Ticket #591 – Description
initial v1 3 3 4 4 Message: 5 Warning: An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in /Library/WebServer/Documents/work/wp.dev/wp-admin/includes/plugin-install.php on line 775 Warning: An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>. (WordPress could not establish a secure connection to WordPress.org. Please contact your server administrator.) in /Library/WebServer/Documents/work/wp.dev/wp-admin/includes/plugin-install.php on line 77 6 6 Call Stack 7 {{{ 7 8 # Time Memory Function Location 8 9 1 0.0015 427664 {main}( ) ../update-core.php:0 … … 10 11 3 3.8331 21275712 plugins_api( ) ../update-core.php:243 11 12 4 4.2963 21284656 trigger_error ( ) ../plugin-install.php:77 12 13 }}} 13 14 Problem: 15 {{{ 14 16 Certificate Common Name (CN) and Hostname does not match? 15 17 The hostname (66.155.40.203) does NOT match the Common Name in the certificate (*.wordpress.org). This certificate is currently invalid for this host. 16 18 }}} 17 19 You can check it externally as well, see: 18 20 https://www.geocerts.com/ssl_checker … … 20 22 21 23 Solution: 22 Use correct SSL Cert for 66.155.40.203 (Word press API Server)24 Use correct SSL Cert for 66.155.40.203 (WordPress API Server) 23 25 Even if I accept the Cart manually in Keychain on Mac or via Safari 'always trust', it does not work. Curl doesn't accept it. Curl Version: 7.37.1 24 26 25 27 Check via Terminal, same result: 28 {{{ 26 29 Usernames-MacBook-Air:apache2 username$ curl --cacert /Users/username/Desktop/\*.wordpress.org.cer https://66.155.40.203 27 30 curl: (51) SSL: certificate verification failed (result: 5) 31 }}}