nzamani / sap-cloud-connector-docker

SAP Cloud Connector in Docker
74 stars 55 forks source link

SAP JVM outdated - problem with current version #27

Closed vogeltho86 closed 3 years ago

vogeltho86 commented 3 years ago

Hello,

the SAP JVM version in the docker file is 8.1.063, the current version is 8.1.065. I've made a local copy of the docker file and changed the version to 8.1.065. Unfortunately I'm getting a error while accessing the cloud connector (no secure connection). Do you have any hints how to get the cloud connector running with JVM 8.1.065?

Many thanks, Thomas

nzamani commented 3 years ago

SAP JVM was just updated via #28 from a PR by @rsletta

"No secure connection" comes from your browser, right? That's normal, as the cert is not trusted. What you can simply do is clicking "open page anyway" or something similar.

Would be great if you'd check and confirm.

Thanks, Nabi

vogeltho86 commented 3 years ago

Hi Nabi,

it is a different error. It seems to be related to the SAP JVM version. I had a try with an older local version (sapjvm-8.1.041) and sapcc-2.12.4, in that case it worked with the approach by clicking on "open page anyway". With SAP JVM 8.1.065 I'm getting the error below:

image

Do you have a hint what I could do to avoid this error?

Many thanks, Thomas

dtometzki commented 3 years ago

hello, i get the same error. I think it is an issue with the ssl certificate or with the browser security. Any solution for this issue ?

SSL peer was unable to negotiate an acceptable set of security parameters.

Error code: SSL_ERROR_HANDSHAKE_FAILURE_ALERT

The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem.
dtometzki commented 3 years ago

Hello Together,

i found the issue. Add to the dockerfile:

-Djdk.tls.server.protocols=TLSv1.2 \

in the section

htammen commented 3 years ago

I fixed this problem with my PR-29. As soon as @nzamani pulls it this will work as before, means you will have the chance to enter the page on your own risk.

nzamani commented 3 years ago

@vogeltho86 the pull request by @htammen has been merged, could you please try again?

dtometzki commented 3 years ago

many thanks