A
A
argenit2015-11-06 03:02:17
Delphi
argenit, 2015-11-06 03:02:17

How to get a page via SSL in Delphi via WinSock?

How can I get a page via ssl using delphi and the winsock library
Without indy.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Artem Kileev, 2015-11-06
@akileev

If only Winsock, then you will need to do your own implementation of working with SSL. But there is a libraryBut there is a Synapse , which has a class for working with HTTP over SSL. This library is with non-visual components. There is also an example of such an application.

M
Maxim Tikhonov, 2016-02-26
@mylp

In our case, we worked without Winsock using the THTTPRIO component, which includes SSL support.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question