Description of problem: Version-Release number of selected component (if applicable): mod_ssl-2.4.9-2.fc20.x86_64 Additional info: This has worked for every version from fedora14 through mod_ssl-2.4.9-2.fc20.x86_64 The documentation says that the program will be called with 2 parameters the first being <hostname>:<port number> and the second being either ``RSA'', ``DSA'', or ``ECC''. After updating to mod_ssl-2.4.9-2.fc20.x86_64, it is, in my case, being called with one parameter only, and it being <hostname>:<port number>:0. This is most likely an upstream regression. This is likely not an intentional change. Were it intentional the documentation should have updated appropriately, yet it was not.
(In reply to Bill Gianopoulos from comment #0) > This has worked for every version from fedora14 through > mod_ssl-2.4.9-2.fc20.x86_64 Oops bad cut/paste that should have read every version form fedora14 through mod_ssl-2.4.6-6.fc20.x86_64
This looks like a bug. I've sent email upstream and I'm working on patch currently. Thanks for letting us know.
(In reply to Jan Kaluža from comment #2) > This looks like a bug. I've sent email upstream and I'm working on patch > currently. Thanks for letting us know. Thanks! I have worked around it in the script i run. I decided to file it here rather than in Apache's bugzilla, because my experience has not been very successful in getting anything fixed via that method unless a patch is provided and I am not familiar enough with this code to do that.
It looks like the original upstream developer who did this incompatibility thinks it's not the core information for the scripts using SSLPassPhraseDialog. The documentation in httpd trunk (developer version of 2.5) has been fixed. He asked following: > Can you provide more information about the specific script/program (and > what is causing the incompatibility)? This would help in getting a > better understanding of the problem, I think. Original upstream thread can be found here: http://mail-archives.apache.org/mod_mbox/httpd-dev/201404.mbox/%3C533FE7EC.9060706%40velox.ch%3E
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
This has been fixed in httpd-2.4.10 as it is in Fedora 20 now.