File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Octopus.Tentacle.Contracts
Octopus.Tentacle/Communications Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2828 </Otherwise >
2929 </Choose >
3030 <ItemGroup >
31- <PackageReference Include =" Halibut" Version =" 8.1.1681 " />
31+ <PackageReference Include =" Halibut" Version =" 8.1.1707 " />
3232 </ItemGroup >
3333 <ItemGroup >
3434 <Compile Include =" ..\Solution Items\SolutionInfo.cs" >
Original file line number Diff line number Diff line change 44using Halibut ;
55using Halibut . Diagnostics ;
66using Halibut . ServiceModel ;
7+ using Halibut . Transport ;
78using Octopus . Tentacle . Configuration ;
89using Octopus . Tentacle . Contracts . Legacy ;
910using Octopus . Tentacle . Variables ;
@@ -63,6 +64,7 @@ protected override void Load(ContainerBuilder builder)
6364 . WithServerCertificate ( configuration . TentacleCertificate ! )
6465 . WithMessageSerializer ( serializerBuilder => serializerBuilder . WithLegacyContractSupport ( ) )
6566 . WithHalibutTimeoutsAndLimits ( halibutTimeoutsAndLimits )
67+ . WithSslConfigurationProvider ( new LegacySslConfigurationProvider ( ) )
6668 . Build ( ) ;
6769
6870 halibutRuntime . SetFriendlyHtmlPageContent ( FriendlyHtmlPageContent ) ;
You can’t perform that action at this time.
0 commit comments