NetTalk Central

Author Topic: SSL and version 6.44  (Read 2948 times)

kingja

  • Sr. Member
  • ****
  • Posts: 261
    • View Profile
    • Email
SSL and version 6.44
« on: September 12, 2012, 11:03:42 AM »
Bruce,

     I recompiled an app that was on 6.27 (I think) with version 6.44.  I set the app to use 443 and entered my certificate path.  When I try to access the Web server locally (https://127.0.0.1) or from another machine using https://myIPAddress, I get an error HTTP 403 forbidden...The web site requires you to login.  I noticed that the certificate folder appears under the app folder and the web folder.  Not sure if this is something new in 6.44 but when I copy my certificate there, it is deleted upon running the web server.  I'm getting back to building SSL servers after a few months away and seem to have missed something.  Can you help?

Jeff

kingja

  • Sr. Member
  • ****
  • Posts: 261
    • View Profile
    • Email
Re: SSL and version 6.44
« Reply #1 on: September 12, 2012, 11:12:15 AM »
Bruce,

     I tried a different port and it works.  So something else on my development machine must be using 443.  Still perplexed!

Jeff

kingja

  • Sr. Member
  • ****
  • Posts: 261
    • View Profile
    • Email
Solved - Re: SSL and version 6.44
« Reply #2 on: September 12, 2012, 12:31:26 PM »
Bruce,

     After doing some research about netstat, it found that one of the VMWare components was using port 443.  Stopping the service in question solved the problem.  Sheesh!

Thanks,

Jeff

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: SSL and version 6.44
« Reply #3 on: September 12, 2012, 10:18:54 PM »
>> Not sure if this is something new in 6.44 but when I copy my certificate there, it is deleted upon running the web server.

From the release notes;

6.19 (10 February 2012)

Important Change: The setting on the WebServer procedure for secure sites, Certificate, is no longer relative to the web folder, but relative to the app folder. The folder will be moved automatically from "relative to web" to "relative to app".


So your certificates are being moved from app\web\certificates to \app\certificates when the app runs.

cheers
Bruce