I try to execute post method in c++ to a url https://..., but I receive connection closed error.
https://...
I see that my code works if I use another url like ht
ht
i achieved to overcome this problem with this code
QSslConfiguration config = QSslConfiguration::defaultConfiguration(); config.setProtocol(QSsl::SslV3);
then i received ssl errors that i passed with ignoresslerrors()