Ticket #204 (new Defect)
Log shows the wrong port number
| Reported by: | dekkerdreyer@… | Owned by: | dreid@… |
|---|---|---|---|
| Priority: | 4: Nice to have | Milestone: | Later |
| Component: | Calendar Server | Severity: | Other |
| Keywords: | Cc: | ||
| Port: |
Description
When attempting to connect to the default secure port (8443), the log for calendar server still shows [caldav-8008].
Change History
Note: See
TracTickets for help on using
tickets.


The log shows the port number for the child process, which is connected to by the master, which listens to, in your case 8443.
Though it's a little weird that you are getting 8008, since child port numbers usually start at 8009.