gjedeer/celery-php

API documentation page is blank

nkovacs opened this issue · 8 comments

Thanks.

@gjedeer Both of the above URLs appear to be serving blank pages again

Hello @gjedeer Both URL blank again

Both fixed, the cron job should work now: a00bcef

Unrelated issue but maybe someone can help me here: Firefox refuses to make a HTTPS request. HTTP works fine, other browsers work fine. Any ideas?

https://massivescale.net/celery-php/li_celery-php.html <- works in everything but Firefox

Might be this:

Endpoints MAY choose to generate a connection error (Section 5.4.1) of type INADEQUATE_SECURITY if one of the cipher suites from the black list is negotiated.

https://tools.ietf.org/html/rfc7540#section-9.2.2
https://tools.ietf.org/html/rfc7540#appendix-A

Your server supports a few that are blacklisted:

  • TLS_DHE_RSA_WITH_AES_256_CBC_SHA
  • TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
  • TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
  • TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384

See here:
https://www.ssllabs.com/ssltest/analyze.html?d=massivescale.net&s=176.31.28.48&latest

Thank you! The A+ from SSL test decieved me.

PHPDocumentor upgrade wiped all documentation