Hello. I have some problems with ssl-bump mode. Can you help me, please? My configuration: acl SSL_ports port 443 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 # https acl Safe_ports port 70 # gopher acl Safe_ports port 210 # wais acl Safe_ports port 1025-65535 # unregistered ports acl Safe_ports port 280 # http-mgmt acl Safe_ports port 488 # gss-http acl Safe_ports port 591 # filemaker acl Safe_ports port 777 # multiling http acl CONNECT method CONNECT http_port 10.0.0.1:3128 transparent http_port 127.0.0.1:3128 transparent https_port 192.168.56.100:3130 transparent ssl-bump generate-host-certificates=on dynamic_cert_mem_cache_size=4MB cert=/home/mut/squid.pem key=/home/mut/squid.key sslcrtd_program /lib/squid3/ssl_crtd -s /lib/squid3/ssl-db -M 4MB acl vk dstdomain .vk.com ssl_bump server-first vk http_access deny vk all cache_dir ufs /var/spool/squid3 4096 16 256 minimum_object_size 2 KB maximum_object_size 61440 KB coredump_dir /var/spool/squid3 refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 refresh_pattern (Release|Packages(.gz)*)$ 0 20% 2880 refresh_pattern . 0 20% 4320 error_directory /usr/share/squid3/errors/ru memory_pools on memory_pools_limit 50 MB via off forwarded_for delete But I can open https://vk.com Thx, Jury.