3

I installed openssl on my Wamp Server following the instructions found at How to install: OpenSSL + WAMP. I have my setup in my http.conf file to currently listen to port 8080 in order to accommodate running Wamp along side IIS.

ServerName localhost:8080

However, I cannot get my wamp server to run after I edit the httpd-ssl.conf file according to the instructions.

So my question is how do I run openSSL on Wamp along side IIS?

jww
  • 97,681
  • 90
  • 411
  • 885
Demodave
  • 6,242
  • 6
  • 43
  • 58

1 Answers1

1

Running 2 webserverse on the same server needs to have either different ports or differnet IPs.

You took the road using a different Port which is working but then you need to call your server with https://localhost:8080/

grzchr15
  • 283
  • 1
  • 6