Erik Espinoza

Results 4 comments of Erik Espinoza

try adding the following. ``` environment: - "SSL_CERT_FILE=/config/ca.pem" volumes: - "/path/to/ca.pem:/config/ca.pem:ro" ```

You will probably need to upgrade both server and client to the latest, but I believe this was resolved as part of https://github.com/Cloud-Foundations/keymaster/pull/197/files which changes out the client u2f library.

I have a workaround where I force the connection to http2 in the keymaster client. It's fine for us and I think we can mark this as resolved if terminating...