LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 09-11-2014, 06:33 AM   #1
charles07
LQ Newbie
 
Registered: Sep 2014
Posts: 2

Rep: Reputation: Disabled
Unhappy squid htttps 71 Protocol error


Hi
Am getting an error while accessing https site, any idea what it is about ?

Failed to establish a secure connection to ip

The system returned: (71) Protocol error

This proxy and the remote host failed to negotiate a mutually acceptable security settings for handling your request. It is possible that the remote host does not support secure connections, or the proxy is not satisfied with the host security credentials.

----
Below is the https line in my squid.conf
https_port 3130 ssl-bump generate-host-certificates=on dynamic_cert_mem_cache_size=4MB key=/etc/squid3/cert/myssl.local.private cert=/etc/squid3/cert/myssl.local.cert
 
Old 09-15-2014, 02:42 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Well that's a pretty descriptive error message there. What do the actual logs say about it? Have you captured the handshake traffic between the proxy and the destination? Maybe they have no common ciphers. Maybe it's just non-ssl garbage coming back?
 
Old 09-16-2014, 05:05 AM   #3
charles07
LQ Newbie
 
Registered: Sep 2014
Posts: 2

Original Poster
Rep: Reputation: Disabled
Red face

Hi
Thanks for reply. I am not sure of what you saying
I get this error from cache.log
2014/09/16 15:22:50.736 kid1| client_side.cc(256) readSomeData: local=164.100.197.150:443 remote=192.168.3.2:48587 FD 11 flags=33: reading request...
2014/09/16 15:22:50.896 kid1| client_side.cc(2383) connFinishedWithConn: local=164.100.197.150:443 remote=192.168.3.2:48587 FD 11 flags=33 closed
2014/09/16 15:22:50.896 kid1| client_side.cc(764) swanSong: local=164.100.197.150:443 remote=192.168.3.2:48587 flags=33
2014/09/16 15:22:50.896 kid1| client_side.cc(799) ~ConnStateData:
2014/09/16 15:22:51.004 kid1| client_side.cc(3446) httpsAccept: local=164.100.197.150:443 remote=192.168.3.2:48590 FD 11 flags=33 accepted, starting SSL negotiation.
2014/09/16 15:22:51.008 kid1| client_side.cc(256) readSomeData: local=164.100.197.150:443 remote=192.168.3.2:48590 FD 11 flags=33: reading request...
2014/09/16 15:22:51.009 kid1| client_side.cc(2383) connFinishedWithConn: local=164.100.197.150:443 remote=192.168.3.2:48590 FD 11 flags=33 closed
2014/09/16 15:22:51.009 kid1| client_side.cc(764) swanSong: local=164.100.197.150:443 remote=192.168.3.2:48590 flags=33
2014/09/16 15:22:51.009 kid1| client_side.cc(799) ~ConnStateData:
/09/16 15:27:12.098 kid1| client_side.cc(799) ~ConnStateData:

---------- Post added 09-16-14 at 05:05 AM ----------

Hi
Thanks for reply. I am not sure of what you saying
I get this error from cache.log
2014/09/16 15:22:50.736 kid1| client_side.cc(256) readSomeData: local=164.100.197.150:443 remote=192.168.3.2:48587 FD 11 flags=33: reading request...
2014/09/16 15:22:50.896 kid1| client_side.cc(2383) connFinishedWithConn: local=164.100.197.150:443 remote=192.168.3.2:48587 FD 11 flags=33 closed
2014/09/16 15:22:50.896 kid1| client_side.cc(764) swanSong: local=164.100.197.150:443 remote=192.168.3.2:48587 flags=33
2014/09/16 15:22:50.896 kid1| client_side.cc(799) ~ConnStateData:
2014/09/16 15:22:51.004 kid1| client_side.cc(3446) httpsAccept: local=164.100.197.150:443 remote=192.168.3.2:48590 FD 11 flags=33 accepted, starting SSL negotiation.
2014/09/16 15:22:51.008 kid1| client_side.cc(256) readSomeData: local=164.100.197.150:443 remote=192.168.3.2:48590 FD 11 flags=33: reading request...
2014/09/16 15:22:51.009 kid1| client_side.cc(2383) connFinishedWithConn: local=164.100.197.150:443 remote=192.168.3.2:48590 FD 11 flags=33 closed
2014/09/16 15:22:51.009 kid1| client_side.cc(764) swanSong: local=164.100.197.150:443 remote=192.168.3.2:48590 flags=33
2014/09/16 15:22:51.009 kid1| client_side.cc(799) ~ConnStateData:
/09/16 15:27:12.098 kid1| client_side.cc(799) ~ConnStateData:
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RTMP Protocol through Squid Proxy gdizzle Linux - Enterprise 0 10-19-2013 08:44 AM
Sendmail error - DSN: Remote protocol error Anup D. Linux - Enterprise 1 12-26-2012 06:52 AM
How to block protocol via squid uk.engr Linux - Newbie 4 10-07-2012 01:45 PM
help for squid 2.6 * Unsupported Request Method and Protocol kucingarong Linux - Server 3 11-09-2009 10:27 AM
FTP protocol and Webmin/squid/firewall--help ! dasilva Linux - Networking 1 10-10-2003 07:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 06:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration