What additional changes are needed so that this simple HTTP header can talk to a server that supports HTTPS.
GET /index.php HTTP/1.1
Host: localhost
[CR]
[CR]
EDIT
To add some context, all I am trying to do is open the TCP port (443) and read the index page, but the server seems to return a 400-Bad request along with the message that goes “You say a simple HTTP code to the server with SSL support. " I thought this probably meant a change in title in some way.
source share