Re: [squid-users] Reverse and SSL cert

2010-04-01 Thread Henrik Nordström
tor 2010-04-01 klockan 11:11 +0200 skrev Andrea Gallazzi: > On real world: > I must configure or request a new certificate to my internal CA for squid > reverse proxy or install the same certificate of exchange? Either way works, as long as the clients accept the certificate used by Squid and y

Re: [squid-users] Reverse and SSL cert

2010-04-01 Thread Jakob Curdes
Andrea Gallazzi schrieb: Thanks Jakob for your reply. As usual I do not agree with digital certificate. :-) Not sure what you mean here? Squid as reverse proxy for exchange 2010 owa and activesync. Exchange 2010 have a certificate released from my internal CA. That is exactly the setup I was

Re: [squid-users] Reverse and SSL cert

2010-04-01 Thread Andrea Gallazzi
reverse proxy or install the same certificate of exchange? tnx -- From: "Jakob Curdes" Sent: Wednesday, March 31, 2010 11:59 PM To: "Squid Mailing List" Cc: "Andrea Gallazzi" Subject: Re: [squid-users] Reverse and SSL c

Re: [squid-users] Reverse and SSL cert

2010-03-31 Thread Jakob Curdes
Is the certificate the same of exchange ? (if yes) The same certificate will installed on squid and on exchange? How to make the .pem certificate for squid? You need to tell us more about your setup. Probably you want to terminate a SSL connection on the reverse-proxy and forward the request

RE: [squid-users] Reverse and SSL cert

2010-03-31 Thread Dean Weimer
You can export the certificates from most Microsoft programs into PKCS12 format it will have a .pfx extension. Then you can use OpenSSL to convert that to a PEM format. Look at the openssl man page for pkcs12 for more info, on how to do the conversion. -Original Message- From: Andrea Gall