Thanks for your help, most appreciated. :)
Jon
Henrik Nordstrom wrote:
On Thursday 24 July 2003 08.04, jonathan soong wrote:
"clientNegotiateSSL: Error negotiating SSL connection on FD 10:
error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request"
The client did not connect using https. This error is seen if a https_port sees a plain http:// request.
To use https you need to request a https:// URL in the browser, and you need to convince the web server to give https:// URLs back to the user in any redirects or links given by your application.
I have other problems too (the internal web server tells the
external one to go to http://XXX not
https://XXX), but i think i might be able to get around this with
rewrites and some code modification.
Common problem, and correct approach to fix it.
Regards Henrik
