V
V
VrencchBug2018-01-30 10:16:31
Apache HTTP Server
VrencchBug, 2018-01-30 10:16:31

Where can an SSL certificate come from on the server if Apache is disabled and nothing is listening to 443?

I tried to set up ssl in Apache on the server (Ubuntu), but instead of my certificate I got some kind of invalid, expired and completely left - from Internet Widgits, like some kind of self-signed one.

Then I generally disabled ssl in Apache, I go to https: // domain - I see - and that certificate still climbs, instead of giving timeout, as it should be. Obviously this is not normal.

Moreover, I generally disable Apache (apachectl stop), yes, I definitely disable it, http: // the domain does not open, and https: // the domain opens longer, but this certificate still climbs.

Tried:
netstat -natp
There is no one listening on port 443.

I thought that the problem was in the DNS server, but I put a different IP of my other server on Windows on it, and there is nothing like that.

What is this nonsense?

I say right away: all sorts of add-ons-proxy-trojans from the client - past, tested in different browsers, on different computers, plus the ssl checker service.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Viktor Taran, 2018-01-30
@shambler81

find /etc/apache2 -exec grep -l "ssl" {} \;
Well
find /etc/apache2 -exec grep -l "443" {} \;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question