Skip to content

Commit 71d201a

Browse files
committed
fix: added Protocol = https for Tornado services
1 parent b80b6ee commit 71d201a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/DIRAC/FrameworkSystem/ConfigTemplate.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Services
124124
# Section to describe UserProfileManager service
125125
TornadoUserProfileManager
126126
{
127-
Port = 9155
127+
Protocol = https
128128
Authorization
129129
{
130130
Default = authenticated
@@ -174,6 +174,7 @@ Services
174174
# Section to describe Notification service
175175
TornadoNotification
176176
{
177+
Protocol = https
177178
SMSSwitch = sms.switch.ch
178179
Authorization
179180
{
@@ -203,9 +204,10 @@ Services
203204
}
204205
}
205206
##BEGIN TornadoComponentMonitoring:
206-
# Section to describe ComponentMonitoring system
207+
# Section to describe ComponentMonitoring service
207208
TornadoComponentMonitoring
208209
{
210+
Protocol = https
209211
Authorization
210212
{
211213
Default = ServiceAdministrator

0 commit comments

Comments
 (0)