search for: 443

Displaying 20 results from an estimated 1684 matches for "443".

Did you mean: 43
2019 Dec 05
2
Dovecot & OAuth
...to enable OAuth with Keycloak in Dovecot, after enabling 'OAUTHBEARER XOAUTH2' in Dovecot based on online document, I can confirm Dovecot is ready for OAuth using openssl command, however when the auth request comes in, it failed in establishing a SSL connection with Keycloak server on port 443, shown as following in debug logs. I can confirming using commands 'openssl s_client -connect <keycloak_server>:443' or 'curl -v https://<keycloak_server/' all returns normal and no errors. Altering some of the SSL options in dovecot such as 'ssl_ca = </etc/pki/CA/ce...
2017 Jun 21
2
How to diagnostic UDP discovery failed situation
...t of back and forth MTU probe packets been exchanged between tinc nodes, but it’s weird that, from the debug log, one line shows "No response to MTU probes from node1”, but it indeed received a lot of MTU probe response, and finally it get the conclusion of "Packet for node1 (1.1.1.1 port 443) larger than minimum MTU”. 2017-06-21 08:12:05 tinc.myvpn[18854]: Got MTU probe length 1341 from node1 (1.1.1.1 port 443) 2017-06-21 08:12:05 tinc.myvpn[18854]: Got MTU probe length 619 from node1 (1.1.1.1 port 443) 2017-06-21 08:12:06 tinc.myvpn[18854]: Got MTU probe length 396 from node1 (1.1.1....
2019 Dec 05
0
Dovecot & OAuth
...to enable OAuth with Keycloak in Dovecot, after enabling 'OAUTHBEARER XOAUTH2' in Dovecot based on online document, I can confirm Dovecot is ready for OAuth using openssl command, however when the auth request comes in, it failed in establishing a SSL connection with Keycloak server on port 443, shown as following in debug logs. I can confirming using commands 'openssl s_client -connect <keycloak_server>:443' or 'curl -v https://<keycloak_server/' all returns normal and no errors. Altering some of the SSL options in dovecot such as 'ssl_ca = </etc/pki/CA/ce...
2017 Jun 21
0
How to diagnostic UDP discovery failed situation
I found the server(1.1.1.1) didn’t receive the MTU probe from client, so I add iptables -A INPUT -p udp —port 443 -j ACCEPT. After this, I see one packet matching on the server side, and the MTU negotiation works, but when I tear down the tinc, and re-establish the tinc connection, the counter of below UDP/443 never increase, and also my other tinc nodes never add this statement on iptables, but they alll wor...
2016 Nov 20
3
CentOS 6, Apache 2.2.15 and SNI?
Hello, is Apache 2.2 which is part of the CentOS distribution capable of SNI? I have troubles that are coming from server side (CentOS 6.8, Apache 2.2.15) just did 'yum update' in /etc/httpd/conf/httpd.conf I've the following NameVirtualHost ipaddr:443 Include /etc/httpd/conf/vhosts/vhost-ssldom1-box.conf Include /etc/httpd/conf/vhosts/vhost-ssldom2-box.conf both 'vhost'-files are like this: <VirtualHost ipaddr:443> ServerAdmin webmaster at domain#.com ServerName vhost.domain#.com:443 ServerAlias box.domain#.com:443 ServerAlias...
2019 Dec 06
4
Dovecot & OAuth
...Keycloak in Dovecot, after enabling > 'OAUTHBEARER XOAUTH2' in Dovecot based on online document, I can confirm > Dovecot is ready for OAuth using openssl command, however when the auth > request comes in, it failed in establishing a SSL connection with Keycloak > server on port 443, shown as following in debug logs. I can confirming > using commands 'openssl s_client -connect <keycloak_server>:443' or 'curl > -v https://<keycloak_server/' all returns normal and no errors. Altering > some of the SSL options in dovecot such as 'ssl_ca = &gt...
2017 Jul 28
4
firewalld and LISTEN
...ng. external (active) target: default icmp-block-inversion: no interfaces: eth0 sources: services: dns ftp http https imaps pop3s smtp ssh ports: 110/tcp 21/tcp 20000/tcp 106/tcp 53/tcp 990/tcp 5432/tcp 8447/tcp 113/tcp 143/tcp 3306/tcp 5224/tcp 22/tcp 465/tcp 995/tcp 25/tcp 10000/tcp 8443/tcp 993/tcp 443/tcp 8880/tcp 587/tcp 20/tcp 53/udp 12768/tcp protocols: masquerade: yes forward-ports: sourceports: icmp-blocks: rich rules: But by ss -nat, IPV4 443 is not listend. How can I fix? # ss -nat | grep LISTEN | grep 443 LISTEN 0 128 :::443...
2004 Aug 13
2
heavy load on port 443
...rking, the follwing message flud the screen. Aug 13 23:32:28 www /kernel: Limiting closed port RST response from 213 to 200 packets per second The /var/log/apache_ssl_engine.log started to grow with similar messages: [13/Aug/2004 23:43:49 66440] [error] SSL handshake failed (server www.beco.hu:443, client 217.102.90.240) (OpenSSL library error follows) [13/Aug/2004 23:43:49 66440] [error] OpenSSL: error:1406908F:SSL routines:GET_CLIENT_FINISHED:connection id is different [13/Aug/2004 23:43:50 31633] [info] Connection to child 38 established (server www.beco.hu:443, client 217.102.90.240)...
2012 Jan 24
3
sshd: listen on ip1:port1 and ip2:port2
...figure OpenSSH daemon to listen on different IPs _and_ ports? I have received a 2nd IP address for my server and have successfully configured by adding the new "/etc/sysconfig/network-scripts/ifcfg-eth0:1" file. I'd like SSHd to keep listening at the_old_ip:22 but also at the_new_ip:443. The 443 on the_old_ip is already taken by Apache, so I can't just write "Port 22" + "Port 443" to sshd_config. Thank you Alex
2011 Oct 18
3
haproxy ssl
hello list, I am attempting to load balance SSL web servers using haproxy on centos 5.7. I am using HA-Proxy version 1.4.18 Here is the stanza in the config regarding SSL: listen https 192.168.1.200:443 mode tcp balance roundrobin option forwardfor except 192.168.1.200 option redispatch maxconn 10000 reqadd X-Forwarded-Proto:\ https server web1 web1.summitnjhome.com:443 maxconn 5000 server web2 web2.summitnjhome.com:443 maxconn 5000...
2004 Oct 23
9
OpenVPN tunnel question
Hi, I am new to VPN an OpenVPN with shorewal. I tryed a lot and read a bounch of howto''s but nothing helped so I came here. I want to tunnel all request to my server 141.48.XXX.XXX from my home network throu port 443. I want to do this because this is the only way I can connect to my server using ssh or ony other tool or port. On Port 80 Apache is running, so I only have the https port 443 to tunnel over. The university is providing a Windows VPN client to use the ssh and FTP Ports but this client is unavailabl...
2012 Feb 08
2
Running Puppet(Master) on port 443
On Feb 1, 2012, at 8:06 PM, Nan Liu wrote: > Puppet uses REST, so you can run puppet master on 443 to work around firewalls. I would like to get a bit more information on this. Is it as simple as setting all the ports in puppet.conf to 443 on master and agent ? “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us....
2023 Nov 27
1
Announcing Gluster release 11.1
I am getting this errors: Err:10 https://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/bookworm/amd64/apt bookworm/main amd64 glusterfs-server amd64 11.1-1 Error reading from server - read (5: Input/output error) [IP: 8.43.85.185 443] Fetched 35.9 kB in 36s (1,006 B/s) E: Failed to fetch https://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/bookworm/amd64/apt/pool/main/g/glusterfs/libglusterfs0_11.1-1_amd64.deb Error reading from server - read (5: Input/output error) [IP: 8.43.85.185 443] E: Failed to fetch https:/...
2023 Nov 27
2
Announcing Gluster release 11.1
...--2023-11-27 11:25:50-- https://download.gluster.org/pub/gluster/glusterfs/11/11.1/Debian/12/amd64/apt/pool/main/g/glusterfs/glusterfs-client_11.1-1_amd64.deb Resolving download.gluster.org (download.gluster.org)... 8.43.85.185 Connecting to download.gluster.org (download.gluster.org)|8.43.85.185|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 3188596 (3,0M) Saving to: ?glusterfs-client_11.1-1_amd64.deb? glusterfs-client_11.1-1_amd64.deb 1%[ ] 47,65K 311KB/s in 0,2s 2023-11-27 11:25:51 (311 KB/s) - Connection closed at byte 48792. Retryin...
2023 Nov 27
1
Announcing Gluster release 11.1
...berto.nunes32 at gmail.com>: > > I am getting this errors: > > Err:10 https://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/bookworm/amd64/apt bookworm/main amd64 glusterfs-server amd64 11.1-1 > Error reading from server - read (5: Input/output error) [IP: 8.43.85.185 443] > Fetched 35.9 kB in 36s (1,006 B/s) > E: Failed to fetch https://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/bookworm/amd64/apt/pool/main/g/glusterfs/libglusterfs0_11.1-1_amd64.deb Error reading from server - read (5: Input/output error) [IP: 8.43.85.185 443] > E: Failed to...
2006 Mar 17
32
[Bug 443] 2.6 kernel failing in NAT with significant outbound traffic
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=443 ------- Additional Comments From nothingel@hotmail.com 2006-03-17 20:07 MET ------- sorry for the delay...I'll check this out hopefully first of next week. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because:...
2012 Jun 10
3
Apache mod_cache/mod_disk_cache...?
...h?xyz ... thus making the query string completely ignored. However, if I leave it off, I get no caching at all because Puppet seems to make every single file request with a ? attached to it: > Jun 10 00:17:59.000000 puppetmaster-20372704.cloud.XYZ.com apache: puppetmaster-20372704.cloud.XYZ.com:443 204.236.165.198 - - - puppet.XYZ.com:8140 "GET /production/file_metadata/modules/zk/ssl/cacert.pem? HTTP/1.1" 200 330 "-" "-" 0/6260 > Jun 10 00:17:59.000000 puppetmaster-20372704.cloud.XYZ.com apache: puppetmaster-20372704.cloud.XYZ.com:443 204.236.165.198 - - - pu...
2017 May 24
0
How to improve/resolve the Flushing xxx bytes to node would block?
...g for ways to get it improved. Like, if the box1 deployed outside the firewall direct to the internet will be a way out?, and could you explain in detail what the Flushing xxx to bbb would block mean, and what cause it to happen? May 24 15:50:47 box1 tincd: Sending PACKET to abc (202.45.97.3 port 443) May 24 15:50:47 box1 tincd: Flushing 12348 bytes to abc (202.45.97.3 port 443) would block May 24 15:50:47 box1 tincd: Sending PACKET to abc (202.45.97.3 port 443) May 24 15:50:47 box1 tincd: Flushing 12420 bytes to abc (202.45.97.3 port 443) would block May 24 15:50:47 box1 tincd: Sending PACKET...
2007 Oct 31
1
find overlap between intervals - Correction
Dear all, Sorry for the previous email. I had a wrong example output: Input: Start End 440 443 380 443 290 468 CORRECTED Desired output: Start End 290 380 380 440 443 468 Best regards, João Fadista [[alternative HTML version deleted]]
2006 Feb 08
15
[Bug 443] 2.6 kernel failing in NAT with significant outbound traffic
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=443 ------- Additional Comments From nothingel@hotmail.com 2006-02-08 05:35 MET ------- I also, the situation described in bug ID 322 seemed related and I tried the patch from Phil Oester but it did not make a difference. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.c...