Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qubit extension is not working on windows #360

Open
kenjilabs opened this issue Feb 26, 2019 · 4 comments
Open

qubit extension is not working on windows #360

kenjilabs opened this issue Feb 26, 2019 · 4 comments

Comments

@kenjilabs
Copy link

some instructions are missing for windows users:

  • using a power shell user needs to run this command set OPENSSL_CONF=[path-to-OpenSSL-install-dir]\bin\openssl.cfg in order to avoid "Can't open config file: /usr/local/ssl/openssl.cnf" error message
  • before dragging "chrome-extension" to the extensions pane user needs to enable "developer mode"
@kenjilabs
Copy link
Author

kenjilabs commented Feb 26, 2019

In some cases SSL certificate is not installed to "Trusted Root Certification Authorities"

in this case following steps needs to be implemented

  1. Open Microsoft Management Console (Start --> Run --> mmc.exe);

  2. Choose File --> Add/Remove Snap-in;

  3. In the Standalone tab, choose Add;

  4. Choose the Certificates snap-in, and click Add;

  5. In the wizard, choose the Computer Account, and then choose Local Computer. Press Finish to end the wizard;

  6. Close the Add/Remove Snap-in dialog;

  7. Navigate to Certificates (Local Computer)

  8. Choose a store to import:

  9. Choose Trusted Root Certification Authorities;

  10. Right-click the store and choose All Tasks --> Import

  11. Navigate to C:\Users\[YOUR USER]\.qubit-ssl\ and select qubit-serve.crt

  12. Follow the wizard and provide the certificate file you have;

@alanclarke
Copy link
Contributor

alanclarke commented May 23, 2019

Thanks @kenjilabs, we use a module named pem to manage the certificate installation process and its windows support could be improved, will look into improving this generally

@alanclarke
Copy link
Contributor

#374 should address the first point

@DannyShort
Copy link

DannyShort commented Feb 7, 2020

Hey @kenjilabs & @alanclarke i have done this and have added the certificate to my Trusted Root Certification Authorities but i am still getting the error unable to get local issuer certificate even though i can see the certificate is being accepted in the browser for the localhost page. Any ideas?

qubit-cli-error

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

No branches or pull requests

3 participants