Did we make any changes to the hub setup process with respect to the url rewrite check (not finding anything in the git log yet but maybe I'm not searching well enough)? I'm working in a VM and am not using HTTPS in order to avoid valid certificate problems, but the setup check fails at the URL rewrite step because it is calling an HTTPS URL. When I manually enter the HTTP URL I get the "ok" text.
Url rewrite in .htaccess is not working. Check your server configuration.Test: array ( 'return_code' => 0, 'success' => false, 'header' => '', 'body' => '', 'error' => 'Could not resolve host: hubzilla.dev', 'debug' => array ( 'url' => 'https://hubzilla.dev/setup/testrewrite', 'content_type' => NULL, 'http_code' => 0, 'header_size' => 0, 'request_size' => 0, 'filetime' => -1, 'ssl_verify_result' => 0, 'redirect_count' => 0, 'total_time' => 0.0045019999999999999, 'namelookup_time' => 0.0, 'connect_time' => 0.0, 'pretransfer_time' => 0.0, 'size_upload' => 0.0, 'size_download' => 0.0, 'speed_download' => 0.0, 'speed_upload' => 0.0, 'download_content_length' => -1.0, 'upload_content_length' => -1.0, 'starttransfer_time' => 0.0, 'redirect_time' => 0.0, 'redirect_url' => '', 'primary_ip' => '', 'certinfo' => array ( ), 'primary_port' => 0, 'local_ip' => '', 'local_port' => 0, ), )
!
Hubzilla Development