Connection refused
Posted by: yanker (---.151.221.87.dynamic.jazztel.es)
Date: February 25, 2020 07:09PM

I still have not been able to upgrade to Apache 2.4.41 for about 3 months, if I install that version I can only access SSL locally, since only browsers such as chrome, edge, firefox, reject the connection, just connect by iexplorer11.

With Apache 2.4.35 everything works perfectly, I'm already desperate.

The SSL certificate is from Digicert and I have debugged the SSL errors and it tells me the following:

[Tue Feb 25 11:33:59.483190 2020] [ssl:debug] [pid 7476:tid 1068] ssl_engine_io.c(1368): (OS 10054)An existing connection was forcibly closed by the remote host. : [client 87.22x.xxx.xx:58668] AH02007: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!]

PLEASE HELP !!

Options: ReplyQuote
Re: Connection refused
Posted by: RiggsFolly (Moderator)
Date: February 26, 2020 10:30AM

Ok so lets start with an answer to all these questions
READ (and answer) BEFORE YOU ASK A QUESTION

The also we would need to know about any changes made to httpd.conf

And we would need to see your httpd-vhosts.conf file and your httpd-ssl.conf

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Connection refused
Posted by: yanker (---.151.221.87.dynamic.jazztel.es)
Date: February 26, 2020 02:21PM

Thanks for answering, read the articles and also searched the forum and I see nothing concerning what happens.

I did tests with ssllabs and the problem seems to be protocols ??

Everything works in port 80.
In 443 I reject connection in Firefox, chrome, edge, but in ie11 it works !!
I have a simple echo "hello" in the index to check the operation.

Another fact is that if I put the Apache version 2.4.35, everything works, if I put another higher version it does that to me.

Any ideas? I'm already desperate because I have to upgrade to Apache 2.4.41

Thank you

1 - windows server 2012 R2 standard x64, NO instalado IIS
2 - Version WampServer 3.2.0 x64
3 - Apache Version 2.4.41
4 - PHP Version 7.4.2
5 - MySQL Version 5.7.29
6 - Green
7 - In the file c:\Windows\System32\drivers\etc\hosts, what are the active lines?
127.0.0.1 localhost
::1 localhost
127.0.0.1 subdominio.midominio.com
::1 subdominio.midominio.com
8 - Do you have access to localhost (Homepage WampServer)? YES
8a - If so, is there an error message at the bottom of the page?

9 - Do you have access to phpMyAdmin? YES

10 - If you refer to an error message, please include the EXACT wording of the error in your post -->
[Wed Feb 26 06:28:52.699280 2020] [ssl:debug] [pid 6260:tid 1064] ssl_engine_io.c(1368): (OS 10054)An existing connection was forcibly closed by the remote host. : [client 87.221.xxx.xx:58323] AH02007: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!]

11 - If you use an Antivirus and / or Firewall, please include the names of these NO
12 - What is the full path to the installation of WampServer (eg D:\wamp\) c:\wamp64\
13 - If you have one or more Virtual Hosts defined, please show their definition(s)

<VirtualHost _default_:443>
	ServerName crm.dominio.com
	ServerAlias crm.dominio.com
	DocumentRoot "c:/wamp64/www/CRM"
	<Directory  "c:/wamp64/www/CRM">
		Options +Indexes +Includes +FollowSymLinks +MultiViews
		AllowOverride all
		Require all granted
	</Directory>	
    ErrorLog "c:/wamp64/www/CRM/logs/crm.dominio.com-error.log"
	CustomLog "c:/wamp64/www/CRM/logs/crm.dominio.com-access.log" common	
	SSLEngine on
	SSLCertificateFile "C:\ProgramData\ssl\wildcard_dominio_com.crt"
    SSLCertificateKeyFile "C:\ProgramData\ssl\wildcard_dominio_com.key"
    SSLCertificateChainFile "C:\ProgramData\ssl\DigiCertCA.crt"
</VirtualHost>



Edited 1 time(s). Last edit at 02/26/2020 02:32PM by RiggsFolly.

Options: ReplyQuote
Re: Connection refused
Posted by: RiggsFolly (Moderator)
Date: February 26, 2020 02:36PM

So this looks like you have not used the httpd-ssl.conf file, it that right?

If you look in that file you will find a lot of other parameters that exists, the absense of which may explain some of your issues.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: Connection refused
Posted by: yanker (---.151.221.87.dynamic.jazztel.es)
Date: February 27, 2020 01:04PM

That's how he was trying everything, until he found this after weeks and weeks of working with this, I finally agreed to my virtual host the following:

SSLEngine on
#LogLevel debug
SSLProtocol -All +TLSv1.2


Gracias!!!

Options: ReplyQuote


Sorry, only registered users may post in this forum.