Config server creation failed with ""Unexpected character ('<' (code 60)"
search cancel

Config server creation failed with ""Unexpected character ('<' (code 60)"

book

Article ID: 297164

calendar_today

Updated On:

Products

Support Only for Spring

Issue/Introduction

When trying to create a new config-server instance, the creation fails and in scs-service-broker.stdout.log you can see following error:
 
2022-10-21 13:45:55.518 ERROR 26 --- [ctor-http-nio-4] o.s.c.a.d.c.CloudFoundryAppDeployer      : Error pushing app manifest. appName=config-server, error=Unexpected character ('<' (code 60)): expected a valid value (JSON String, Number, Array, Object or token 'null', 'true' or 'false')
 at [Source: (byte[])"<html><head><title>Request Rejected</title></head><body>The requested URL was rejected. Please consult with your administrator.<br><br>Your support ID is: 9456678479803478227<br><br><a href='javascript:history.back();'>[Go Back]</a></body></html>"; line: 1, column: 2]


Environment

Product Version: 3.1

Resolution

This happens if F5 detects a vulnerability in the request (we've seen this with false positives) and instead of forwarding it to TAS Cloud Controller, it intercepts it and returns html code explaining that the requested URL was rejected. The service broker throws an error since it doesn't get the expected JSON response (from Cloud Controller) but html code (from F5).

To solve this issue, you would need to contact your F5 admin and share the error and the support ID included in the message with them. They should be able to do the proper config changes to fix it.

If you still think that F5 has detected an actual vulnerability, please open a support ticket and share the details in it.