Re: [fpc-pascal] Lazarus 2.0.10 FPC 3.2.0 TFPHTTPClient no longer supports https

2020-08-05 Thread Michael Van Canneyt
On Wed, 5 Aug 2020, Tomas Hajny wrote: On 2020-08-05 11:38, Dennis wrote: Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using TFPHTTPClient.Get('http

Re: [fpc-pascal] Lazarus 2.0.10 FPC 3.2.0 TFPHTTPClient no longer supports https

2020-08-05 Thread Tomas Hajny
On 2020-08-05 11:38, Dennis wrote: Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using TFPHTTPClient.Get('https://api.telegram.org/bot') returns the err

Re: [fpc-pascal] Lazarus 2.0.10 FPC 3.2.0 TFPHTTPClient no longer supports https

2020-08-05 Thread Michael Van Canneyt
On Wed, 5 Aug 2020, Dennis wrote: Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using TFPHTTPClient.Get('https://api.telegram.org/bot') returns

Re: [fpc-pascal] Lazarus 2.0.10 FPC 3.2.0 TFPHTTPClient no longer supports https

2020-08-05 Thread Dennis
Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using TFPHTTPClient.Get('https://api.telegram.org/bot') returns the error "No SSL Socket support comp

Re: [fpc-pascal] Lazarus 2.0.10 FPC 3.2.0 TFPHTTPClient no longer supports https

2020-08-05 Thread Michael Van Canneyt
On Wed, 5 Aug 2020, Dennis wrote: Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using TFPHTTPClient.Get('https://api.telegram.org/bot') returns the error "No SSL Socket support compiled in" How can I fix it?

Re: [fpc-pascal] Lazarus 2.0.10 FPC 3.2.0 TFPHTTPClient no longer supports https

2020-08-05 Thread Dennis
Michael Van Canneyt wrote: On Wed, 5 Aug 2020, Dennis wrote: After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using TFPHTTPClient.Get('https://api.telegram.org/bot') returns the error "No SSL Socket support compiled in" How can I fix it? Simply add one of the units opensslsoc

Re: [fpc-pascal] Lazarus 2.0.10 FPC 3.2.0 TFPHTTPClient no longer supports https

2020-08-04 Thread LacaK
After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using TFPHTTPClient.Get('https://api.telegram.org/bot') returns the error "No SSL Socket support compiled in" How can I fix it? Simply add one of the units opensslsockets or gnutlssockets to the uses clause of the program.

Re: [fpc-pascal] Lazarus 2.0.10 FPC 3.2.0 TFPHTTPClient no longer supports https

2020-08-04 Thread Michael Van Canneyt
On Wed, 5 Aug 2020, LacaK wrote: After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using TFPHTTPClient.Get('https://api.telegram.org/bot') returns the error "No SSL Socket support compiled in" How can I fix it? Simply add one of the units opensslsockets or gnutlssockets to

Re: [fpc-pascal] Lazarus 2.0.10 FPC 3.2.0 TFPHTTPClient no longer supports https

2020-08-04 Thread LacaK
After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using TFPHTTPClient.Get('https://api.telegram.org/bot') returns the error "No SSL Socket support compiled in" How can I fix it? Simply add one of the units opensslsockets or gnutlssockets to the uses clause of the program. Can

Re: [fpc-pascal] Lazarus 2.0.10 FPC 3.2.0 TFPHTTPClient no longer supports https

2020-08-04 Thread Michael Van Canneyt
On Wed, 5 Aug 2020, Dennis wrote: After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using TFPHTTPClient.Get('https://api.telegram.org/bot') returns the error "No SSL Socket support compiled in" How can I fix it? Simply add one of the units opensslsockets or gnutlssockets to th

[fpc-pascal] Lazarus 2.0.10 FPC 3.2.0 TFPHTTPClient no longer supports https

2020-08-04 Thread Dennis
After upgrading to Lazarus 2.0.10 FPC 3.2.0 , my existing code using TFPHTTPClient.Get('https://api.telegram.org/bot') returns the error "No SSL Socket support compiled in" How can I fix it? Dennis -- This email has been checked for viruses by AVG. https://www.avg.com