Adding TLSv1.2 to OCS and or Apache2?

I’ve googled and found that I just need to add the l SSLProtocol -all +TLSv1.2 to the https virtual host configuration file.
What is the name of the file and where is it typically located?
I’ve looked in /etc/apache2, sites-available, sites-enabled, in the default-000 file, etc.
I have an httpd.conf file with 0 bytes. I have an apache.conf file with no mention of SSL in it.
I have googled for a tip or hint. I’ve searched the server for the host config file.
No doubt it’s a simple thing, but I’m struggling with it, LOL.
OCSv2.4, Apache2, PHP5, Debian5. Let me know if you need additional info.

Thanks

Hi @ukidenme,

PKP software will happily respond to requests over either http or https – it’s up to the web server configuration to support https if you need that. You shouldn’t need to configure our software beyond that. Apache configuration is usually out of the scope of this forum, but you might have better luck posting on StackOverflow or similar.

Regards,
Alec Smecher
Public Knowledge Project Team

Alec hi,

Thank you so much for your reply. And of course I should have posted over in the Apache forums. I just wasn’t thinking clearly at the time.

Cheers