Pages: Previous1234
Current Page: 4 of 4
Re: HTTPS or SSL - Breaks WAMP Server
Posted by: rjoby (---.56.166.122.airtelbroadband.in)
Date: July 07, 2010 09:00AM

superb steps to impelemsnt ssl in wamp from toivo. great thanks to him. i followed his step and enable the ssl module from wamp tray and i can access httpds from my webserver now

Options: ReplyQuote
Re: HTTPS or SSL - Breaks WAMP Server
Posted by: gourab103111 (49.15.126.---)
Date: June 19, 2011 12:55AM

Hi toivo ,

I follow your instructions and configure ssl into my wampp server.

If You get Error Message Like This What should you do. The ordinal 942 could not be located in the dynamic link library LIBEAY32.dll . To Solve this problem You need to change in your instruction. Some points are missing in your document . Lucely i enable it And spent lot 4 hour with it to solve this issue .

Please change your doc little bit Regarding this error,

Thanks
Gourab Singha
Country - India

Options: ReplyQuote
Re: HTTPS or SSL - Breaks WAMP Server
Posted by: woodbridge (---.del.tulipconnect.com)
Date: July 07, 2011 05:24PM

Hi Gourab,

Can you please let me know what are the instructions that are to be modified and in which document. Iam bale to see the problem in wamp2.1 only. please help me out in this regard.

Thanks
Wood

Options: ReplyQuote
Re: HTTPS or SSL - Breaks WAMP Server
Posted by: yfastud (Moderator)
Date: July 07, 2011 06:20PM


Options: ReplyQuote
Re: HTTPS or SSL - Breaks WAMP Server
Posted by: sudweb (---.w86-197.abo.wanadoo.fr)
Date: August 14, 2011 03:33PM

>
>The ordinal 942 could not be located in the dynamic link library LIBEAY32.dll
>


This error message will be caused by an error in your command line. make sure that you have got the paths to the config files properly defined.

Chris

Options: ReplyQuote
Re: HTTPS or SSL - Breaks WAMP Server
Posted by: darmstrong (206.41.50.---)
Date: August 15, 2011 07:56PM

I am having an issue getting SSL to work with an intermediate certificate. I had a self signed certificated working just fine. I obtained a certificate from Entrust that requires an intermediate certificate. When I input the paths to the intermediate cert, Apache fails to start.

Here are the relevant parts of httpd-ssl.conf

##
## SSL Virtual Host Context
##

<VirtualHost _default_:443>

# General setup for the virtual host
DocumentRoot "c:/wamp/www"
ServerName (censored):443
ServerAdmin (censored)
ErrorLog "c:/wamp/bin/apache/Apache2.2.17/logs/error.log"
TransferLog "c:/wamp/bin/apache/Apache2.2.17/logs/access.log"

SSLCertificateFile "c:/SSL Certificates/(censored).crt"
SSLCertificateKeyFile "c:/SSL Certificates/private.key"
SSLCertificateChainFile "c:/SSL Certificates/L1Cchainroot.crt"
SSLCACertificatePath "c:/SSl Certificates/L1Croot.crt"



The .conf file that works has the SSL certificates stored in a different directory.

SSLCertificateFile "c:/wamp/bin/apache/Apache2.2.17/conf/server1.cert"
SSLCertificateKeyFile "c:/wamp/bin/apache/Apache2.2.17/conf/server.pem"


Do I need to setup a path variable somewhere so that I can use the C:\SSL Certificates directory?

Options: ReplyQuote
Re: HTTPS or SSL - Breaks WAMP Server
Posted by: darmstrong (206.41.50.---)
Date: August 15, 2011 08:41PM

I did some more poking around and the file path does not seem to matter. If I put the new certificate files in the ../bin/apache/apache2.2.17/conf/.." directory the server does not start.

The server does not seem to be logging any errors. I checked the standard error logs (apache_error, error) but there are not any errors related to SSL, or anything else to explain why the server does not start.

Where can I find information about why the server does not start when I make those changes to httpd_ssl.conf?

Options: ReplyQuote
having problem with sslmutex
Posted by: alapan.bag (101.218.27.---)
Date: November 08, 2012 07:49PM

I followed every step..but whenever i try to check for syntax error by the command 'httpd -t' i get the following error..

AH0056: Syntax error on line 78 of C:\wamp\bin\apache\apache2.4.2\conf\extra\httpd-ssl.conf:
Invalid command 'SSLMutex', perhaps misspelled or defined by a module not included in the server configuration

-----------------------------------

I checked line 78 and it was the line where it was written 'SSLMutex default'..

Can anybody help me out...and i think as a result my wamp server is not starting..so if i can resolve it with your help i might be able to start it..The https is needed in my final year project so i need to get this done asap..please help me out..thank you...

Options: ReplyQuote
Re: HTTPS or SSL - Breaks WAMP Server
Posted by: alapan.bag (101.218.27.---)
Date: November 08, 2012 07:53PM

I followed every step..but whenever i try to check for syntax error by the command 'httpd -t' i get the following error..

AH0056: Syntax error on line 78 of C:\wamp\bin\apache\apache2.4.2\conf\extra\httpd-ssl.conf:
Invalid command 'SSLMutex', perhaps misspelled or defined by a module not included in the server configuration

-----------------------------------

I checked line 78 and it was the line where it was written 'SSLMutex default'..

Can anybody help me out...and i think as a result my wamp server is not starting..so if i can resolve it with your help i might be able to start it..The https is needed in my final year project so i need to get this done asap..please help me out..thank you...

Options: ReplyQuote
Re: HTTPS or SSL - Breaks WAMP Server
Posted by: RiggsFolly (---.ppp.as43234.net)
Date: November 09, 2012 12:30AM

do you have sll_module active?

Options: ReplyQuote
Pages: Previous1234
Current Page: 4 of 4


Sorry, only registered users may post in this forum.