Giter VIP home page Giter VIP logo

Comments (6)

ratherDashing avatar ratherDashing commented on May 23, 2024

realized if you "trust always" and don't recompile it should trust always. I was getting this a lot since my service is a WIP

from telegraph.

yvbeek avatar yvbeek commented on May 23, 2024

You can add the PKCS#12 (.p12) file to the keychain.
Then double click on the key and change access to Allow all applications to access this item.

Keychain - Key Access

That should take care of the Keychain prompts.

from telegraph.

MikeyLew avatar MikeyLew commented on May 23, 2024

Will trusting it on your machine before compiling enable it to work when you distribute it?

from telegraph.

yvbeek avatar yvbeek commented on May 23, 2024

@MikeyLew Self-signed certificates need to be added to the machines that will run the webserver. Unfortunately it isn't possible to compile this into the app, because that would allow developers to override system certificates.

Malicious apps would for example be able to include a certificate for google.com and break into Gmail and your web searches.

If you deploy your app using an installer, you can probably add logic to deploy a root certificate for your own certificate authority. This link might provide some useful info.

from telegraph.

MikeyLew avatar MikeyLew commented on May 23, 2024

Thanks for this, so we can't use Telegraph as a HTTPS server within an App distributed on the App store then? Thanks for clarifying 👍

from telegraph.

yvbeek avatar yvbeek commented on May 23, 2024

@MikeyLew You are free to use Telegraph as an HTTPS server in App Store apps.

For Mac apps it would probably be best if you add a configuration dialog where the user can select the certificate that is going to be used by the server.

For iOS apps you could create your own Certificate Authority. But it would require installation of the certificates on the devices.

If you control the client app you can also perform manual HTTPS certificate validation. See this section of the README on how to do that.

from telegraph.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.