Changeset 25880 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 10/23/2013 02:37:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r25654 r25880 637 637 } 638 638 639 return wp_remote_request( $redirect_location, $args ); 639 return wp_remote_request( $redirect_location, $args ); 640 640 } 641 641 … … 945 945 /** 946 946 * Verifies the received SSL certificate against it's Common Names and subjectAltName fields 947 * 947 * 948 948 * PHP's SSL verifications only verify that it's a valid Certificate, it doesn't verify if 949 949 * the certificate is valid for the hostname which was requested.
Note: See TracChangeset
for help on using the changeset viewer.