http
2 TopicsPowerBI http log
How can i get http log from report server? I added the snippet below to the configuration files, but the log didn't show up. I've restarted the services too. Files: C:\Program Files\Microsoft Power BI Report Server\PBIRS\ReportServer\bin\ReportingServicesService.exe.config C:\Program Files\Microsoft SQL Server\MSRS13.MSSQLSERVER\Reporting Services\ReportServer\bin\ReportingServicesService.exe.config <RStrace> <add name="FileName" value="ReportServerService_" /> <add name="FileSizeLimitMb" value="32" /> <add name="KeepFilesForDays" value="14" /> <add name="Prefix" value="tid, time" /> <add name="TraceListeners" value="debugwindow, file" /> <add name="TraceFileMode" value="unique" /> <add name="HttpTraceFileName" value="ReportServerService_HTTP_" /> <add name="HttpTraceSwitches" value="date,time,clientip,username,serverip,serverport,host,method,uristem,uriquery,protocolstatus,bytesreceived,timetaken,protocolversion,useragent,cookiereceived,cookiesent,referrer" /> <add name="Components" value="all:3,http:4" /> </RStrace>Solved4.1KViews0likes4CommentsReport server using only HTTPs
Hi, is there a way to configure report server using only https, as runing also http makes a violations for the healthcheck. Therefore it should be disabled, BUT as soon as I keep https only, neither http nor https works. Seems like it requires to have port 80 bound. I do have a bound TLS cerfiticate for HTTPs, and while http is configured both variants works fine.Solved1.1KViews0likes1Comment