I'm using \Phalcon\Debug to.... debug, and whenever it generates a debug screen, the page is completely unstyled. All my pages are via https, so the CSS and Javascript for the page is also loaded via https. However, it appears NetDNA does not serve up those files over https, only http:
https://static.phalcon.io/debug/1.2.0/jquery/jquery.js <-- Not found https://static.phalcon.io/debug/1.2.0/jquery/jquery.js <-- Works fine
Edit This isn't a bug report - if it's happening to you and you want the Phalcon organization to notice, submit a bug report on Github.
This problem can be circumvented by locally hosting the files, and using the setURI() method to tell your Debug object where the files are.