-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
m.vela
committed
Nov 5, 2019
1 parent
8a5449f
commit c59fcc0
Showing
12 changed files
with
35 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Troubleshooting | ||
|
||
## Connectivity | ||
|
||
### Error: wrong signature type | ||
|
||
Full error message: `error:1414D172:SSL routines:tls12_check_peer_sigalg:wrong signature type` | ||
|
||
This error is thrown when there is a connectivity issue with Payvision Payment servers. | ||
Due to compatibility reasons the servers currently only support OpenSSL security level 1. | ||
|
||
Some newer systems (like Debian Buster) increased their default security level to level 2, which makes it impossible to connect. | ||
See: https://wiki.debian.org/ContinuousIntegration/TriagingTips/openssl-1.1.1 | ||
|
||
As a temporary workaround, the security level on a Debian Buster system can be lowered by updating a line in the `/etc/ssl/openssl.cnf` file. | ||
Change the line | ||
|
||
CipherString = DEFAULT@SECLEVEL=2 | ||
|
||
to | ||
|
||
CipherString = DEFAULT@SECLEVEL=1 | ||
|
||
Revert the change once the Payvision servers are OpenSSL level 2 compatible. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
tests/Test/Unit/Application/Reflection/Test/ObjectWithArrayWithObjects.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
...est/Unit/Application/Reflection/Test/ObjectWithArrayWithObjectsFromDifferentNamespace.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
...st/Unit/Application/Reflection/Test/ObjectWithArrayWithObjectsFromDifferentNamespaces.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
tests/Test/Unit/Application/Reflection/Test/ObjectWithTypedArray.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters