Re: [squid-users] Squid4 with GnuTLS - specify ciphers or disable protocols

2018-11-12 Thread Amos Jeffries
On 12/11/18 11:05 PM, Martin Hoffmann wrote: > Thanks for your quick reply. > > Are your sure that tls-options *is working*? > Nope, as I said earlier it is not tested much. Just that it builds and passes the strings as-is to the library. It should "just work" since the library is doing all the

Re: [squid-users] Fwd: Encrypted browser-squid connection

2018-11-12 Thread Alex Rousskov
On 11/12/18 12:52 AM, Alex Crow wrote: > > On 12/11/2018 02:45, supraja sridhar wrote: >> Hi, >> When I try out the encrypted browser-squid connection, no URL loads. I >> get the following error message in the squid access log. >> >> 1541989360.999      0 XXX.XX.XXX.XX NONE/000 0 NONE >> e

Re: [squid-users] Squid4 with GnuTLS - specify ciphers or disable protocols

2018-11-12 Thread Martin Hoffmann
Thanks for your quick reply. Are your sure that tls-options *is working*? It seems that no matter what options I give to tls-options everything is ignored: https_port 192.168.x.y:443 tls-cert=/path/cert.crt tls-key=/path/cert.key tls-dh=/path/dhparams.pem tls-options=NORMAL:-VERS-TLS1.0 accel de