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

2011-10-14 Thread ROQUES Guillaume
OK, I asked to my customer if he could convert his p7b'scertificate to a PEM with the private key included and he accepted : now it WORKS FINE !! ^_^ Thanks to all of you, it helps me to understand these formats by the way ;) Guillaume ROQUES Le 20:59, Fastream Technologies a écrit : Private

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

2011-10-10 Thread ROQUES Guillaume
OK, thanks to all of you. I'm going to ask it from my customer and find a command line to convert p7b with the private key. Gratefully (at the end ;), Guillaume ROQUES Le 20:59, Fastream Technologies a écrit : Private keys are created during CSR (Certificate Signing Request) creation. He who

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

2011-10-08 Thread Arno Garrels
SL... > > Paul > > > > > - Original Message - > From: "Arno Garrels" > To: "ICS support mailing" > Sent: Thursday, October 06, 2011 4:53 PM > Subject: Re: [twsocket] HTTP SSL Server vs p7b certificate's format > > >> ROQUES Guillaume

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

2011-10-07 Thread Fastream Technologies
Private 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 genera

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

2011-10-07 Thread Arno Garrels
ROQUES Guillaume wrote: > So as my customer bought a wildcard certificate, it must include a > private key or do I need to generate one ? When you order a certificate the private key is generated locally by a browser plugin, JAVA or ActiveX, it's true private and not even the certificate issuer kn

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 Le 20:59, Arno Garrels a écrit : ROQUES Guillaume wrote: And ICS logger sa

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

2011-10-06 Thread Paul
support mailing" Sent: Thursday, October 06, 2011 4:53 PM Subject: Re: [twsocket] HTTP SSL Server vs p7b certificate's format ROQUES Guillaume wrote: And ICS logger says : 15:57:49:896 InitCtx> OpenSSL version: OpenSSL 0.9.8h 28 May 2008 15:57:49:897 error:0906D06C:PEM routines:PEM_

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

2011-10-06 Thread Arno Garrels
ROQUES Guillaume wrote: > And ICS logger says : >> 15:57:49:896 InitCtx> OpenSSL version: OpenSSL 0.9.8h 28 May 2008 >> 15:57:49:897 error:0906D06C:PEM routines:PEM_read_bio:no start line >> error:140B0009:SSL routines:SSL_CTX_use_PrivateKey_file:PEM lib > So I checked MyCertificate.pem and I've g

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

2011-10-06 Thread ROQUES Guillaume
I tried mycertificate with the OverbyteIcsSslWebServ demo : * httpserver responding * sslhttpserver not responding * sslhandshake failed _ Configuration :_ * Write to log file : ON * Display header : ON * Display SSL info : ON * ICS logger.logoptions := [loSslErr,loSslInfo,loSslDump]; I

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

2011-10-06 Thread ROQUES Guillaume
If that doesn't help, use a TIcsLogger to get a full debug log and send that to me if you don't find the error yourself. So I tried a few things with ICS logger ON, but no answers. First Delphi code to intialize TSSLContext : with MySslContext do begin SslCertFile

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

2011-10-05 Thread Arno Garrels
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 > unreachablesounds weird I know T_T Have you tried newer OpenSSL libraries? http://wiki.overbyte.be/wiki/index.php/ICS_Downloa

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 Le 20:59, Arno Garrels a écrit : ROQUES Guillaume wrote: Do you

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

2011-10-05 Thread Arno Garrels
ROQUES Guillaume wrote: >> Do you ask for how to get a ICS TSslHttpServer working with a bought >> server certificate? > Yes, and if I need to convert p7b's certificate or not ? >> Open the MyCertificate.pem in a text editor that understands UNIX >> line breaks. Does MyCertificate.pem include multi

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

2011-10-04 Thread ROQUES Guillaume
Do you ask for how to get a ICS TSslHttpServer working with a bought server certificate? Yes, and if I need to convert p7b's certificate or not ? Open the MyCertificate.pem in a text editor that understands UNIX line breaks. Does MyCertificate.pem include multiple certificates? With a bought com

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

2011-10-04 Thread Arno Garrels
ROQUES Guillaume wrote: >> That's confusing description. Did he buy a SSL server certificate in >> order to access your server? Or are you talking about client >> certificates? > The customer already have a SSL certificate on his domain, so he want > that my HttpServer use SSL with this certifica

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

2011-10-04 Thread ROQUES Guillaume
That's confusing description. Did he buy a SSL server certificate in order to access your server? Or are you talking about client certificates? The customer already have a SSL certificate on his domain, so he want that my HttpServer use SSL with this certificate. Please provide more details ab

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

2011-10-03 Thread Arno Garrels
ROQUES Guillaume wrote: > 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. That's confusin

[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