cancel
Showing results for 
Search instead for 
Did you mean: 

ByD Peer not Authenticated Error.

Former Member
0 Kudos

We are trying to connect the OData we have made in ByD. Because we are using the WebIDE we made a destination in HCP. However we get the following error when check the connection.

The OData is made with the ODATA Editor from ByD.

Does anyone know how to connect the odata from ByD with the webide

Accepted Solutions (0)

Answers (5)

Answers (5)

Seems a TLS issue. May be Europe Trial is trying to connect to ByD with TLS 1.0, which may be blocked by byd. We have similar issue with a connection to Mulesoft.

abelousov
Active Participant

Hello,

I have the same issue.

Destination from "Europe" to ByD passes, from "Europe(Trial)" to ByD fails.

Yet it is possible that the problem is in "Europe(Trial)"

former_member361387
Discoverer

Hi.

This is the SAP Explanation...

Regards,

Óscar

****************************************

Hi,

There is no issue on HCP side (we are able to access Internet via proxy):

vsa2066253:/tmp # curl https://google.com -x proxy-trial:8080 -kvvv
* About to connect() to proxy proxy-trial port 8080 (#0)
*   Trying 10.117.18.16... connected
* Connected to proxy-trial (10.117.18.16) port 8080 (#0)
* Establish HTTP proxy tunnel to google.com:443
> CONNECT google.com:443 HTTP/1.1
> Host: google.com:443
> User-Agent: curl/7.19.7 (x86_64-suse-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8j zlib/1.2.7 libidn/1.10
> Proxy-Connection: Keep-Alive
>
< HTTP/1.1 200 Connection Established
< Proxy-Connection: keep-alive
<
* Proxy replied OK to CONNECT request
* successfully set certificate verify locations:
*   CAfile: none
  CApath: /etc/ssl/certs/
* TLSv1.0, TLS handshake, Client hello (1):
* TLSv1.0, TLS handshake, Server hello (2):
* TLSv1.0, TLS handshake, CERT (11):
* TLSv1.0, TLS handshake, Server finished (14):
* TLSv1.0, TLS handshake, Client key exchange (16):
* TLSv1.0, TLS change cipher, Client hello (1)

But connection to https://myxxxxxxx.sapbydesign.com hangs:

vsa2066253:/tmp # curl https://myxxxxxx.sapbydesign.com -x proxy-trial:8080 -kvvv
* About to connect() to proxy proxy-trial port 8080 (#0)
*   Trying 10.117.xxx.xxx... connected
* Connected to proxy-trial (10.117.xxx.xxx) port 8080 (#0)
* Establish HTTP proxy tunnel to myxxxxxx.sapbydesign.com:443
> CONNECT myxxxxxx.sapbydesign.com:443 HTTP/1.1
> Host: myxxxxxx.sapbydesign.com:443
> User-Agent: curl/7.19.7 (x86_64-suse-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8j zlib/1.2.7 libidn/1.10
> Proxy-Connection: Keep-Alive
>
< HTTP/1.1 200 Connection Established
< Proxy-Connection: keep-alive
<
* Proxy replied OK to CONNECT request
* successfully set certificate verify locations:
*   CAfile: none
  CApath: /etc/ssl/certs/
* TLSv1.0, TLS handshake, Client hello (1):

There is some IP filtering on remote site. Please, check that connection from:

vsa1503097:/home/i031650 # curl -x proxy-trial:8080 http://portquiz.net
Port 80 test successful!
Your IP: 155.56.xxx.xxx

is allowed. Best regards, Ivaylo

hello colleagues,

a destination towards a sap business bydesign system fails from hcp europe (trial). result is a error 'peer not authenticated'.

it seems to run into some timeout, because it takes much longer to get that error as it takes to get the success message in working cases.

it works nicely from europe (productive), and canary (incl. tri...

former_member361387
Discoverer
0 Kudos

Hi Arun,

It's definitely a ByDesign issue. Same configuration in C4C and ByDesign oData Services....

Both services works fine in a Browser after type the user/password basic authentication.

Please let me know if you find a way to solve it.

Best regards,

Óscar

former_member361387
Discoverer
0 Kudos

Hi.

I have the same problem with HCP.

Consuming my ByDesign odata services from Browser works fine with Basic Authentication.

Any news?

Thanks and regards,

Óscar