DrayTek UK Users' Community Forum

Help, Advice and Solutions from DrayTek Users

https:// Setup Of

  • jimryder
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
14 May 2009 21:15 #1 by jimryder
https:// Setup Of was created by jimryder
Evening,

I might be asking the impossible but here goes:

I have a server here running a couple of applications.

To get to them over the web I use port forwarding ... so

App1 might be http://mydns.org:8081 and
App2 might be http://mydns.org:8082

This works fine, but I want to use SSL. Is it possible? If so how?
I want to type
https://mydns.org:8081 or
https://mydns.org:8082

Thanks in advance,

Jim

Please Log in or Create an account to join the conversation.

More
15 May 2009 10:58 #2 by middling
Replied by middling on topic https:// Setup Of
https uses a different port to http so all you need to do to get it to work (assuming your server is already listening out for https connections) is create a couple more port forwarding rules:

e.g.

8083 forwards to APP1-SERVER-IP port 443
8084 forwards to APP2-SERVER-IP port 443

then you'd just type

https://mydns.org:8083 or
https://mydns.org:8084
to get to the sites.

Please Log in or Create an account to join the conversation.

  • jimryder
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 May 2009 11:18 #3 by jimryder
Replied by jimryder on topic https:// Setup Of
Both applications are running at the same IP address.

Please Log in or Create an account to join the conversation.

More
15 May 2009 12:07 #4 by middling
Replied by middling on topic https:// Setup Of
If they're both running on the same IP then you're going to have to modify your server to listen for SSL connections on both port 443 and an additional port if you want to keep app1 and app2 separate.

Please Log in or Create an account to join the conversation.

Moderators: ChrisSami