1Password / connect

Access your 1Password secrets using a 1Password Connect Server
https://developer.1password.com/docs/connect
149 stars 28 forks source link

TLS failing #38

Closed hammy7867 closed 1 year ago

hammy7867 commented 2 years ago

I am running the connect containers in AWS Fargate. I am putting the certificate and key on a shared volume. I have verified that the certificate is valid, but am getting an error on the connect-api container startup

Error: Server: (failed to setupServer), Wrapped: (TLS configuration), load certificate+key: tls: failed to find any PEM data in certificate input

Any guidance on resolving the issue is appreciated.

jpcoenen commented 2 years ago

Hey!

I have not seen this error before, but some users on StackOverflow suggest it can be caused by:

In case of the latter, the tool dos2unix can probably help you out (scroll down to "Ready-to-run binaries" or "Distributions including this version of dos2unix" to download/install). Just run dos2unix <filename> to convert it to a plain UTF8 file.

Let me know if that helps.

Joris

jpcoenen commented 1 year ago

I'm closing this issue for now. Feel free to re-open if the problem still exists.