Re: [squid-users] Windows Squid built using MinGW and running, trying to get adapter linked in at run time

2018-12-20 Thread Alex Rousskov
On 12/20/18 7:46 AM, Russel McDonald wrote: > 2018/12/19 22:57:32| Loading Squid module from > 'C:/MinGW/src/ecap_adapter_sample-1.0.0/src/.libs/ecap_adapter_modifying.la' > 2018/12/19 22:57:32| FATAL: dying from an unhandled exception: file not found I do not know enough to help with

Re: [squid-users] Multiple SSL certificates on same IP

2018-12-20 Thread Alex Rousskov
On 12/20/18 5:45 AM, Bruno de Paula Larini wrote: > why Squid would have problems with SNI and > OpenSSL when other webservers/proxies have this feature using > OpenSSL/LibreSSL libs? Squid lacks the necessary code to support SNI in accelerator mode when using OpenSSL. > Why SNI would be such a

Re: [squid-users] SSL / TLS

2018-12-20 Thread Alex Rousskov
On 12/20/18 3:06 AM, Squid users wrote: > Slightly off topic but am I correct in thinking TLS supersedes SSL? Yes, the protocol name has changed. Newer versions are called TLS. However, please keep in mind that the term "SSL" is commonly used to describe "secure" connections and related

[squid-users] Windows Squid built using MinGW and running, trying to get adapter linked in at run time

2018-12-20 Thread Russel McDonald
Hi, I switched from Cygwin to building with MinGW, and after 8 squid code modifications, mostly include and define settings but one flat out access violation crash, I now have Squid proxy running and accessible via browser on Windows :) And now I have built the ecap library, successfully

Re: [squid-users] Multiple SSL certificates on same IP

2018-12-20 Thread Bruno de Paula Larini
Em 19/12/2018 20:09, Amos Jeffries escreveu: OpenSSL definitely can use only one certificate per http(s)_port. Either the _last_ loaded if several PEM files are loaded (each call to the OpenSSL API *replaces* the certs loaded), or if one tries to work around that by merging everything into a

Re: [squid-users] SSL / TLS

2018-12-20 Thread Antony Stone
On Thursday 20 December 2018 at 11:06:58, Squid users wrote: > Slightly off topic but am I correct in thinking TLS supersedes SSL? Short answer: yes. Long answer: https://en.wikipedia.org/wiki/Transport_Layer_Security Antony. -- #define SIX 1+5 #define NINE 8+1 int main() {

[squid-users] SSL / TLS

2018-12-20 Thread Squid users
Slightly off topic but am I correct in thinking TLS supersedes SSL? ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users