Skip to content

Problem with App Engine Java with new HTTP Connector - It's return status 403. "Error: !Secure" #251

@suttiwat

Description

@suttiwat

Refer to "Google App Engine Java new performant HTTP connector" document. https://github.com/GoogleCloudPlatform/appengine-java-standard/blob/main/httpconnector.md

So I decide to test with my app. After I add this below properties into appengine-web.xml

property name="appengine.use.httpconnector" value="true"

and then re-deploy the service. Perform testing by HTTP GET on the browser, it's return status 403. And display the message: Error: !Secure" on the browser.

So I have revert it by change the value from 'true' to 'false' and re-deploy everything work as usual.

My environement is below ...
Runtime: java17
Using app-engine-apis: true
on F4 instance, automatic scaling.

Anybody has this kind of issue like me?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions