Enabling TLS on selenium grid using custom org managed certificates root ca #2307
Unanswered
nikhil-rajan-neu
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Hi, there is a delay so the new chart version for this doc has not been published yet. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes .. i got the certificates figured out. But my hub ui is not loading when port forwarding
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Viet Nguyen Duc ***@***.***>
Sent: Wednesday, July 17, 2024 6:41:03 pm
To: SeleniumHQ/docker-selenium ***@***.***>
Cc: Nikhil Rajan ***@***.***>; Author ***@***.***>
Subject: Re: [SeleniumHQ/docker-selenium] Enabling TLS on selenium grid using custom org managed certificates root ca (Discussion #2307)
CAUTION: This email originated from outside of Neudesic. Please ensure that this sender is authentic before engaging in correspondence or clicking on files or links contained below.
Hi, there is a delay so the new chart version for this doc has not been published yet.
Are you cloning the project and using the source for your trial?
—
Reply to this email directly, view it on GitHub<#2307 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ATOF373SNR6DTFIVESIGGQDZMZUN3AVCNFSM6AAAAABK7F32HKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMBXGM3DEMA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have trying to enable tls on the selelnium grid , but the current documentation is not very clear to me .
I have followed this
helm upgrade -i $RELEASENAME -n $NAMESPACE docker-selenium/selenium-grid
--set tls.enabled=true
--set-file tls.secretFiles.tls.crt=/path/to/your/tls.crt
--set-file tls.secretFiles.tls.key=/path/to/your/tls.key
--set-file tls.secretFiles.server.jks=/path/to/your/server.jks
But my node registration is failing with 401
Beta Was this translation helpful? Give feedback.
All reactions