View Single Post
Old 01-31-2012, 03:19 PM   #1
Fmstrat
G:RSS-Web Creator
Fmstrat began at the beginning.
 
Posts: 93
Karma: 14
Join Date: Aug 2010
Device: Kindle 3, PW, Nexus 4,10
Wrapping Calibre in SSL, Issue.

Hi,

I'm trying to use rewrite rules to wrap Calibre in SSL so that I can open it up to access when I'm on the road. However, I'm receiving some errors. Using the latest version of Calibre, and I've tried this using Apache and this guide: http://manual.calibre-ebook.com/server.html, and I've tried it using IIS, both with the same results. The page loads fine, but when I go to view newest books or browse books, I get:

Code:
Error: error

Object.createException (https://server/calibre/static/stacktrace.js:81:18)

Object.run (https://server/calibre/static/stacktrace.js:66:25)

printStackTrace (https://server/calibre/static/stacktrace.js:57:62)

render_error (https://server/calibre/static/browse/browse.js:134:18)

error()@https://server/calibre/static/browse/browse.js:246:43

Function.handleError (https://server/calibre/static/jquery.js:5304:12)

XMLHttpRequest. (https://server/calibre/static/jquery.js:5210:13)
I also get the errors when using the rewrite without SSL. My guess is the source is trying to grab a page with the XMLHttpRequest, but it's not being parsed properly because of the rewrite rule.

Any thoughts?

Thanks,
Ben
Fmstrat is offline   Reply With Quote