Inhalte aufrufen

Profilbild

The request was aborted: Could not create SSL/TLS secure channel.

SSL IIS8 Windows Paypal

  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
6 Antworten zu diesem Thema

#1 inbanco

inbanco

    Member

  • Members
  • PunktPunkt
  • 14 Beiträge

Geschrieben: 28 January 2016 - 04:18

Hi, i've setup a store v2.x and am testing the Paypal Direct payment type when i get this error

 

"The request was aborted: Could not create SSL/TLS secure channel."

 

This is on my dev machine which is Win8.1 IIS8.5 VS2015

 

Do i need to deploy the site to a prod server to test the Payment processor in Sandbox?

 

Thanks

 

Nick



#2 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3801 Beiträge

Geschrieben: 28 January 2016 - 11:57

No, a deployment is not required for testing. You just need a DDNS service if you want to test instant payment notifications.
I will test it later and report here...

Marcus Gesing

Smartstore AG


#3 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3801 Beiträge

Geschrieben: 28 January 2016 - 18:53

I get the same error message. Due to this notification HTTPS connections are now required.


Marcus Gesing

Smartstore AG


#4 inbanco

inbanco

    Member

  • Members
  • PunktPunkt
  • 14 Beiträge

Geschrieben: 29 January 2016 - 00:23

Thanks Marcus for you help, i've now got a valid SSL and using TLS1.2 now and am still receiving the error.

 

Just to be sure that i'm using the correct API credentials in my Smart Store Paypal Direct setup, can you confirm that i'm to enter the API creds i received from here:

 

https://developer.pa...loper/accounts/

 

2016_01_29_10_18_15_Sandbox_test_account



#5 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3801 Beiträge

Geschrieben: 29 January 2016 - 11:16

That looks ok to me. However, my old credentials are not displayed in my developer account anymore (like yours in your screenshot).
I'm currently not able to test with SSL anymore. Browsers are always rejection my self created SSL certifications for being insecure.
Strange, that always worked in the past.

Marcus Gesing

Smartstore AG


#6 inbanco

inbanco

    Member

  • Members
  • PunktPunkt
  • 14 Beiträge

Geschrieben: 31 January 2016 - 23:39

Yes i'm now able to place test orders with the Sandbox using the above creds. Thankyou.

 

I had to add this line of code to force TLS1.2

 System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;

Thanks again



#7 Marcus Gesing

Marcus Gesing

    SmartStore AG

  • Administrators
  • 3801 Beiträge

Geschrieben: 01 February 2016 - 12:31

Thank you, for your feedback. I'll add a setting for that.


Marcus Gesing

Smartstore AG



Auch markiert mit einem oder mehrerer dieser Schlüsselwörter: SSL, IIS8, Windows, Paypal