Error code: ssl_error_rx_record_too_long
I'm so confused, and hopefully you guys can help.
I'm trying to set up a demo of VDI using VirtualBox for an all in one server install. I've tried both VDI 3.0 and 3.1. Every time I'm unable to add the local virtualbox as a provider. If I try to pull up the apache page (https://ip/webservice) I get the following error message Error code: ssl_error_rx_record_too_long. Which should more or less mean that my browser is trying to talk ssl but the webserver isn't.
This is a fresh solaris install, before installing vbox_3.0.zip apache is sitting unconfigured. I thought maybe it was another service that was using port 443, but the requests are showing up in apache's log file
bash-3.00# tail access_log
192.168.5.31 - - [14/Oct/2009:12:52:59 -0400] "\x16\x03\x01" 501 327
What's odd to me is that it's showing up in the access_log not the ssl_access log, which is the logfile for the virtualhost that should be accepting port 443 connections. As I mentioned I've tried VDI 3.0 and 3.1 and they are behaving the same way. I even tried two different solaris installs on two different hosts, and they are both behaving the same. Any assistance in this would be great!