I've read a few threads elsewhere but this topic deserves a simpler explanation / workaround for the CS-impaired. I'm was trying to enable SSL on apache2 without giving up on SMF and just editng the httpd.conf file to do this:
# svcprop apache2 httpd/ssl boolean false ... # svccfg -s svc:/network/http:apache2 setprop httpd/ssl=true # svcprop apache2 httpd/ssl boolean false <- (still) ... # svcprop -p "start/exec" apache2 # svcprop apache2 httpd/stability astring Evolving <- Must be Solaris humor, don't see this in any RFC httpd/ssl boolean true <- aha! This probbaly ought to be in a man page or at least easily Googled. This is on a SPARC system running commervial Solaris 10 but as far as I can tell OpenSolaris behaves the same way. It doesn't work right away because the package doesn't ship with any certificates but that's expected. This message posted from opensolaris.org