문제

I want to use the Win32 OpenSSL binaries from Shining Light Productions for the sole purpose of generating self-signed certificates. Unfortunately, my PC has a newer version of Visual C++ 2008 Redistributables, instead of the version recommended by Shining Light Productions.

Since I didn't see any static builds on the download page, what is the latest version of Win32 OpenSSL binaries that doesn't require the Visual C++ 2005/2008 Redistributables?

PS. I know about the alternatives of generating SSL certificates, I'm just interested in OpenSSL binaries.

도움이 되었습니까?

해결책

From the OpenSSL Binaries wiki page:

OpenSSL for Windows

Pre-compiled Win32/64 libraries without external dependencies to the Microsoft Visual Studio Runtime DLLs, except for the system provided msvcrt.dll

https://indy.fulgan.com/SSL/

다른 팁

나는 그 문제를 나 자신을 발견했다, 로버트는 나를 영감을 주었다 :)

  1. Secure Store Service 응용 프로그램에서 Administrators 버튼을 클릭하고 호출 응용 프로그램에서 사용하는 앱 풀 계정을 추가했습니다. 그것은 작동하지 않았습니다.

  2. 웹 서비스 앱 풀 계정을 추가했습니다. 그것은 작동하지 않았습니다.

  3. 대상 응용 프로그램에서, 나는 그것을 편집하고, 회원 섹션 (마지막 단계)에서 웹 앱 풀 계정을 추가했습니다. 이것은 일했습니다.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top