How to upgrade openssl on FreeBSD6.2?

oceanwavecn

Verified User
Joined
May 2, 2007
Messages
12
How to upgrade openssl on FreeBSD6.2?

FreeBSD6.2+Directadmin+apache+PHP5+MySQL5

The Web Scanner shows that my webserver is in high risk, because of the old version of openssl(OpenSSL/0.9.7e-p1), and suggest me to upgrade it.

so I try upgrade openssl with the ports method:

portupgrade -R openssl

,and it's shows success.

then I use the command "uname -v" & "ssh -v" to double check, the result shows the version of openssl still is old(OpenSSL/0.9.7e-p1), means the upgrade is fail.


so any good ideas to fix the problem? Thanks!
 
if portupgrade didnt show any errors, restart ssh by
#/etc/rc.d/sshd restart
and it would be ok.
 
Back
Top