hi AJ when i try and enable the project based authorization over specific project it isn't working accurately under global security setting i used project based authorization and gave user1 only read permission and under the specific project i enabled project based authorization(inherit from parent ACL) and select only build and read but it is also showing configure options..
Hi, hope you are doing well... I was facing SSL exception & resolved it by adding system.setproperty("javax.net.ssl.keystore",path.jks) for both keystore & truststore. It's working fine in standalone java program. But getting same error when I ran the code in maven project. Could u plz help me on this, also tried to add system properties from pom.
@@AJAUTOMATION Hi, thanks for your reply. I am not using in web automation, its for Kafka consumer. The mentioned properties working in standalone java program, but facing SSL handshake exception when running in maven cucumber project.
Thank you :) video was really helpful
Welcome.. 👍
Happy to see that video helped you 🙂
Very good demo
Thanks for watching ....
Thanks it helped me
Glad to see that video helped you.
Thanks for watching @ayush...
Thank you
hi AJ when i try and enable the project based authorization over specific project it isn't working accurately under global security setting i used project based authorization and gave user1 only read permission and under the specific project i enabled project based authorization(inherit from parent ACL) and select only build and read but it is also showing configure options..
Yes should have read access only, need to recheck again this scenario...
Hi, hope you are doing well... I was facing SSL exception & resolved it by adding system.setproperty("javax.net.ssl.keystore",path.jks) for both keystore & truststore. It's working fine in standalone java program. But getting same error when I ran the code in maven project. Could u plz help me on this, also tried to add system properties from pom.
plz try below--
DesiredCapabilities capability = new DesiredCapabilities();
capability.acceptInsecureCerts();
capability.setCapability(CapabilityType.ACCEPT_INSECURE_CERTS, true);
ChromeOptions options = new ChromeOptions();
options.merge(capability);
WebDriver driver = new ChromeDriver(options);
@@AJAUTOMATION Hi, thanks for your reply. I am not using in web automation, its for Kafka consumer. The mentioned properties working in standalone java program, but facing SSL handshake exception when running in maven cucumber project.
Getting the following exceptions, org.apache.kafka.common.errors.serializationException and javax.net.ssl.SSLHandshakeException
Could you please help me on this, what would be the issue
Thank you
Welcome 🙂👍