Forum Discussion
hbrooks2375
Nov 14, 2023Copper Contributor
OpenSSL
We have the recommendation to update OpenSSL. However, we can not figure out how to actually do this. There seems to be no installed location of OpenSSL so how can we update this? I have found a few ...
fatherosam_1
Feb 06, 2024Copper Contributor
I found this bit of PowerShell which when run as admin will let you know where and what is installed, run from root of c:
PS C:\> Get-childItem libssl* -Recurse -ErrorAction SilentlyContinue | select versioninfo -ExpandProperty versioninfo | sort ProductVersion,Filename | ft -auto
For me it found mostly windows software without update options.
The ones at issue are
My best actions so far include
- delete C:\Program Files\Microsoft Office\root\Office16\ODBC Drivers\Salesforce\ (we dont use salesforce)
- Update everything (zoom especially)
- Install OpenSSL v 3.2.1 from a trusted repository. (or you could make your own from source)
Now I'm waiting for Microsoft to update the libraries for
- Onedrive
- C:\Windows\System32\DriverStore\FileRepository\iclsclient
soumyasatpathy
Aug 26, 2025Copper Contributor
I have too deleted those files from that location due to lack of any information. Hope all will be well.