Thong Nguyen

Results 4 comments of Thong Nguyen

I also faced this issue. Got this error, so I install ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib? `➜ ~ sudo apt install libssl1.0-dev` After...

I solved my problems by setting version before creating virtualenv ``` ~ pyenv local 2.7.6 ~ pyenv virtualenv new_virtual_env ```

I seem to have encountered this same problem, getting permission denied on reading files under `/home/runner/` with the below command on CI `ubuntu-latest` image. `cross test --target aarch64-unknown-linux-gnu -- --nocapture`

I also encountered this issue, so I do a bit `try do/ rescue` to skip certs which failed to parse ``` +++ b/certstream_server/lib/certstream/ct_watcher.ex @@ -175,20 +175,25 @@ defmodule Certstream.CTWatcher do...