[twsocket] HTTP SSL Server vs p7b certificate's format

2011-10-03 Thread ROQUES Guillaume
Hi everyone, I use ICS HTTPServer via SSL and a Self-Signed certificate (It is OK for an internal use). One of my customer had to access our Web server from outside and bought a ceritificate to a Certificate Authority (GlobalSign) in p7b format. Could you explain me if I have to convert this f

Re: [twsocket] HTTP SSL Server vs p7b certificate's format

2011-10-04 Thread ROQUES Guillaume
+ #13#10 + OpenSslPlatForm + #13#10 + OpenSslDir); SslHttpServer.Start; end; GrateFully, Guillaume ROQUES <http://www.canyon.fr/> Le 20:59, Arno Garrels a écrit : ROQUES Guillaume wrote: Hi everyone, I use ICS HTTPServer via SSL and a Self-Signed certificate (It is OK for

Re: [twsocket] HTTP SSL Server vs p7b certificate's format

2011-10-04 Thread ROQUES Guillaume
I found 3 certificates : 1 for the domain name *.mydomain.com, 1 for GlobalSign Domain Validation CA and 1 for GlobalSign root CA. Gratefully, Guillaume ROQUES <http://www.canyon.fr/> Le 20:59, Arno Garrels a écrit : ROQUES Guillaume wrote: That's confusing description. Di

Re: [twsocket] HTTP SSL Server vs p7b certificate's format

2011-10-05 Thread ROQUES Guillaume
What client is connecting when that error happens? IE 7 to 9 or Firefox But none ask to add certificate, both say that the site is unreachablesounds weird I know T_T Cordialement, Guillaume ROQUES <http://www.canyon.fr/> Le 20:59, Arno Garrels a écrit : ROQUES Guillaume wrot

Re: [twsocket] HTTP SSL Server vs p7b certificate's format

2011-10-06 Thread ROQUES Guillaume
SslCAPath := APath; SslVerifyPeer := False; end; And ICS logger says : 15:59:00:703 InitCtx> OpenSSL version: OpenSSL 0.9.8h 28 May 2008 In my self generated certificate, I'd got a RSA Priv key included, but none here. Did I configure my SSLcontext in the rig

Re: [twsocket] HTTP SSL Server vs p7b certificate's format

2011-10-06 Thread ROQUES Guillaume
]; If anything help to understand.. Gratefully, Guillaume ROQUES <http://www.canyon.fr/> Le 20:59, Arno Garrels a écrit : ROQUES Guillaume wrote: What client is connecting when that error happens? IE 7 to 9 or Firefox But none ask to add certificate, both say that the site is unrea

Re: [twsocket] HTTP SSL Server vs p7b certificate's format

2011-10-07 Thread ROQUES Guillaume
So as my customer bought a wildcard certificate, it must include a private key or do I need to generate one ? Actually, the problem comes from me or the customer ? Gratefully, Guillaume ROQUES <http://www.canyon.fr/> Le 20:59, Arno Garrels a écrit : ROQUES Guillaume wrote: And ICS

Re: [twsocket] HTTP SSL Server vs p7b certificate's format

2011-10-10 Thread ROQUES Guillaume
n. He who ordered the cert should have it. Best Regards, Subzero On Fri, Oct 7, 2011 at 17:43, ROQUES Guillaume wrote: So as my customer bought a wildcard certificate, it must include a private key or do I need to generate one ? Actually, the problem comes from me or the customer ? Grate

Re: [twsocket] HTTP SSL Server vs p7b certificate's format

2011-10-14 Thread ROQUES Guillaume
ivate keys are created during CSR (Certificate Signing Request) creation. He who ordered the cert should have it. Best Regards, Subzero On Fri, Oct 7, 2011 at 17:43, ROQUES Guillaume wrote: So as my customer bought a wildcard certificate, it must include a private key or do I need to generat

[twsocket] RFC1123_Date

2012-04-25 Thread ROQUES Guillaume
Hi everyone, I used the RFC1123_Date function in OverbyteIcsHttpSrv.pas to make header content (as Date, Cache control) but when I searched for it I found 2 lines that I don't understand. In THttpConnection.AnswerStreamAcceptRange : PutStringInSendBuffer ('Last-Modified: ' + RFC1123_Date(

Re: [twsocket] RFC1123_Date

2012-04-25 Thread ROQUES Guillaume
and in THttpConnection.SendDocument(const CustomHeaders : String) : Header := Header + 'Last-Modified: ' + RFC1123_Date(FLastModified) + ' GMT' + #13#10; 'GMT' is always displayed, but is it really the time on the computer that execute the soft ? Maybe I missed something that's why I ask you a