Quote:
Originally Posted by Comfy.n
Phew! Here's how I solved it on my Windows machine, using Waterfox (the same steps should apply to Firefox):
Went to Goodreads website -> pressed Ctrl+I to open More Info dialog > selected "Security" -> clicked View Certificate -> then on Miscellaneous section: downloaded PEM cert. (there are three inner "tabs" in that about :certificate page: www.goodreads.com, Amazon RSA 2048 M03 and Amazon Root CA 1. I used www.goodreads.com.)
Then I imported the certs following these instructions
Code:
certutil –addstore -enterprise –f "Root" c:\cert\www-goodreads-com-chain.pem
certutil –addstore -enterprise –f "Root" c:\cert\www-goodreads-com.pem
Tried downloading metadata. No good. Restarted computer. Tried again... no good!
Then I ran certmgr.msc (winkey + r), went to Trusted Root Certification Authorities -> Certificates -> double clicked the last one on the list www.goodreads.com, and after that I tried again and it worked!! 
|
Thank you SO VERY MUCH!! I had to simplify it for myself, as I'm autistic and so I thought to share it with others that are struggling and make it less complicated for them:
For anyone having trouble with Goodreads plugin:
Here's how it got solved it on Windows, using Firefox browser:
1. Open Firefox.
2. Go to Goodreads website:
https://www.goodreads.com/
3. Pressed
Ctrl +I on your keyboard, to open More Info dialog
4. Selected
Security
5. Clicked
View Certificate
6. Then scroll down to
Miscellaneous section, till you see
Download.
7. Download these two:
PEM (cert)
PEM (chain)
Save them to C drive, at the root, and create a folder called:
cert
This part is important, in order for this to work.
8. You will need to open Command Line as a Administrator. To do this:
a. To Open Command Prompt as an Administrator:
b. Press the Windows Start button at the bottom left.
c. Type in "Command Prompt".
d. Right click on Command Prompt and click "Run as administrator".
e. Click Yes if the Windows 10 User Account Control prompt is displayed.
f. The Command Prompt should appear.
9. Then to import the certs following these instructions, copy each of these separately, one at a time and paste it into Command Line and press enter for each:
certutil –addstore -enterprise –f "Root" c:\cert\www-goodreads-com-chain.pem
certutil –addstore -enterprise –f "Root" c:\cert\www-goodreads-com.pem
10. Then pressing
winkey + r on your keyboard, it should open the Run box.
11. Type:
certmgr.msc and click OK
12. Go to Trusted Root Certification Authorities, on the left.
13. On the right side is Certificates, double click it.
14. Scroll down and go to and double clicked the last one on the list
www.goodreads.com
15. Click
Ok. Close certmgr
16. Run Goodreads plugin in Calibre and this work like normal now.