Code Monkey home page Code Monkey logo

Comments (3)

sfackler avatar sfackler commented on August 16, 2024

That's weird. Can OSX's keychain utility open it?

from rust-native-tls.

mattdw avatar mattdw commented on August 16, 2024

Ah, interesting, keychain can't open even the version created with the local macOS openssl. When I try to "View Certificates" in the Add Certificates panel:

An error has occurred. Unable to display information about the selected item.
This item contains information which is too large or in a format that cannot be displayed.

And when I try to "Add", I get an 'invalid password' error.

I just generated a new key/cert pair, and a .pfx from the following commands, and the new .pfx also fails to be opened in keychain.

openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -nodes -subj '/CN=localhost'
openssl pkcs12 -export -out identity.pfx -inkey key.pem -in cert.pem

I can upload the files if you want, although it's looking like this probably isn't your problem! Any variations on openssl commands I should try?

Thanks again!

from rust-native-tls.

sfackler avatar sfackler commented on August 16, 2024

Weird! Not sure what would be going on, honestly.

from rust-native-tls.

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.