Hontvári Levente

Results 4 comments of Hontvári Levente

A space at the end of the subj. alt. name list was the reason of this error message for me.

This behavior was quite a surprise, the specification tells that maps must be supported, but does not tell how to support them. If the keys are not strings then the...

@rmannibucau As far as I see, the spec says in 3.11 that: Implementations MUST support the binding of the following collection interfaces, classes and their implementations: • java.util.Collection • java.util.Map...

I was able to workaround the TLS issue by replacing the CA certificates within the image. I added the following lines to `docker-compose-base.yml` ``` volumes: - /etc/ssl/certs/ca-certificates.crt:/usr/local/lib/python2.7/site-packages/requests/cacert.pem - /etc/ssl/certs/ca-certificates.crt:/usr/local/lib/python2.7/site-packages/httplib2/cacerts.txt -...