1

I want to host SSL and non-SSL site on the same server.

Basically I would have:

http://example.com/site1

https://example.com/site2

Is it possible? I have read that it causes non-ssl site to respond to ssl request issue link

Will appreciate if you somebody can point me to step by step instructions how to do this

Community
  • 1
  • 1
user438975
  • 263
  • 1
  • 4
  • 12

1 Answers1

0

You need to use a sub domain to achieve this, for example:

http://example.com/site1

https://secure.example.com/site2

Alex
  • 21,273
  • 10
  • 61
  • 73