The error messages do not seem to be related Does the time stamp correspond to your SSL test? Can you do a standalone non browser request to the endpoint ?
What kind of "REST APP" is this ? The ML REST endpoints themselves do not generate Javascript so some page content must be fetching JavaScript or maybe it isn't a JavaScript spinning cursor but the browser wheel - How did you determine it was from JavaScript? . Did you get a browser error first ? Is this the default certificate or did you general a CSR and sign it from A commercial CA? Are all "Ajax' requests going to the same port? Are they using full URLS ( with http or http? Sometimes I delete or move all log files then restart ML and retry So I do t get confused ( yes I very easily get confused:) Next, did you change to https:// URL? If you click on the lock icon in the browser can you confirm That the certificate chain is correct ? If using the default self signed certificate produced by the template Some browsers may not let you visit the page Also, you should clear the browser cache and close all browser windows to get rid of historic cached pages which may have references to non SSL URLS. To debug ... Check the accsss logs to see if your request is being received and the result codes and all embedded requests were received and responded. Compare to the same sequence without ssl. Try the F12 developer tool window in IE, Firefox Or chrome , All have excellent and easy to use tools that let you see all requests And their details .., Likewise clear all caches and compare with and without SSL Not knowing your app and assuming that not stated information implies that There is no other errors noticed, that some embedded request ( an href or JavaScript web request ) is using http:// URLS instead of relative URLS These will either hang or abort but not show an error ( except in debug tools) resulting in blank contents and hang any page requiring a successful response .... Depending on the JS libraries and browser the JS code may simply not be getting Amy callbacks, or may not have coded a handler for error callbacks, Any of these can produce the same symptoms and may require JavaScript or CSS low level debugging to resolv. Last resort but very valuable is using wireshark or similar to trace the top packet bodies Sent from my iPad (excuse the terseness) David A Lee [email protected] > On Jul 10, 2015, at 12:37 PM, cyanline llc <[email protected]> wrote: > > Hi All, > After making a change to a rest app to used a signed cert for SSL, I > get a spinning javascript wheel upon visiting the rest app in the browser. > The error messageS can be found here http://sprunge.us/KXPb > Everything is the same- the configuration, the data, the app... > Do these error messages say anything valuable to you? > > Thank you > _______________________________________________ > General mailing list > [email protected] > Manage your subscription at: > http://developer.marklogic.com/mailman/listinfo/general _______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
