Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

API documentation page is blank #73

Open
nkovacs opened this issue Jun 19, 2016 · 8 comments
Open

API documentation page is blank #73

nkovacs opened this issue Jun 19, 2016 · 8 comments

Comments

@nkovacs
Copy link

nkovacs commented Jun 19, 2016

Both https://massivescale.net/celery-php/li_celery-php.html and https://massivescale.net/celery-php are blank pages.

@gjedeer
Copy link
Owner

gjedeer commented Jun 21, 2016 via email

@nkovacs
Copy link
Author

nkovacs commented Jun 21, 2016

Thanks.

@nkovacs nkovacs closed this as completed Jun 21, 2016
@frankfarmer
Copy link

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

@anhnvme
Copy link

anhnvme commented Jul 18, 2016

Hello @gjedeer Both URL blank again

@gjedeer
Copy link
Owner

gjedeer commented Aug 10, 2016

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

@nkovacs
Copy link
Author

nkovacs commented Aug 10, 2016

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

@gjedeer
Copy link
Owner

gjedeer commented Aug 11, 2016

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

@gjedeer
Copy link
Owner

gjedeer commented Dec 23, 2016

PHPDocumentor upgrade wiped all documentation

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants