Search found 373 matches: ssl

Return to advanced search

Re: Build your FWH app using hbmk2.exe and MSVC 32&64

Antonio, para salir de dudas de una vez por todas....

Que version de ssl descargar tanto para bcc como para msvc? en sus versiones 32 y 64 bits..
by carlos vargas
Sat Apr 23, 2022 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build your FWH app using hbmk2.exe and MSVC 32&64
Replies: 20
Views: 1857

Re: Reading mail with SSL

hi,

using HMG i include these LIB(s) from \HARBOUR-64\contrib\hbtip\hbtip.hbc for SSL

Code: Select all  Expand view
# ***** include this lines *****
libs=hbssl
libs=libeay32
libs=ssleay32

i got libeay32.dll and ssleay32.dll from PostgreSQL Client
by Jimmy
Fri Mar 11, 2022 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading mail with SSL
Replies: 3
Views: 271

Re: Reading mail with SSL

karinha wrote:Hi, I was never able to get it to work. Although I don't dominate Harbour. Maybe you can.


Me neither. Harbour doesn't seem to wotk with SSL, while xHarbour works fine.

EMG
by Enrico Maria Giordano
Fri Mar 11, 2022 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading mail with SSL
Replies: 3
Views: 271

Re: Reading mail with SSL

Hi, I was never able to get it to work. Although I don't dominate Harbour. Maybe you can.

Hola, nunca pude hacerlo funcionar. Aunque no domino Harbour. Tal vez tu puedas.

http://fivewin.com.br/index.php?/topic/26919-leitura-de-email/


Regards, saludos.
by karinha
Fri Mar 11, 2022 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading mail with SSL
Replies: 3
Views: 271

Reading mail with SSL

Hi,

How can I read POP mails from server supported with SSL.

Is there any sample?

I use Harbour & VS2022 & Fwh 21.06.

Thanks.
by Horizon
Fri Mar 11, 2022 11:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading mail with SSL
Replies: 3
Views: 271

Re: hbtipssl.lib

I'm still stucking on this problem. Do I have to give up with Harbour and SSL?

EMG
by Enrico Maria Giordano
Mon Feb 28, 2022 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbtipssl.lib
Replies: 11
Views: 700

Re: hbtipssl.lib

Thank you. No errors building the EXE but it can't read an SSL mailbox (the same code works fine using xHarbour). Here it is a sample: #include "Fivewin.ch"FUNCTION MAIN()    GETMAIL( cServer, cUser, cPassword )    RETURN NILSTATIC ...
by Enrico Maria Giordano
Sun Feb 20, 2022 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbtipssl.lib
Replies: 11
Views: 700

Re: firmar pdf con firma electronica .p12 en disco duro

... la extension que necesito como transformarlo ? muchas gracias Wilson Recursos usados - harbour para bcc7 provisto por don Antonio de Linares con ssl incluido - un ejemplo de Diego en el enlace de Felix OJO no tengo errores de compilacion solo no me abre el archivo de clave saludos Wilson
by wilsongamboa
Sat Jan 29, 2022 5:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: firmar pdf con firma electronica .p12 en disco duro
Replies: 6
Views: 812

Ssl MySql

Hi,
Is there any news about ssl y mysql de FW

Thank you very much

Best Regars
Ruben Dario Fernandez
by D.Fernandez
Wed Jan 05, 2022 3:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ssl MySql
Replies: 0
Views: 277

Re: How to build hbtipssl

Dear Otto,

* TIP Class oriented Internet protocol library (HTTP)
*
* Copyright 2003 Giancarlo Niccolai <gian@niccolai.ws>


hbtipssl.lib is the ssl support version for hbtip.lib
by Antonio Linares
Wed Nov 10, 2021 7:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to build hbtipssl
Replies: 2
Views: 408

Re: tdolphin y ssl

Code: Select all  Expand view

     oMySql := TDolphinSrv():ssl( cHost, cUser, cPassword, nPort, nFlags, cDBName, bOnError, cNameHost, bDecrypt, cSslKeyFile, cSslCertFile, cSslCaFile, cCertsPath, cSslCipher )
   
by pablovidal
Thu Oct 21, 2021 6:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tdolphin y ssl
Replies: 2
Views: 433

Re: tdolphin y ssl

+1
by horacio
Tue Oct 19, 2021 12:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tdolphin y ssl
Replies: 2
Views: 433

tdolphin y ssl

Colegas, estoy empezando con tdolphin porque necesitaría conectarme mediante ssl, Alguien tiene documentación de como hacerlo? Desde ya muchísimas gracias.

Saludos
by horacio
Tue Oct 12, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tdolphin y ssl
Replies: 2
Views: 433

Re: Preguntas frecuentes mod_harbour

Hola Antonio Sucede algo extraño, si NO pongo que cargue el mod_harbour, esto es lo que contiene el error.log: [Tue Oct 05 09:17:31.201842 2021] [ssl:warn] [pid 7376:tid 364] AH01882: Init: this version of mod_ssl was compiled against a newer library (OpenSSL 1.1.1l 24 Aug 2021, version currently ...
by EBM
Tue Oct 05, 2021 2:26 pm
 
Forum: mod_harbour
Topic: Preguntas frecuentes mod_harbour
Replies: 26
Views: 6455

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

Antonio...me da verguenza seguir molestándote , pero no hay caso! Las librerias están todas enlazadas usando el harbour tuyo aca te muestro la parte correspondiente del MAK $(APP_EXE) :: $(APP_OBJS) @echo $(STARTUP_OBJ) + > make.tmp @echo $(**), + >> make.tmp @echo $(APP_EXE), + >> ma...
by rterraz
Sat Sep 18, 2021 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 5034
PreviousNext

Return to advanced search