openssl problem

Discussion in 'General' started by djtremors, Feb 13, 2007.

  1. djtremors

    djtremors New Member

    for some reason my certs aren't getting created. when checking the ispconfig.log file i see errors about trying to create the certs.

    6698:error:02001002:system library:fopen:No such file or directory:bss_file.c:122:fopen('/home/httpd/htdocs/web15/ssl/openssl.cnf','rb')
    6698:error:2006D080:BIO routines:BIO_new_file:no such file:bss_file.c:125:
    6698:error:0E078072:configuration file routines:DEF_LOAD:no such file:conf_def.c:197:

    i don't know why but the openssl.cnf file isn't there. What reason could it be not there, is there a file elsewhere where it is copied from that might be missing itself?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ls -la /home/httpd/htdocs/web15/ssl
    and
    Code:
    df -h
    ?
     
  3. djtremors

    djtremors New Member

    it's working now.

    i found out that mod_ssl wasn't loaded or even installed which i thought it was, once i got that going it seemed to have done the job.

    thanks anyway
     

Share This Page