Hi i searched earlier and show that the https listener supports windows https which is enough.
And after completing my own version of the server and client, i wanted to test it out with the localhost but when i change it to https://localhost:34568 the server runs fine but the client throw an exception error with the abort option.
http_response response = client.request(methods::GET, buf.str()).get(); <- This is where the error is thrown when i am using https instead of http
And after completing my own version of the server and client, i wanted to test it out with the localhost but when i change it to https://localhost:34568 the server runs fine but the client throw an exception error with the abort option.
http_response response = client.request(methods::GET, buf.str()).get(); <- This is where the error is thrown when i am using https instead of http