Search found 379 matches: ssl

Return to advanced search

Re: Send Emails from Fivewin application

TLS is simply a newer, more secure version of SSL. To use TLS instead of SSL, the servers usually use the port, which can be 587 or 993 or some other
by paquitohm
Wed May 15, 2024 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 1445

Re: Send Emails from Fivewin application

paquitohm wrote:From ChatGPT, simple sample:

Code: Select all  Expand view
$SMTP.EnableSsl = $true


Thank you, but this is for SSL, not for TLS, if I'm not wrong.
by Enrico Maria Giordano
Wed May 15, 2024 7:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 1445

Re: Send Emails from Fivewin application

Enrico Maria Giordano wrote:
paquitohm wrote:CDO does not allow sending from accounts with the SSL protocol,


This is not true. I'm using CDO with SSL without problems.



sorry, I meant TLS
by paquitohm
Tue May 14, 2024 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 1445

Re: Send Emails from Fivewin application

paquitohm wrote:CDO does not allow sending from accounts with the SSL protocol,


This is not true. I'm using CDO with SSL without problems.
by Enrico Maria Giordano
Tue May 14, 2024 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 1445

Re: Send Emails from Fivewin application

Hello, I already recommended powershell to you before. Today we will focus on it. CDO does not allow sending from accounts with the SSL protocol, that is, all those that are Outlook. In my case I maintain CDO but I have the new one with powershell, that is, a .ps1 file that is called from ...
by paquitohm
Tue May 14, 2024 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 44
Views: 1445

Re: send an email using the Outlook object

... $mail->SMTPAuth = true; $mail->Username = 'RECEIVER@gmail.com'; $mail->Password = 'SECRET'; $mail->SMTPSecure = "ssl"; $mail->Port = 465; //Recipients //Recipients $mail->setFrom($email, $name); $mail->addAddress("RECEIVER@gmail.com", ); ...
by Silvio.Falconi
Tue May 14, 2024 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: send an email using the Outlook object
Replies: 5
Views: 218

Re: Compiler with MSVC y HARBOUR

... libcrypto-1_1-x64.dll, and libcurl-x64.dll are essential dynamic link library (DLL) files commonly used in Windows environments to provide SSL/TLS, cryptographic functions, and URL transfer capabilities respectively. Here's a breakdown of each: 1. libssl-1_1-x64.dll Purpose: This library ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 239

Re: xHarbour.org updated!

For the OpenSSL, if you want to use SSL on the IP classes, you just have to link these libraries: tipssl.liblibssl.liblibcrypto.libtip.lib And put these DLLs in the same directory of your application: libssl-3.dlllibcrypto-3.dll ...
by Enrico Maria Giordano
Mon Mar 25, 2024 3:47 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 159
Views: 40446

Re: Intercambio de datos entre PC y dispositivo Android en la m

... UAddHeader(). Puedes probar antes de generar la salida -> UAddHeader( "Access-Control-Allow-Origin", "*" ) Si no usas ssl te pueden facilmente leer el contenido. Tu escenario es el tipico de uso de webservices. Tampoco autenticas la comunicacion ? Por muy sencillo que ...
by Carles
Wed Feb 21, 2024 6:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intercambio de datos entre PC y dispositivo Android en la m
Replies: 2
Views: 239

Data exchange between PC and Android device on the same loca

... not require the server-side PRG-CGI module to generate anything from the front-end (HTML), the Client will take care of that. 2.- I do not require SSL or MultiThreads since it is a TRIVIAL local website between a PC and one or two Android Devices. 3.- The Client and the server should be able to ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 932

Intercambio de datos entre PC y dispositivo Android en la m

... Back-End. No requiero que el modulo PRG-CGI del lado servidor genere nada del front-End (HTML), de eso se encargará el Cliente. 2.- No requiero SSL ni MultiThreads ya que es una web local TRIVIAL entre una PC y uno o dos Dispositivos Android. 3.- El Cliente y el servidor deberan poder comunicarse ...
by Arturo Lopesoria
Tue Feb 20, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intercambio de datos entre PC y dispositivo Android en la m
Replies: 2
Views: 239

Re: De *.C Para *.Obj en BCC74 no funciona más.

Please try with this new build and let me know:

http://www.xharbour.org/files/download/windows/xhb10276_bcc770.zip

This includes all the required libs and ddls for ssl and curl.
by Enrico Maria Giordano
Sun Nov 19, 2023 1:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 40098

Re: Mysql y ssl

Good Morning,

Any progress?
by vilian
Tue Nov 07, 2023 2:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mysql y ssl
Replies: 8
Views: 1328

Re: xHarbour.org updated!

karinha wrote:Is it possible for you to send me yours. LIBs for me to test?


Of course. These are the SSL libs:

https://wormhole.app/AEpe5#v4kFOa7EMouYDQ8MvifgEQ

And these are the SSL dlls:

https://wormhole.app/31eO1#Fuwohtx2zBTUjY3YpLz8RA

Do you need something else?
by Enrico Maria Giordano
Wed Sep 20, 2023 3:16 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 159
Views: 40446

Re: xHarbour.org updated!

Arteaga, I don't have an example that uses SSL with HTTPS, do you have anything to send me? Arteaga, no tengo un ejemplo que use SSL con HTTPS, ¿tienes algo para enviarme? Regards, saludos. Karinha, try this sample: #Include "Fivewin.ch" ...
by wartiaga
Tue Sep 19, 2023 7:57 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 159
Views: 40446
Next

Return to advanced search