Goul In Space

Thursday, January 15, 2009

permalink

After installing most recent Apache on our Solaris 10 box we got a lot of errors with the default config for listening on SSL. Many many lines like :

(128)Network is unreachable: connect to listener on [::]:443



Basically on Solaris Listen 443 doesn't hack it anymore. If you want to listen on all interfaces use :

Listen 0.0.0.0:443
Comments: Post a Comment

Home