| View previous topic :: View next topic |
| Author |
Message |
NCH
Joined: 30 Oct 2006
Posts: 3
|
| Posted: Fri Nov 03, 2006 8:09 pm Post subject: Strange SSL error |
|
|
I have created a custom self-signed SSL certificate using the tutorial and OpenSSL on A2T. A2T with SSL starts fine with no error messages as a service on XP. I have checked the logs and there are no new errors, other than "[error] VirtualHost *:443 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results" which I get every time but doesn't seem to cause any problems under http://localhost. However, when I go to https://localhost I get the following message:
localhost has sent an incorrect or unexpected message. Error code -12263.
Anyone have any ideas?
My certificate is not password protected.
Thank you. |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 1538
|
| Posted: Sat Nov 04, 2006 11:40 am Post subject: |
|
|
| try an alternate browser |
|
| Back to top |
|
NCH
Joined: 30 Oct 2006
Posts: 3
|
| Posted: Mon Nov 06, 2006 6:47 pm Post subject: |
|
|
In IE it just fails to load after what seems like a browser timeout error. In Firefox I get a "server Timeout" error.
EDIT: Attached the httpd and ssl conf files. Any help would be appreciated.
A brief description:
I am hosting a few domains on different ports using vhost because my ISP blocks port 80. On one of these domains, "example1" I would like to be able to have https access as well. My ISP does not block 443. I have created a certificate using the tutorial and A2T with SSL starts fine as a service, but I am still getting the same error mentioned above.
Please share any thoughts you might have. I am new to this. |
|
| Back to top |
|
ericscampbell
Joined: 16 Jan 2007
Posts: 1
Location: Chicago
|
| Posted: Tue Jan 16, 2007 10:04 pm Post subject: Any progress on this? I'm getting the same error code... |
|
|
I'm experiencing the same problem you are. I've created a self signed cert (in this case using an orielly tutorial).
Excerpt from error log:
Connection to child 0 established (server 127.0.0.1:443, client 127.0.0.1)
Seeding PRNG with 0 bytes of entropy
then I get either a time out or a disconnect error depending on which browser I'm using.
Also, under the httpd error_log, I'm seeing this error:
Invalid method in request |
|
| Back to top |
|
| |