<HTML>
<div><font style="font-family:tahoma;font-size:10pt;">
<div><br />
 <font style="font-family:tahoma;font-size:10pt;"><font 
style="font-family:tahoma;font-size:10pt;"> <span id="result_box" lang="en"> 
<span>Hello,</span></span><br />
<div><span id="result_box" lang="en"> <br />
<span>They would help me with a configuration of my squid that I want to     
   implement.</span><br />
<br />
<span>My proxy passes all traffic to a parent proxy and I want clients to    
    connect to my proxy via https.</span><br />
<br />
<span>Can you help me how to implement the connection to my proxy via        
https?</span><br />
<br />
<span>To better explain what I want attached 2 pictures.</span> <span>The    
    image with 1.jpg name shows my proxy configuration with type HTTp that   
     connects well to internet.</span><br />
<br />
<span>What I want is for the connection to my proxy to be by the form of the 
       2.jpg image that uses the HTTPS type.</span><br />
<br />
<span>Or if it is possible then leave the 2 forms.</span><br />
<br />
<br />
<span>This is my current configuration:</span></span></div>
<div> </div>
<div> </div>
<div> </div>
<div>acl trabajadores src 10.5.7.3 10.5.7.5<br />
<br />
acl SSL_ports port 443<br />
acl Safe_ports port 3128    # proxy server<br />
acl Safe_ports port 80        # http<br />
acl Safe_ports port 21        # ftp<br />
acl Safe_ports port 443        # https<br />
acl Safe_ports port 70        # gopher<br />
acl Safe_ports port 210        # wais<br />
acl Safe_ports port 1025-65535    # unregistered ports<br />
acl Safe_ports port 280        # http-mgmt<br 
/>
acl Safe_ports port 488        # gss-http<br />

acl Safe_ports port 591        # filemaker<br 
/>
acl Safe_ports port 777        # multiling     
   http<br />
acl CONNECT method CONNECT<br />
<br />
http_access allow trabajadores<br />
http_access deny !Safe_ports<br />
http_access deny CONNECT !SSL_ports<br />
http_access deny all<br />
<br />
<br />
http_port 3128<br />
<br />
<br />
cache_peer 10.5.7.2   parent  3128 0  no-query default   
     login=PASS<br />
forwarded_for on<br />
<br />
#hierarchy_stoplist cgi-bin ?<br />
<br />
cache_swap_low 90<br />
cache_swap_high 95<br />
<br />
#update_headers on<br />
cache_mem 128 MB<br />
#cache_access_log <br />
cache_dir ufs /var/spool/squid3 512 16 256<br />
<br />
access_log daemon:/var/log/squid3/access.log squid<br />
cache_log /var/log/squid3/cache.log<br />
cache_store_log daemon:/var/log/squid3/store.log<br />
<br />
<br />
refresh_pattern ^ftp:               
1440    20%    10080<br />
refresh_pattern ^gopher:    1440           
0%    1440<br />
refresh_pattern -i (/cgi-bin/|\?) 0    0%      
     0<br />
refresh_pattern .        0      
     20%    4320<br />
<br />
<br />
<br />
cache_mgr admin@example.com<br />
#visible_hostname proxy.example.com<br />
#unique_hostname proxy.example.com<br />
<br />
<br />
nonhierarchical_direct off<br />
<br />
dns_nameservers 10.5.7.2<br />
coredump_dir /var/spool/squid3<br />
<br />
max_filedescriptors 3200</div>
</font></font></div>
</font></div>
</HTML>