Questions tagged [protocol]
49 questions
2
votes
2 answers
Listener Protocol for ELB in front of Squid Proxy
We have two Squid proxy servers for High availability. We want to use Amazon ELB in front of these Squid proxy servers.
When we use Load Balancer Protocol as TCP and port 8080, Instance Protocol TCP and port 3128 -- After exporting squid proxy using…

Neetika
- 71
- 2
- 5
2
votes
3 answers
Why does VNC viewer on Mac Book Pro report RFB protocol error when connecting to AWS over L2TP?
There is a small group of us working on Amazon Web Services (AWS), we use mac books as our desktop machines and VNC into servers running on AWS. The problem started when we upgraded our VPN from PPTP to L2TP (Centos 6 with Openswan). My colleague…

Ross Addinall
- 41
- 1
- 1
- 4
2
votes
1 answer
How to configure nDPI for iptables
I am new to nDPI, I have installed nDPI but when I add rules like;
iptables -I OUTPUT -m ndpi --http -j REJECT
It shows this error
iptables v1.4.7: Couldn't load match 'ndpi':/lib64/xtables/libipt_ndpi.so: cannot open shared object file: No such…

zuhair
- 21
- 1
- 3
2
votes
1 answer
SNMP protocol and acceptance of the hyphen character
I'm no expert at the SNMP protocol and I've failed to find anything in the protocol RFC documentation regarding the tolerance of hyphens in the SNMP community string. It appears to be a double standard where some devices such as Cisco support it…

Sn3akyP3t3
- 870
- 1
- 8
- 13
2
votes
1 answer
SCEP Protocol on Linux
Is it possible to setup an SCEP protocol on Linux? My company is going to be adopting over-the-air enrolling for iPads and I can't find anything for this on Linux. Has anyone done this before? Is it possible?

Ben
- 3,800
- 18
- 65
- 96
2
votes
5 answers
Will firewalls block my non-HTTP network protocol even if I use TCP port 80?
I want to create a simple JSON-based protocol to allow my game to talk to my custom server, but I don't want embed it in HTTP.
If I send a custom text-based protocol request to my server on port 80, will firewalls block it for not using HTTP format,…

MindJuice
- 21
- 1
- 3
1
vote
4 answers
Is RFC 7231 the latest version about the HTTP/1.1 protocol?
I'm doing an university work on HTTP and I try to explain what happens when there is an HTTP connection between a client and a server. To do this, I'm using the "curl -v -i" command on an Ubuntu Terminal, which shows the headers of an HTTP…

john smith
- 51
- 3
1
vote
0 answers
nginx default SSL SNI host overwrites SSL Protocols
I have setup nginx with SSL (SNI based).
My first served vHost uses
server {
...
listen 443 ssl;
server_name host1;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
....
On others vhosts I wanted to be stricter and only allow TLSv1.2
server {
...
…

lockdoc
- 241
- 3
- 8
1
vote
1 answer
What authentication protocols are negotiated by HP Printers to Windows Server Shares?
I am trying to find information specifying the protocol negotiation process for newer HP printers that can perform direct scans to Windows-style shared folders - in particular, the HP 8600-series is of interest.
Do they support client…

David W
- 181
- 8
1
vote
1 answer
EPP Protocol create multiple domains in one command
I've seen command can check multiple domains in one command. Is it possible to do the same for the ?
…

giannis christofakis
- 61
- 7
1
vote
1 answer
What protocol does Exchange use to relay email to other Exchange servers?
Suppose an organization has multiple Exchange servers. These Exchange servers can use SMTP to relay email to each other. In this case, they would probably use some Exchange-proprietary extensions, such as XEXCH50 and X-LINK2STATE.
Question: Is…

james.garriss
- 360
- 6
- 17
1
vote
1 answer
how to set open Launch Application via group policy for callTo protocol
I have implemented callTo protocol to call a dialer and vbs script from web page within the intranet. I have deployed the registry to all machines in network via group policy and his all works fine. how ever on a new machine I get the dialog box…

shorif2000
- 351
- 1
- 8
- 28
1
vote
1 answer
Is the port number the same when connecting to git via the git+ssh protocol?
I was wondering when connecting to a git repository, does the git+ssh protocol use the same port number as just using the git protocol. For example:
git://example.com/git/helloworld
git+ssh://root@example.com/git/helloworld
I am trying to push to a…

Tomek
- 215
- 3
- 8
1
vote
0 answers
Configuring Tomcat for customized protocol handler
This is on Tomcat 9.0.71.
I need to use a protocol handler of com.ibm.crypto.provider.
I set JAVA_OPTS with -Djava.protocol.handler.pkgs=com.ibm.crypto.provider but this is not sufficient. The problem is that catalina.sh contains the…

Dave Breeze
- 11
- 3
1
vote
1 answer
Why does OpenSSH on Macos look for known hosts file twice?
Open SSH debug trace shows that ssh is looking for the known_hosts file(s) twice, once before the key exchange and once during, why is that?
I understand that as part of the key exchange ssh verifies the key in the known_hosts file, but I don't…

Niko P
- 11
- 1