<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Аспро: ЛайтШоп [тема: novnc не показывает консоль]</title>
		<link>http://proxmox.su</link>
		<description>Новое в теме novnc не показывает консоль форума Proxmox Виртуальная Среда на сайте Аспро: ЛайтШоп [proxmox.su]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Fri, 24 Apr 2026 15:45:00 +0300</pubDate>
		<item>
			<title>novnc не показывает консоль</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message350293/80708-novnc-ne-pokazyvaet-konsol">novnc не показывает консоль</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			У меня тоже такая проблема. С TCP-перенаправлением работает нормально, но тогда браузер жалуется на неправильный сертификат, потому что получает домен хоста Proxmox. <br />
			<i>26.09.2017 14:07:00, Nayar.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message350293/80708-novnc-ne-pokazyvaet-konsol</link>
			<guid>http://proxmox.su/forum/messages/forum63/message350293/80708-novnc-ne-pokazyvaet-konsol</guid>
			<pubDate>Tue, 26 Sep 2017 14:07:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>novnc не показывает консоль</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message350292/80708-novnc-ne-pokazyvaet-konsol">novnc не показывает консоль</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Привет, у меня та же проблема и такая же конфигурация nginx-прокси. Очень странно: у меня всё работало один день, а сегодня ничего не работает, при этом с noVNC появляется просто пустой экран. Я сильно сомневаюсь, что проблема в noVNC или в скриптах JavaScript на стороне origin, постараюсь тоже в это вникнуть. Но самое странное, что соединение иногда ненадолго устанавливается, а потом вдруг пропадает. <br />
			<i>05.09.2017 21:45:00, Omar Khalil.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message350292/80708-novnc-ne-pokazyvaet-konsol</link>
			<guid>http://proxmox.su/forum/messages/forum63/message350292/80708-novnc-ne-pokazyvaet-konsol</guid>
			<pubDate>Tue, 05 Sep 2017 21:45:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>novnc не показывает консоль</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message350291/80708-novnc-ne-pokazyvaet-konsol">novnc не показывает консоль</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Та же проблема. Но есть интересное наблюдение: если открыть консоль разработчика (для устранения неполадок), проблема с серым экраном не возникает. <br />
			<i>27.08.2017 13:50:00, psmitty7373.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message350291/80708-novnc-ne-pokazyvaet-konsol</link>
			<guid>http://proxmox.su/forum/messages/forum63/message350291/80708-novnc-ne-pokazyvaet-konsol</guid>
			<pubDate>Sun, 27 Aug 2017 13:50:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>novnc не показывает консоль</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message350290/80708-novnc-ne-pokazyvaet-konsol">novnc не показывает консоль</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Добрый день! У меня такая же проблема, как и у rom9so. &nbsp;<br />Kernel: &nbsp;<br />Код: &nbsp;<br /># uname -a &nbsp;<br />Linux pm-01 4.10.17-2-pve #1 SMP PVE 4.10.17-20 (Mon, 14 Aug 2017 11:23:37 +0200) x86_64 GNU/Linux &nbsp;<br /><br />Версия Nginx: &nbsp;<br />Код: &nbsp;<br /># nginx -V &nbsp;<br />nginx version: nginx/1.10.3 &nbsp;<br /><br />Конфигурация виртуального хоста: &nbsp;<br />Код: &nbsp;<br />server { &nbsp;<br /> &nbsp;listen 443 ssl; &nbsp;<br /> &nbsp;server_name pm-01.domain.tld; &nbsp;<br /> &nbsp;<br /> &nbsp;ssl_certificate /etc/letsencrypt/live/pm-01.domain.tld/fullchain1.pem; &nbsp;<br /> &nbsp;ssl_certificate_key /etc/letsencrypt/live/pm-01.domain.tld/privkey1.pem; &nbsp;<br /> &nbsp;ssl_trusted_certificate /etc/letsencrypt/live/pm-01.domain.tld/chain1.pem; &nbsp;<br /> &nbsp;<br /> &nbsp;ssl_protocols TLSv1 TLSv1.1 TLSv1.2; &nbsp;<br /> &nbsp;ssl_prefer_server_ciphers on; &nbsp;<br /> &nbsp;ssl_ciphers " &lt;Обрезан длинный список SSL шифров: mozilla&gt;"; &nbsp;<br /> &nbsp;<br /> &nbsp;ssl_dhparam /etc/ssl/private/dhparam.pem; &nbsp;<br /> &nbsp;ssl_ecdh_curve secp384r1; &nbsp;<br /> &nbsp;ssl_stapling on; &nbsp;<br /> &nbsp;<br /> &nbsp;resolver 8.8.8.8 8.8.4.4 valid=300s; &nbsp;<br /> &nbsp;resolver_timeout 5s; &nbsp;<br /> &nbsp;<br /> &nbsp;keepalive_timeout 60; &nbsp;<br /> &nbsp;<br /> &nbsp;access_log /var/log/nginx/pm-01.domain.tld_access.log; &nbsp;<br /> &nbsp;error_log /var/log/nginx/pm-01.domain.tld_error.log; &nbsp;<br /> &nbsp;<br /> &nbsp;proxy_redirect off; &nbsp;<br /> &nbsp;<br /> &nbsp;location / { &nbsp;<br /> &nbsp; &nbsp;proxy_http_version 1.1; &nbsp;<br /> &nbsp; &nbsp;proxy_set_header Upgrade $http_upgrade; &nbsp;<br /> &nbsp; &nbsp;proxy_set_header Connection "upgrade"; &nbsp;<br /> &nbsp;<br /> &nbsp; &nbsp;proxy_buffering off; &nbsp;<br /> &nbsp; &nbsp;client_max_body_size 1g; &nbsp;<br /> &nbsp;<br /> &nbsp; &nbsp;proxy_connect_timeout &nbsp;3600s; &nbsp;<br /> &nbsp; &nbsp;proxy_read_timeout &nbsp;3600s; &nbsp;<br /> &nbsp; &nbsp;proxy_send_timeout &nbsp;3600s; &nbsp;<br /> &nbsp; &nbsp;send_timeout 3600s; &nbsp;<br /> &nbsp;<br /> &nbsp; &nbsp;proxy_pass &nbsp; h_t_t_p_s://localhost:8006/; &nbsp;<br /> &nbsp;} &nbsp;<br />} &nbsp;<br /><br />При прямом доступе без прокси консоль открывается без проблем. Если использовать прокси-сервер — появляется серая заставка. Иногда консоль открывается, но ввод текста работает с трудом, всё очень медленно. &nbsp;<br /><br />Прилагаю логи nginx при открытии консоли: &nbsp;<br />Код: &nbsp;<br />"GET /api2/json/cluster/resources HTTP/1.1" 200 611 "h_ttps://pm-01.domain.tld/" "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0" &nbsp;<br />"POST /api2/json/nodes/pm-01/qemu/100/vncproxy HTTP/1.1" 200 1964 "h_ttps://pm-01.domain.tld/?console=kvm&novnc=1&node=pm-01&resize=scale&vmid=100" "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0" &nbsp;<br />"GET /api2/json/cluster/tasks HTTP/1.1" 200 1798 "h_ttps://pm-01.domain.tld/" "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0" &nbsp;<br />"GET /api2/json/nodes/pm-01/qemu/100/status/current HTTP/1.1" 200 749 "h_ttps://pm-01.domain.tld/" "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0" &nbsp;<br />"GET /api2/json/nodes/pm-01/qemu/100/status/current HTTP/1.1" 200 786 "h_ttps://pm-01.domain.tld/" "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0" &nbsp;<br /><br />Проблема повторяется в браузерах: &nbsp;<br />Mozilla Firefox 52.2.0 &nbsp;<br />Google Chrome 60.0.3112.90 <br />
			<i>18.08.2017 09:29:00, ifshadow.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message350290/80708-novnc-ne-pokazyvaet-konsol</link>
			<guid>http://proxmox.su/forum/messages/forum63/message350290/80708-novnc-ne-pokazyvaet-konsol</guid>
			<pubDate>Fri, 18 Aug 2017 09:29:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>novnc не показывает консоль</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message350289/80708-novnc-ne-pokazyvaet-konsol">novnc не показывает консоль</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Я понимаю, что с момента последнего ответа здесь прошло уже много времени, но хочу добавить к разговору, что у меня та же проблема. Печать идет очень медленно, консоль иногда не загружается, но иногда кажется, что она принимает команды. <br />
			<i>22.11.2017 17:16:00, rapide.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message350289/80708-novnc-ne-pokazyvaet-konsol</link>
			<guid>http://proxmox.su/forum/messages/forum63/message350289/80708-novnc-ne-pokazyvaet-konsol</guid>
			<pubDate>Wed, 22 Nov 2017 17:16:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>novnc не показывает консоль</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message350288/80708-novnc-ne-pokazyvaet-konsol">novnc не показывает консоль</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Я обновился с Proxmox 4.4 до 5.0 и использую NGINX в качестве прокси перед сервером (без балансировки нагрузки). Теперь у меня не появляется консоль в novnc, даже на самом хосте.<br /><br />- Отображение установлено на "std" &nbsp;<br />- Версия NGINX 1.10.3 &nbsp;<br />- Конфигурация прокси NGINX: &nbsp;<br /><br />Код: &nbsp;<br />server { &nbsp;<br /> &nbsp; &nbsp;listen [::]:80 ipv6only=on;  <br /> &nbsp; &nbsp;listen 80 default_server; &nbsp;<br /> &nbsp; &nbsp;rewrite ^(.*) https://$host$1 permanent; &nbsp;<br />} &nbsp;<br /><br />server { &nbsp;<br /> &nbsp; &nbsp;listen [::]:443 ipv6only=on ssl http2;  <br /> &nbsp; &nbsp;listen 443 ssl http2; &nbsp;<br /> &nbsp; &nbsp;server_name _; &nbsp;<br /> &nbsp; &nbsp;ssl on; &nbsp;<br /> &nbsp; &nbsp;ssl_certificate /etc/letsencrypt/live/&lt;DOMAIN&gt;/fullchain.pem; &nbsp;<br /> &nbsp; &nbsp;ssl_certificate_key /etc/letsencrypt/live/&lt;DOMAIN&gt;/privkey.pem; &nbsp;<br /><br /> &nbsp; &nbsp;ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH"; &nbsp;<br /> &nbsp; &nbsp;ssl_protocols TLSv1 TLSv1.1 TLSv1.2; &nbsp;<br /> &nbsp; &nbsp;ssl_prefer_server_ciphers on; &nbsp;<br /> &nbsp; &nbsp;ssl_session_cache shared:SSL:10m; &nbsp;<br /> &nbsp; &nbsp;add_header Strict-Transport-Security "max-age=63072000; includeSubdomains; preload"; &nbsp;<br /> &nbsp; &nbsp;#add_header X-Frame-Options DENY; &nbsp;<br /> &nbsp; &nbsp;#add_header X-Content-Type-Options nosniff; &nbsp;<br /> &nbsp; &nbsp;ssl_session_tickets off; &nbsp;<br /> &nbsp; &nbsp;ssl_stapling on; &nbsp;<br /> &nbsp; &nbsp;ssl_stapling_verify on; &nbsp;<br /><br /> &nbsp; &nbsp;proxy_redirect off; &nbsp;<br /> &nbsp; &nbsp;location / { &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;proxy_http_version 1.1; &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;proxy_set_header Upgrade $http_upgrade; &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;proxy_set_header Connection "upgrade"; &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;proxy_pass <noindex><a href="https://127.0.0.1:8006" target="_blank" rel="nofollow" >https://127.0.0.1:8006</a></noindex>; &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;proxy_buffering off; &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;client_max_body_size 0; &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;proxy_connect_timeout 3600s; &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;proxy_read_timeout 3600s; &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;proxy_send_timeout 3600s; &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;send_timeout 3600s; &nbsp;<br /> &nbsp; &nbsp;} &nbsp;<br /><br /> &nbsp; &nbsp;location /.well-known { &nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp;root /var/www/html; &nbsp;<br /> &nbsp; &nbsp;} &nbsp;<br />} &nbsp;<br /><br />Пробелы в ссылках добавлены из-за защиты от спама — скриншот консоли браузера приложен. &nbsp;<br /><br /><img class="lazyload "  src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-src="/upload/forum/proxmox/5291-9f347abebe446735b550f05846259f80.jpg" alt="Пользователь добавил изображение" border="0" /> &nbsp;<br /><br />Буду очень благодарен за помощь! <br />
			<i>03.08.2017 12:08:00, Nurtic-Vibe.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message350288/80708-novnc-ne-pokazyvaet-konsol</link>
			<guid>http://proxmox.su/forum/messages/forum63/message350288/80708-novnc-ne-pokazyvaet-konsol</guid>
			<pubDate>Thu, 03 Aug 2017 12:08:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
	</channel>
</rss>
