<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Opera blocks ports]]></title><description><![CDATA[<p dir="auto">After nearly 20 years, I decided to give Opera a try again. I'm pretty happy with it after some tweaking, except for one thing: it blocks https access to specific ports and I don't find a way to override it. I have devices running web servers at exotic ports like :1234 and opera simplyh claims they don't exist. FF and IE have no issue with it, only Chrome and Opera. Chrome has a command line parameter do allow them anyway, but I can not find the same for Opera.</p>
<p dir="auto">I'm not interested in solutions like 'change the port on the device'. Would that work? Of course. But it's not up to a browser to decide to what port he should or shouldn't connect.</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://forums.opera.com/topic/16749/opera-blocks-ports</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 15:45:58 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/16749.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Aug 2016 14:18:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Opera blocks ports on Tue, 30 Aug 2016 12:28:30 GMT]]></title><description><![CDATA[<p dir="auto">Sorry, I was on a short holiday.</p>
<p dir="auto">I always use the protocol - it's one of the things I had to tweak about opera. But as I said: it is known that Chromium blocks ports. Here's the list, straight from the source code (and with line numbers):</p>
<pre><code>namespace {

// The general list of blocked ports. Will be blocked unless a specific
// protocol overrides it. (Ex: ftp can use ports 20 and 21)
static const int kRestrictedPorts[] = {
1,      // tcpmux
7,      // echo
9,      // discard
11,     // systat
13,     // daytime
15,     // netstat
17,     // qotd
19,     // chargen
20,     // ftp data
21,     // ftp access
22,     // ssh
23,     // telnet
25,     // smtp
37,     // time
42,     // name
43,     // nicname
53,     // domain
77,     // priv-rjs
79,     // finger
87,     // ttylink
95,     // supdup
101,    // hostriame
102,    // iso-tsap
103,    // gppitnp
104,    // acr-nema
109,    // pop2
110,    // pop3
111,    // sunrpc
113,    // auth
115,    // sftp
117,    // uucp-path
119,    // nntp
123,    // NTP
135,    // loc-srv /epmap
139,    // netbios
143,    // imap2
179,    // BGP
389,    // ldap
465,    // smtp+ssl
512,    // print / exec
513,    // login
514,    // shell
515,    // printer
526,    // tempo
530,    // courier
531,    // chat
532,    // netnews
540,    // uucp
556,    // remotefs
563,    // nntp+ssl
587,    // stmp?
601,    // ??
636,    // ldap+ssl
993,    // ldap+ssl
995,    // pop3+ssl
2049, // nfs
3659, // apple-sasl / PasswordServer
4045, // lockd
6000, // X11
6665, // Alternate IRC [Apple addition]
6666, // Alternate IRC [Apple addition]
6667, // Standard IRC [Apple addition]
6668, // Alternate IRC [Apple addition]
6669, // Alternate IRC [Apple addition]
0xFFFF, // Used to block all invalid port numbers (see
        // third_party/WebKit/Source/platform/weborigin/KURL.cpp,
        // KURL::port())
</code></pre>
<p dir="auto">My astonishment is both at the fact that no one seems to care about this - if IE would do this, it'd be a a front-page scandal on every tech site - and at the apparent lack of solution either.</p>
<p dir="auto"><a href="http://fragilematter.blogspot.de/2011/02/opera-access-to-this-port-is-disabled.html" target="_blank" rel="noopener noreferrer nofollow ugc">From what I found on the internet</a>, there used to be a setting called 'permitted ports'in earlier builds', but it seems to have disappeared. Apparently I'll have to get the source somewhere (if possible), edit - rather: clear- the list and compile my own version. Which obviously isn't very user-friendly.</p>
]]></description><link>https://forums.opera.com/post/105760</link><guid isPermaLink="true">https://forums.opera.com/post/105760</guid><dc:creator><![CDATA[yellowonline]]></dc:creator><pubDate>Tue, 30 Aug 2016 12:28:30 GMT</pubDate></item><item><title><![CDATA[Reply to Opera blocks ports on Mon, 29 Aug 2016 20:52:44 GMT]]></title><description><![CDATA[<p dir="auto">Did it work?</p>
]]></description><link>https://forums.opera.com/post/105731</link><guid isPermaLink="true">https://forums.opera.com/post/105731</guid><dc:creator><![CDATA[ipodclassic1]]></dc:creator><pubDate>Mon, 29 Aug 2016 20:52:44 GMT</pubDate></item><item><title><![CDATA[Reply to Opera blocks ports on Fri, 26 Aug 2016 23:39:24 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">After nearly 20 years, I decided to give Opera a try again. I'm pretty happy with it after some tweaking, except for<br />
one thing: it blocks https access to specific ports and I don't find a way to override it. I have devices running web<br />
servers at exotic ports like :1234 and opera simplyh claims they don't exist.</p>
</blockquote>
<p dir="auto">Make sure to specify https:// and then the address / hostname with the portnumber instead of simply specifying the name and number. If I use <a href="http://mysite.org:4443" target="_blank" rel="noopener noreferrer nofollow ugc">mysite.org:4443</a> then I get the same error as you, but when I use <a href="https://mysite.org:4443" target="_blank" rel="noopener noreferrer nofollow ugc">https://mysite.org:4443</a> it simply works as expected for me. Maybe that could help?</p>
]]></description><link>https://forums.opera.com/post/105565</link><guid isPermaLink="true">https://forums.opera.com/post/105565</guid><dc:creator><![CDATA[shelluser]]></dc:creator><pubDate>Fri, 26 Aug 2016 23:39:24 GMT</pubDate></item><item><title><![CDATA[Reply to Opera blocks ports on Fri, 26 Aug 2016 06:06:16 GMT]]></title><description><![CDATA[<p dir="auto">Unfortunately, nothing seems to happen if I add something like <strong>--explicitly-allowed-ports=6665,6666</strong> to the startup <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=89iooh84962" class="not-responsive emoji emoji-emoji-one emoji--disappointed_face" title=":(" alt="😞" /></p>
<p dir="auto">I'm surprised that it's so hard to find information about this. This doesn't seem to be such an exotic question.</p>
]]></description><link>https://forums.opera.com/post/105513</link><guid isPermaLink="true">https://forums.opera.com/post/105513</guid><dc:creator><![CDATA[yellowonline]]></dc:creator><pubDate>Fri, 26 Aug 2016 06:06:16 GMT</pubDate></item><item><title><![CDATA[Reply to Opera blocks ports on Thu, 25 Aug 2016 14:28:50 GMT]]></title><description><![CDATA[<p dir="auto">What happens if you just use the same command line parameters with Opera as you do with Chrome?<br />
Most Chrome switches do work in Opera as well as it's also Chromium-based.<br />
<img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=89iooh84962" class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.opera.com/post/105472</link><guid isPermaLink="true">https://forums.opera.com/post/105472</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Thu, 25 Aug 2016 14:28:50 GMT</pubDate></item></channel></rss>