Skip to content

Intermediate certificate property has the wrong name in json #629

@gdau

Description

@gdau

I'm busy integrating this API with letsencrypt to auto-provision certs to a rackspace load balancer and am having issues using the ssltermination endoint.

When I inspect the traffic, I can see the intermediate certificate is being passed with the name "intermediatecertificate" but according to the Rackspace docs it should be "intermediateCertificate" (with a capital C). This is causing requests to update SSL termination to fail. It is the UpdateSslConfigurationAsync method I am using from the CloudLoadBalancerProvider class.

FYI the typo is on line 51 of LoadBalancerSslConfiguration.cs.

Thanks!

g

Update: I can confirm changing this as described above has fixed my error.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions