ssl - WampServer HTTPS -


Hello I have a HTTPS to learn more about WampServer
I have it
but if I command

openssl genrsa -des3 -out server.key 1024

This will tell me an error:

It can not be located in sequentially 3807 Dynamic Link Libary LIBEAY32.dll

I have looked at my directory:

wamp \ bin \ apache \ Apache2 .4.4 \ bin

There was a file named libeay.dll.
What can be the problem?

openssl executables that are distributed with Apache for Windows and therefore WAMPServer does not work very well is. I never really had the time to work!

My solution was to download OpenSSL because they are connected to it, so I think it is a stable and unobtrusive distribution of a windows binary. Job for Windows users

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -