RDS and SSL do they work together?

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default RDS and SSL do they work together?

    I can't get RDS to work from Dreramweaver when using SSL (port 443) on my web
    server. If I use port 80 it works, but when I change the setup to port 443
    Dreamweaver locks up. Is it possible to use RDS over SSL? I don't want to
    open port 80. Thanks.

    ejh2 Guest

  2. Similar Questions and Discussions

    1. Can't get <img> to work in XML
      I'm using PHP to grab info from a database and then spit out an XML file. I'm loading the XML file into my fla and having no problems getting the...
    2. Links don't work in Shockwave movie but work in p
      Hi, everyone: I encountered a strange problem. I downloaded a sample movie from Macromedia site and noticed that the same problem occurs what I had...
    3. F12 doesn't quite work
      I press F12, and the page displays locally, but the included files (PHP) don't get included. I could've sworn it was working, once upon a time. Now,...
    4. Still trying to get a Mac to work with GPS
      I am still trying to get a Mac to work with GPS. All of the leads so far suggested have not pointed me towards a soltion, allowing the use of a Mac...
    5. Net work set up
      1)i have 2 computers both with a network card connected by cable. 2) when running main (internet)computer XP home o/s 2nd computer 98 o/s the 2...
  3. #2

    Default Re: RDS and SSL do they work together?

    Pretty positive the answer is no one this one. At the very least you would
    need a proper SSL cert on the server and specify the full path
    ([url]www.mycertisforthisdomain.com[/url]) instead of IP to the server when setting up RDS
    in DWMX. Otherwise you would get one of the SSL warnings, cert does not match
    address. I think there is something about RDS working better with CFMX 7 and
    dreamweaver perhaps this issues has been resolved with 7.

    byron1021 Guest

  4. #3

    Default Re: RDS and SSL do they work together?

    On my posting, I sould have stated that I am using CFMX 7 with dreamweaver MX
    on a test server with SSL installed. When I try to connect using port 443 in
    the Dreamweaver setup, it locks up. When I switch back to port 80 it works.
    Is there something else I need to specify in the RDS setup in Dreamweaver? We
    have Coldfusion 5 RDS and Studio working with SSL on our production web server.
    Any ideas?

    ejh2 Guest

  5. #4

    Default Re: RDS and SSL do they work together?

    You can use SSL with RDS. In the RDS properties for your working connection, change the port to 443. Change the hostname to the yourwebsite.com address. That address has to have an SSL certificate installed. Check the box that says to Use Secure Sockets Layer for the connection. It will connect just fine on Port 443 SSL at that point.
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139