idea http server handler over ssl

HttpRequestHandler extensions can be accessed at  http://localhost:63342/... Is it possible to access them over https? In the distribution I see there is a "O=JetBrains; OU=JetBrains Built-in Web Server; CN=localhost" self-signed certificate, and in PortUnificationServerHandler there seems to be logic to check if SSL is requested and add the ssl handler to the netty pipeline.

However I can't make it work... when accessed from chrome I get net::ERR_INSECURE_RESPONSE. 

 

3
2 comments

I face the same issue:

I have to work on SSL only locally but the remote call is blocked by chrome due to mixed content

0

Any updates on this?

0

Please sign in to leave a comment.