Hello
I think I missing something very obvious, but I have been struggling with this 
for a while, and hope that someone will point out my
oversight.

Running current:
OpenBSD 5.7-current (RAMDISK_CD) #818: Wed Mar 18 18:59:52 MDT 2015
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/RAMDISK_CD

httpd up and running:

ps ax:
1235 ??  Is      0:00.01 httpd: parent (httpd)
 1598 ??  I       0:00.00 httpd: logger (httpd)
27922 ??  I       0:00.01 httpd: server (httpd)
 2020 ??  I       0:00.01 httpd: server (httpd)
19391 ??  I       0:00.01 httpd: server (httpd)

Using this configuration file - httpd.conf:

http_ip="10.0.128.67"

types {
        include "/usr/share/misc/mime.types"
}

server "defualt" {
        listen on $http_ip port 80
        listen on $http_ip tls port 443
        connection max requests 100
        root "/htdocs"
        directory no index
}


When I try to connect using firefox to: http://10.0.128.67/index.html - 
everything is fine.
When I try to connect using firefox to: https://10.0.128.67/index.html - 
firefox just hangs/waiting.

Certificate and key installed in default locations:
ls -lah /etc/ssl/private/server.key:
-rw-------  1 root  wheel   3.2K Feb 16 19:57 /etc/ssl/private/server.key

ls -lah /etc/ssl/server.crt:
-rw-r--r--  1 root  wheel   8.5K Mar 12 12:04 /etc/ssl/server.crt

No error messages in the logs for httpd.
No error messages in /var/www/logs/error.log
No record of connections when https connection requested in 
/var/www/logs/access.log

I must be missing something obvious; but at this point I think I have been 
staring at the trees so long I can't see the forest.

Thanks
Ted

[demime 1.01d removed an attachment of type application/x-pkcs7-signature which 
had a name of smime.p7s]

Reply via email to