• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

HELP: How to turn off SSL support on a domain

Can it be that your browser just cached the site? Tried opening from different machine?
 
Can it be that your browser just cached the site? Tried opening from different machine?

no cache, different browsers...
check for yourself
https://opsi.it or https://frimec.eu or all other 100+ sites on the server..
Certainly sites via https do not work, having nothing in httpsdocs folder..

Could it be related to this issue I got here??

c:\Program Files (x86)\Parallels\Plesk\admin\bin>websrvmng --reconfigure-vhost --vhost-name=frimec.eu
Cannot find web site IP addresses
c:\Program Files (x86)\Parallels\Plesk\admin\bin>

IP address is present in db:

mysql> select * from ip_addresses;
+----+---------------+---------------+-------+--------------------+-------------------+-------+--------+---------------+
| id | ip_address | mask | iface | ssl_certificate_id | default_domain_id | ftps | status | serviceNodeId |
+----+---------------+---------------+-------+--------------------+-------------------+-------+--------+---------------+
| 1 | 151.1.183.183 | 255.255.255.0 | "LAN" | 1 | 0 | false | 0 | 1 |
+----+---------------+---------------+-------+--------------------+-------------------+-------+--------+---------------+
1 row in set (0.00 sec)

mysql>

the domain is present also:

mysql> select * from domains where displayName="frimec.eu"\G
*************************** 1. row ***************************
id: 111
cr_date: 2012-04-20
name: frimec.eu
displayName: frimec.eu
dns_zone_id: 332
status: 0
htype: vrt_hst
real_size: 183973437
cl_id: 2
cert_rep_id: 0
limits_id: 316
params_id: 0
guid: B1F03878-EE60-4B06-B226-4E6D68F0FB28
overuse: false
vendor_id: 2
webspace_id: 0
parentDomainId: 0
webspace_status: 0
permissions_id: 314
external_id:
1 row in set (0.00 sec)

nevermind, I've clicked Read IP from Plesk and that seems to resolve "Cannot find web site IP addresses" issue.


Anyway, all sites in https:// are working and they should not.

What should I check now ?
 
Last edited:
Back
Top