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

SSLyze on FreeBSD #9

Closed
mr-gosh opened this issue Oct 27, 2014 · 4 comments
Closed

SSLyze on FreeBSD #9

mr-gosh opened this issue Oct 27, 2014 · 4 comments

Comments

@mr-gosh
Copy link

mr-gosh commented Oct 27, 2014

I didn't test it until now - but will it work on FreeBSD?
In the description is it not mentioned...

@nabla-c0d3
Copy link
Owner

It should but I haven't tried so I didn't put it as an officially supported platform... You will have to compile nassl yourself (should be easy): https://github.com/nabla-c0d3/nassl

@mr-gosh
Copy link
Author

mr-gosh commented Nov 16, 2014

I really haven’t tried it yet - but I will and drop an info here... - so you could extend the readme...

@mr-gosh
Copy link
Author

mr-gosh commented Jul 8, 2015

the compile script interrupts cause of the platform check - but even if this is replaced through "freebsd10" the compile interrupts with the some error messages:

Stop.                                                                        
make[1]: stopped in /tmp/nassl/openssl-1.0.2c/crypto                         
*** Error code 1                                                             
                                                                             
Stop.                                                                        
make: stopped in /tmp/nassl/openssl-1.0.2c                                   
Traceback (most recent call last):                                           
  File "buildAll_unix.py", line 84, in                               
    main()                                                                   
  File "buildAll_unix.py", line 62, in main                                  
    perform_build_task('OPENSSL', OPENSSL_BUILD_TASKS, OPENSSL_DIR)          
  File "/tmp/nassl/buildAll_config.py", line 35, in perform_build_task       
    subprocess.check_call(command, shell=True, cwd=cwd)                      
  File "/usr/local/lib/python2.7/subprocess.py", line 540, in check_call     
    raise CalledProcessError(retcode, cmd)                                   
subprocess.CalledProcessError: Command 'make' returned non-zero exit status 1

@nabla-c0d3
Copy link
Owner

It's the compilation of OpenSSL that fails. Does it compile fine outside of nassl ?

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

2 participants