Apache SSL config on Solaris 10 for 443

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