Due to PCI DSS security certification, an outside scan of our Apache 2.2 driven web site has said we must update mod_ssl to version 2.8.10 or later. Our current Apache is 2.2.24, and the HTML headers also list mod_ssl as version 2.2.24 (openssl 1.0.1e). The mod_ssl site doesn't list any 2.2.24 version in history, so it's evidently just being matched to the Apache version. I can't find documentation on which version is actually included with Apache 2.2.24.
I'm filling in for the person who originally installed this system, because he's out of the office and we have a deadline. (I'm the one who configured Apache after installation, and I maintain the web site.)
I updated openssl and Apache before last week's scan, using portupgrade, and figured we had the most current version of everything (especially after a preliminary scan we ran came up clean). In fact the latest version listed on the mod_ssl web site (for Apache 2) is 2.8.31, so it would seem that version would work.
I have re-updated Apache and openssl twice just today, and the version numbers are the same. I have tried giving a command for portupgrade to update mod_ssl but it does nothing (that's not listed as a port, but I was trying it anyway).
Without knowing more about how everything works, I am reluctant to try the procedure on the mod_ssl web site, for fear it might conflict in some way with portupgrade's actions, and cause problems. I haven't been able to find articles on the web that give full instructions for doing what I'm trying to do.
I'm not sure if I'm using the correct port name. I've looked on the list of ports and have not found a clear answer. There are a number of Apache module names such as ap22-mod_python-3.3.1_3, but I don't see any containing mod_ssl as part of the name.
Unfortunately I don't know of a way to test if the desired patch is really installed. Our own scan doesn't detect the problem, and we only get one more free outside scan during this certification process, then it starts costing extra money. (The outside scan uses different scanning software so sometimes flags different problems.)
So I need some guidance. Surely this kind of update is something that ought to happen fairly easily, if I can just find the right button to push. I'm not really used to portupgrade so there may be something I'm missing.
I'm filling in for the person who originally installed this system, because he's out of the office and we have a deadline. (I'm the one who configured Apache after installation, and I maintain the web site.)
I updated openssl and Apache before last week's scan, using portupgrade, and figured we had the most current version of everything (especially after a preliminary scan we ran came up clean). In fact the latest version listed on the mod_ssl web site (for Apache 2) is 2.8.31, so it would seem that version would work.
I have re-updated Apache and openssl twice just today, and the version numbers are the same. I have tried giving a command for portupgrade to update mod_ssl but it does nothing (that's not listed as a port, but I was trying it anyway).
Without knowing more about how everything works, I am reluctant to try the procedure on the mod_ssl web site, for fear it might conflict in some way with portupgrade's actions, and cause problems. I haven't been able to find articles on the web that give full instructions for doing what I'm trying to do.
I'm not sure if I'm using the correct port name. I've looked on the list of ports and have not found a clear answer. There are a number of Apache module names such as ap22-mod_python-3.3.1_3, but I don't see any containing mod_ssl as part of the name.
Unfortunately I don't know of a way to test if the desired patch is really installed. Our own scan doesn't detect the problem, and we only get one more free outside scan during this certification process, then it starts costing extra money. (The outside scan uses different scanning software so sometimes flags different problems.)
So I need some guidance. Surely this kind of update is something that ought to happen fairly easily, if I can just find the right button to push. I'm not really used to portupgrade so there may be something I'm missing.