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

Unable to establish SSL connection when testing on the lastes version #27

Open
bronzeMe opened this issue Aug 25, 2020 · 0 comments
Open

Comments

@bronzeMe
Copy link

Hi, everyone, I used the lastest version code, but I still meet this error "Unable to establish SSL connection", could you please give some advise?
start nignx:
sudo LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/../libressl-2.4.1/lib ./objs/nginx
image

However, the wget cannot establish SSl connection with nginx:
image

The nginx.conf:

server
{
       listen       7788 ssl;
       server_name  localhost;

       ssl_certificate      cert.crt;
       ssl_certificate_key  cert.key;

       ssl_session_cache    shared:SSL:1m;
       ssl_session_timeout  5m;

       ssl_ciphers  HIGH:!aNULL:!MD5;
       ssl_prefer_server_ciphers  on;

       location / {
           root   html;
           index  index.html index.htm;
       }
  }
xxx:~/Documents/TaLoS-master/src/nginx-1.11.0$ ls install/conf/cert.*


install/conf/cert.crt  install/conf/cert.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant