Delphi Indy “SSL routines:SSL23_GET_CLIENT_HELLO:http request” – means you get an http request, but expecting an https request
Posted by jpluimers on 2018/12/05
A client got this with Delphi Indy “SSL routines:SSL23_GET_CLIENT_HELLO:http request” and was confused.
The message means you get an http request, but are expecting an https request.
If you really want to, you can have one component service both http and https requests, though most of the time you really do not want to: you want to phase out http whenever possible.
Related: [WayBack] delphi – Can a single TIdHTTPServer component handle http and https request in the same time? – Stack Overflow
–jeroen
Leave a Reply