Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Session Renegotiation #264

Closed
Reamer opened this issue Dec 4, 2017 · 0 comments
Closed

Error in Session Renegotiation #264

Reamer opened this issue Dec 4, 2017 · 0 comments
Labels

Comments

@Reamer
Copy link
Contributor

Reamer commented Dec 4, 2017

Hi,

I get an error message in Session Renegotiation

Unhandled exception while running --reneg:
OSError - Nassl SSL handshake failed: peer did not send data back.

You can reproduce this with a docker container. The following Snippet show my build steps.

FROM debian:stretch
RUN apt-get update && \
    apt-get -y install python3-pip libssl-dev libffi-dev && \
    rm -rf /var/lib/apt/lists/* &&\
    pip3 install sslyze
  
ENTRYPOINT ["/usr/local/bin/sslyze"]
CMD ["-h"]

Run Docker-Container with this command:
docker run [your image id] --regular wikipedia.org

Best Regards
Reamer

@nabla-c0d3 nabla-c0d3 added the bug label Dec 16, 2017
@nabla-c0d3 nabla-c0d3 added this to the 1.2.1 milestone Dec 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants