XF 1.4 FULL HTTPS and assets aborted on load

William Harvey

New member
Hi all,

I'm new here and just purchased and loaded a new forum.

The site is FULL HTTPS and I have an intermittent issue with assets being aborted on page load.

URL: http://goo.gl/MyWbIX

I have set the urls to use https.

In both FF and Chrome, the page sometimes loads but when you refresh ctl f5, the pages fails to load css and js files.

Any ideas what's causing this?

Thanks
William
 
Check that all your spelling is correct.... I noticed that your logo shows webmaser404.com (and the site is actually webmasTer404.com?).
You site shows up fine non-https, which indicates it's something in your Apache SSL config. Have you contacted your host about it yet?
 
Thanks for the reply Tracy.

We've changed the conf file so we could work on the site but back to full HTTPS for testing.

The errors I get are...

GET https://www.webmaster404.com/css.php?css=xenforo,form,public&style=1&dir=LTR&d=1412717874 net::ERR_CONNECTION_RESET (index):21

GET https://www.webmaster404.com/css.ph...debar_share_page&style=1&dir=LTR&d=1412717874 net::ERR_CONNECTION_RESET (index):22
GET https://www.webmaster404.com/js/jquery/jquery-1.11.0.min.js net::ERR_CONNECTION_RESET (index):27

GET https://www.webmaster404.com/js/xenforo/xenforo.js?_v=df75a428 net::ERR_CONNECTION_RESET (index):29
Uncaught ReferenceError: jQuery is not defined (index):806(anonymous function) (index):806

GET https://www.webmaster404.com/styles/default/xenforo/logo.png net::ERR_CONNECTION_RESET (index):474

GET https://www.webmaster404.com/styles/default/xenforo/avatars/avatar_s.png net::ERR_CONNECTION_RESET (index):315

GET https://www.webmaster404.com/styles/default/xenforo/avatars/avatar_m.png net::ERR_CONNECTION_RESET (index):279

Any ideas how I can fix this?

Thanks
 
And here are the error logs on a single home page load

[Wed Oct 08 11:12:31 2014] [error] [client 92.18.200.250] PHP Parse error: syntax error, unexpected class (T_CLASS) in /home/webmaster404.com/public_html/library/Zend/Db.php on line 44, referer: https://www.webmaster404.com/

[Wed Oct 08 11:12:32 2014] [error] [client 92.18.200.250] PHP Parse error: syntax error, unexpected 'microtime' in /home/webm/home/webmaster404.com/public_html/ line 3, referer: https://www.webmaster404.com/

[Wed Oct 08 11:12:32 2014] [error] [client 92.18.200.250] PHP Parse error: syntax error, unexpected 'microtime' in /home/webm/home/webmaster404.com/public_html/ line 3, referer: https://www.webmaster404.com/
 
It doesn't even load on the first request for me. Given all the connection reset errors, that would imply that there is a server configuration error. I do see that you have mod_spdy installed (based on headers), so that might be the issue.
 
Hi Mike, OK I turned off spdy and the site works as it should. So spdy was the issue.

I'll play with the max streams and threads to a workable level and will post back.

Thanks for the nudge on spdy :)
 
Top Bottom