On Sat, Oct 1, 2022 at 4:50 AM Simon <[email protected]> wrote: > > I run the following docker container: mariadb, guacd, guacamole. > ... > This is the error in the browser: > > SSL_ERROR_RX_RECORD_TOO_LONG > > This is my logs of guacamole > ... > 29-Sep-2022 15:01:35.162 INFO [main] org.apache.coyote.AbstractProtocol.start > Starting ProtocolHandler ["http-nio-8080"] > 29-Sep-2022 15:01:35.192 INFO [main] > org.apache.catalina.startup.Catalina.start Server startup in 10515 ms > 29-Sep-2022 15:01:35.276 INFO [http-nio-8080-exec-1] > org.apache.coyote.http11.Http11Processor.service Error parsing HTTP request > header > Note: further occurrences of HTTP request parsing errors will be logged at > DEBUG level. > java.lang.IllegalArgumentException: Invalid character found in method > name [0x160x030x010x020x000x010x000x010xfc0x030x030xa30xbe0xd80xae0x09 ]. > HTTP method names must be tokens > ...
You are using SSL (HTTPS) to connect to an HTTP service. You need SSL termination in front of Tomcat to use SSL. - Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
