Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 10 SSL Problem
  • From: "Cantor, Scott" <cantor.2@xxxxxxx>
  • Date: Wed, 28 Jun 2023 17:22:18 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=osu.edu; dmarc=pass action=none header.from=osu.edu; dkim=pass header.d=osu.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=l0pawJGDiJxjETOp0O5AhGnXF8xdvBY7dGSVqiSbIEM=; b=cMKI7D6umEiEY2xpIPOGjjvYv28r1F+fWsqAM42bRtyTZtnC5H6OQavkBopSH+H7SuzqFCiiL7UZsxtAF2OprmwlLXj2U+C6avP4Z4C80t23+9yWGN/Q26N+QYpmHEJ9d3DTvN0EboEV6AMuS2e7BvxuDSX7U+rSe5c5wOE9MbrfyJ/RcXZSKSLupqL2MiKkR3XJpqZOdIwgzKRUqtxXDTdADmCPR8WyERRidXquo8TeezG+8uNDx0jaxF26c3B3UZctl9rPKukaTSQEEL/EYoPXV7LhQCRhmJv1iebZjLD5jKkNhTnFYySJPqINV9Rp3AZAGxacf/2En9KOsBJPNg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=DZx5VXVebX6kx35yGT3INP+5IU6tQqG+lRM+KoiCFXU4zZzyk2GN9K8OhOPXpCm1i3o5PGfDLZ8ZcXips2t9pj3RGnjGnEVXHvufZfpGxnmyO2mieDtSwbO43DlT7pRelEKJvswN6E0NhjmDe+6rENGY2Ipatih7sKjl/1v66TH5EYD0K7ADDaltjloj2J209qPB58zpjjzbfUbk+KB7EIZDuamOgLcofGKMcm/8+miHmHsG6k3w+Jwc+7FPXeqQ4IG3mzrFBw3/DpHIrE0Y0FZzxT8n0XdwzWgC3Vo7TAZhzuVSgD/1jARTWyfHFQtrZiLBMWpDcauX5/RU8aV1yg==
  • Delivered-to: jetty-users@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jetty-users/>
  • List-help: <mailto:jetty-users-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jetty-users>, <mailto:jetty-users-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHZqeOxqjjZVDPFmUOfhA8rhYqBQq+gM1aA
  • Thread-topic: [jetty-users] Jetty 10 SSL Problem
  • User-agent: Microsoft-MacOutlook/16.74.23062500

It's pretty likely that your startup approach is mucking with the password. From my own experience, using --dry-run for example botched the "escaping" of the settings that get extracted and passed to the new process command as of a recent 10.x patch, something I raised in github.

I don't know that you're using --dry-run, but given that you may be, that's a possible cause.

I had to run the command line through sed to strip the escaping back out.

-- Scott



Back to the top